summaryrefslogtreecommitdiff
path: root/libre/uboot4extlinux-omap3/extlinux.conf
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-11-09 02:32:44 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-11-10 18:00:59 +0100
commit69c40ed6ef171875f403d13ce3701069a56aac42 (patch)
treee07e88f894bf2f7d772f1cc8485884a534ff51ea /libre/uboot4extlinux-omap3/extlinux.conf
parent8d54a88c53e6a50a40f77b572e10d51bcbe0b24e (diff)
downloadabslibre-69c40ed6ef171875f403d13ce3701069a56aac42.tar.gz
abslibre-69c40ed6ef171875f403d13ce3701069a56aac42.tar.bz2
abslibre-69c40ed6ef171875f403d13ce3701069a56aac42.zip
libre: u-boot: Add uboot4extlinux-omap3
In u-boot, the BeagleBoard type is now autodetected in beagle.c, so we can now support all the previously supported revisions with only one package. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/uboot4extlinux-omap3/extlinux.conf')
-rw-r--r--libre/uboot4extlinux-omap3/extlinux.conf51
1 files changed, 51 insertions, 0 deletions
diff --git a/libre/uboot4extlinux-omap3/extlinux.conf b/libre/uboot4extlinux-omap3/extlinux.conf
new file mode 100644
index 000000000..e31c975d7
--- /dev/null
+++ b/libre/uboot4extlinux-omap3/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 console=ttyO2,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-fallback.img
+ append console=ttyO2,115200 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 console=ttyO2,115200 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 console=ttyO2,115200 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 console=ttyO2,115200 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 console=ttyO2,115200 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 console=ttyO2,115200 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 console=ttyO2,115200 root=/dev/mmcblk0p1 rw rootwait
+ fdtdir /boot/dtbs/linux-libre-xtreme