From e9c32bad6e9f7dcf226c9c91cb84f458af0847a5 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Thu, 11 Mar 2021 19:12:54 +0100 Subject: v7a: Add support for Raspberry Pi CM3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Uwe Kleine-König --- configs/platform-v7a/config/images/rpicm3.config | 30 ++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 configs/platform-v7a/config/images/rpicm3.config (limited to 'configs/platform-v7a/config/images') diff --git a/configs/platform-v7a/config/images/rpicm3.config b/configs/platform-v7a/config/images/rpicm3.config new file mode 100644 index 0000000..4c10ac4 --- /dev/null +++ b/configs/platform-v7a/config/images/rpicm3.config @@ -0,0 +1,30 @@ +image rpicm3-boot.vfat { + vfat { + files = { @FIRMWARE_RPI3@ } + file barebox.img { image = barebox-raspberry-pi-cm3.img } + } + size = 32M +} + +image @IMAGE@ { + hdimage { + align = 1M + disk-signature = 0xbedf7893 + } + partition boot { + image = rpicm3-boot.vfat + size = 32M + partition-type = 0xc + bootable = true + } + partition root-A { + image = root.ext2 + partition-type = 0x83 + size = 512M + } + partition data { + partition-type = 0x83 + size = 512M + } +} +/* vim: set tabstop=8 noexpandtab : */ -- cgit v1.2.3