The file boot/arm/u-boot-image-config contains the information which u-boot components must be written to which offsets on the disk to create a bootable image for various arm-based systems. --- build/boot/arm/u-boot-image-config | 21 +++++++++++++++++++++ debian/changelog | 2 ++ 2 files changed, 23 insertions(+) create mode 100644 build/boot/arm/u-boot-image-config
diff --git a/build/boot/arm/u-boot-image-config b/build/boot/arm/u-boot-image-config new file mode 100644 index 0000000..4f00b4b --- /dev/null +++ b/build/boot/arm/u-boot-image-config @@ -0,0 +1,21 @@ +# U-Boot SPL/TPL files and offsets for various platforms +# +# Line format (offsets are given in blocks of 512 Bytes): +# platform_name SPL_filename SPL_offset TPL_filename TPL_offset +# +# Images from u-boot-imx +MX53LOCO /usr/lib/u-boot/mx53loco/u-boot.imx 2 +MX6_Cubox-i /usr/lib/u-boot/mx6_cubox-i/SPL 2 /usr/lib/u-boot/mx6_cubox-i/u-boot.img 84 +Wandboard_Quad /usr/lib/u-boot/wandboard_quad/u-boot.imx 2 +# +# Images from u-boot-omap +BeagleBoneBlack /usr/lib/u-boot/am335x_boneblack/MLO 256 /usr/lib/u-boot/am335x_boneblack/u-boot.img 768 +PandaBoard /usr/lib/u-boot/omap4_panda/MLO 256 /usr/lib/u-boot/omap4_panda/u-boot.bin 768 +# +# Images from u-boot-sunxi +A10-OLinuXino-Lime /usr/lib/u-boot/A10-OLinuXino-Lime/u-boot-sunxi-with-spl.bin 16 +A20-OLinuXino-Lime /usr/lib/u-boot/A20-OLinuXino-Lime/u-boot-sunxi-with-spl.bin 16 +BananaPi /usr/lib/u-boot/Bananapi/u-boot-sunxi-with-spl.bin 16 +Cubieboard /usr/lib/u-boot/Cubieboard/u-boot-sunxi-with-spl.bin 16 +Cubieboard2 /usr/lib/u-boot/Cubieboard2/u-boot-sunxi-with-spl.bin 16 +Cubietruck /usr/lib/u-boot/Cubietruck/u-boot-sunxi-with-spl.bin 16 diff --git a/debian/changelog b/debian/changelog index 17f7b18..df06645 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ debian-installer (201410XX) UNRELEASED; urgency=medium [ Karsten Merker ] * Add hd-media support for the armhf platform. + * Add boot/arm/u-boot-image-config (a list of u-boot components and their + offsets on disk, needed to create bootable images for arm-based systems). [ Aurelien Jarno ] * Add scsi-modules to the cdrom flavour on ppc64el to be able to access -- 2.1.4 -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/1420124326-7070-2-git-send-email-mer...@debian.org