From 49292bd74f73a260927b7f3f42548e4ee4407237 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Tue, 26 Jul 2016 22:16:06 +0200 Subject: platform-beaglebone: rename to platform-v7a In the meantime, in addition to beaglebone, this platform supports the other ARMv7 based boards (rpi2, vexpress), so rename it. Signed-off-by: Robert Schwebel --- configs/platform-v7a/config/images/boot-vfat.config | 10 ++++++++++ configs/platform-v7a/config/images/hd.config | 18 ++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 configs/platform-v7a/config/images/boot-vfat.config create mode 100644 configs/platform-v7a/config/images/hd.config (limited to 'configs/platform-v7a/config') diff --git a/configs/platform-v7a/config/images/boot-vfat.config b/configs/platform-v7a/config/images/boot-vfat.config new file mode 100644 index 0000000..7d29c76 --- /dev/null +++ b/configs/platform-v7a/config/images/boot-vfat.config @@ -0,0 +1,10 @@ +image @IMAGE@ { + vfat { + files = { @FIRMWARE_RPI2@ } + file MLO { image = "barebox-am33xx-beaglebone-mlo.img"} + file barebox.bin-rpi2 { image = barebox.bin-rpi2 } + file barebox.bin { image = "barebox-am33xx-beaglebone.img" } + } + name = boot-mlo + size = 32M +} diff --git a/configs/platform-v7a/config/images/hd.config b/configs/platform-v7a/config/images/hd.config new file mode 100644 index 0000000..4ff3363 --- /dev/null +++ b/configs/platform-v7a/config/images/hd.config @@ -0,0 +1,18 @@ + +@BOOTLOADER_IMAGES@ + +image @IMAGE@ { + hdimage { + align = 1M + } + @BOOTLOADER_PARTITIONS@ + partition root-A { + image = root.ext2 + partition-type = 0x83 + size = 512M + } + partition data { + partition-type = 0x83 + size = 512M + } +} -- cgit v1.2.3