From fc18dd0bbb82847bbe07215951b998480c11dc42 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 9 Jan 2020 15:37:28 +0100 Subject: libre: u-boot: Add uboot4extlinux-imx The instructions to flash are based on information from uboot's doc/imx/mkimage/imximage.txt document. As for the USB Armory which uses an I.MX 53, the it also uses the same offset as documented in an u-boot installation guide: https://github.com/inversepath/usbarmory/wiki/Secure-boot-(Mk-I)#user-content-prepare-and-flash-the-signed-u-boot Signed-off-by: Denis 'GNUtoo' Carikli --- libre/uboot4extlinux-imx/extlinux.conf | 51 ++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 libre/uboot4extlinux-imx/extlinux.conf (limited to 'libre/uboot4extlinux-imx/extlinux.conf') diff --git a/libre/uboot4extlinux-imx/extlinux.conf b/libre/uboot4extlinux-imx/extlinux.conf new file mode 100644 index 000000000..c41ce605a --- /dev/null +++ b/libre/uboot4extlinux-imx/extlinux.conf @@ -0,0 +1,51 @@ +menu title Welcome to U-Boot with Extlinux support! + +timeout 50 + +label Parabola GNU/Linux-libre, linux-libre kernel + kernel /boot/vmlinuz-linux-libre + initrd /boot/initramfs-linux-libre-fallback.img + append root=/dev/mmcblk0p1 rw rootwait + fdtdir /boot/dtbs/linux-libre + +label Parabola GNU/Linux-libre, linux-libre-lts kernel + kernel /boot/vmlinuz-linux-libre-lts + initrd /boot/initramfs-linux-libre-lts-fallback.img + append root=/dev/mmcblk0p1 rw rootwait + fdtdir /boot/dtbs/linux-libre-lts + +label Parabola GNU/Linux-libre, linux-libre-lts-knock kernel + kernel /boot/vmlinuz-linux-libre-lts-knock + initrd /boot/initramfs-linux-libre-lts-knock-fallback.img + append root=/dev/mmcblk0p1 rw rootwait + fdtdir /boot/dtbs/linux-libre-lts-knock + +label Parabola GNU/Linux-libre, linux-libre-hardened kernel + kernel /boot/vmlinuz-linux-libre-hardened + initrd /boot/initramfs-linux-libre-hardened-fallback.img + append root=/dev/mmcblk0p1 rw rootwait + fdtdir /boot/dtbs/linux-libre-hardened + +label Parabola GNU/Linux-libre, linux-libre-lts-apparmor kernel + kernel /boot/vmlinuz-linux-libre-lts-apparmor + initrd /boot/initramfs-linux-libre-lts-apparmor-fallback.img + append root=/dev/mmcblk0p1 rw rootwait + fdtdir /boot/dtbs/linux-libre-lts-apparmor + +label Parabola GNU/Linux-libre, linux-libre-pck kernel + kernel /boot/vmlinuz-linux-libre-pck + initrd /boot/initramfs-linux-libre-pck-fallback.img + append root=/dev/mmcblk0p1 rw rootwait + fdtdir /boot/dtbs/linux-libre-pck + +label Parabola GNU/Linux-libre, linux-libre-rt kernel + kernel /boot/vmlinuz-linux-libre-rt + initrd /boot/initramfs-linux-libre-rt-fallback.img + append root=/dev/mmcblk0p1 rw rootwait + fdtdir /boot/dtbs/linux-libre-rt + +label Parabola GNU/Linux-libre, linux-libre-xtreme kernel + kernel /boot/vmlinuz-linux-libre-xtreme + initrd /boot/initramfs-linux-libre-xtreme-fallback.img + append root=/dev/mmcblk0p1 rw rootwait + fdtdir /boot/dtbs/linux-libre-xtreme -- cgit v1.2.2