From cc1fee168d497fc1fb2546bf4d3a836208a5b3df Mon Sep 17 00:00:00 2001 From: Rouven Czerwinski Date: Fri, 16 Jun 2017 08:58:08 +0200 Subject: platform-v7a: vexpress: add board support Add support for Versatile Express, with the configs+rules for image creation and bootspec entries. Note that vexpress in qemu can currently only boot from nor, so we put the bootloader, environment and boot state there and the rest of the system into mmc. Signed-off-by: Rouven Czerwinski [add vexpress.conf] Signed-off-by: Chris Fiege [improve commit description] [split from vexpress patches] [fix and cleanupimage generation] Signed-off-by: Robert Schwebel --- configs/platform-v7a/platforms/image-vexpress.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configs/platform-v7a/platforms/image-vexpress.in (limited to 'configs/platform-v7a/platforms/image-vexpress.in') diff --git a/configs/platform-v7a/platforms/image-vexpress.in b/configs/platform-v7a/platforms/image-vexpress.in new file mode 100644 index 0000000..5739979 --- /dev/null +++ b/configs/platform-v7a/platforms/image-vexpress.in @@ -0,0 +1,10 @@ +## SECTION=image + +config IMAGE_VEXPRESS + tristate + select HOST_GENIMAGE + select BAREBOX_VEXPRESS + select IMAGE_ROOT_EXT + prompt "Generate images/vexpress.hdimg" + help + FIXME -- cgit v1.2.3