From 67c574bbda146dbaf74221f9c520973d633bab62 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 14 Aug 2020 16:11:22 +0200 Subject: libre: Merge uboot4extlinux{am335x,omap3}, uboot-omap4_panda: into uboot4extlinux-ti-soc uboot4extlinux-am335x and uboot4extlinux-omap3 were almost identical, the only difference was the extlinux.conf file. So they were migrated together in a single package for all TI SOCs. I think having a single package saves maintenance time: We only have one package to update for all the supported boards. One downside is that it can increase the compilation time, but in overal it probably saves a lot of time. Another downside is that we cannot test the package separately for each boards and have to test all the boards for each new update. However since we are very close to upstream u-boot, there is very few probability of having breakages that we don't know about. Factorizing the package can also increase confidence that it will work on the boards we don't have, by testing on the boards we have. For instance I've only been able to test this package on the following boards as I don't have any of the other boards: - Beagleboard XM - Beaglebone Green The support for the Pandaborad from uboot-omap4_panda was added along the way to furthurer unify u-boot packages. In addition the version was updated and some whitespace fixes were done. Signed-off-by: Denis 'GNUtoo' Carikli --- libre/uboot4extlinux-ti-soc/extlinux-am335x.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 libre/uboot4extlinux-ti-soc/extlinux-am335x.conf (limited to 'libre/uboot4extlinux-ti-soc/extlinux-am335x.conf') diff --git a/libre/uboot4extlinux-ti-soc/extlinux-am335x.conf b/libre/uboot4extlinux-ti-soc/extlinux-am335x.conf new file mode 100644 index 000000000..86d5e0df7 --- /dev/null +++ b/libre/uboot4extlinux-ti-soc/extlinux-am335x.conf @@ -0,0 +1,21 @@ +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.img + append coherent_pool=1M console=ttyO0,115200 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.img + append coherent_pool=1M console=ttyO0,115200 root=/dev/mmcblk0p1 rw rootwait + fdtdir /boot/dtbs/linux-libre-lts + +label Parabola GNU/Linux-libre, linux-libre-pck kernel + kernel /boot/vmlinuz-linux-libre-pck + initrd /boot/initramfs-linux-libre-pck.img + append coherent_pool=1M console=ttyO0,115200 root=/dev/mmcblk0p1 rw rootwait + fdtdir /boot/dtbs/linux-libre-pck -- cgit v1.2.3