diff mbox series

[3/3] configs: Create minimal vexpress_fvp_defconfig

Message ID 20230331085813.321590-3-peter.hoyes@arm.com
State Accepted
Commit 23ff3e7b15d3734d349e2f80ca063ae2d0b53159
Delegated to: Tom Rini
Headers show
Series [1/3] vexpress64: Use OF_HAS_PRIOR_STAGE for BASE_FVP variant | expand

Commit Message

Peter Hoyes March 31, 2023, 8:58 a.m. UTC
From: Peter Hoyes <Peter.Hoyes@arm.com>

The vexpress64 board family now relies on OF_CONTROL and
OF_HAS_PRIOR_STAGE, so platform-specific configuration requirements
are minimal.

The vexpress_aemv8a_semi_defconfig file defines many flags that are not
needed for a minimal boot, such as flash memory configuration.

Therefore create vexpress_fvp_defconfig which contains the minimum
configuration required to boot on an Arm v8a FVP.

Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
---
 configs/vexpress_fvp_defconfig | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 configs/vexpress_fvp_defconfig

Comments

Tom Rini April 26, 2023, 12:29 p.m. UTC | #1
On Fri, Mar 31, 2023 at 09:58:13AM +0100, Peter Hoyes wrote:

> From: Peter Hoyes <Peter.Hoyes@arm.com>
> 
> The vexpress64 board family now relies on OF_CONTROL and
> OF_HAS_PRIOR_STAGE, so platform-specific configuration requirements
> are minimal.
> 
> The vexpress_aemv8a_semi_defconfig file defines many flags that are not
> needed for a minimal boot, such as flash memory configuration.
> 
> Therefore create vexpress_fvp_defconfig which contains the minimum
> configuration required to boot on an Arm v8a FVP.
> 
> Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/vexpress_fvp_defconfig b/configs/vexpress_fvp_defconfig
new file mode 100644
index 0000000000..7362c1fc35
--- /dev/null
+++ b/configs/vexpress_fvp_defconfig
@@ -0,0 +1,5 @@ 
+CONFIG_ARM=y
+CONFIG_ARCH_VEXPRESS64=y
+CONFIG_DEFAULT_DEVICE_TREE="arm_fvp"
+CONFIG_IDENT_STRING=" arm_fvp"
+# CONFIG_DISPLAY_CPUINFO is not set