summaryrefslogtreecommitdiff
path: root/libre/uboot4extlinux-am335x/extlinux.conf
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-11-10 20:42:30 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-11-11 01:49:46 +0100
commit10d463afc41ff45201ac4075d7d28b63953dec65 (patch)
treee623c7259b202a5757fbef600f53c6ca60d97789 /libre/uboot4extlinux-am335x/extlinux.conf
parent69c40ed6ef171875f403d13ce3701069a56aac42 (diff)
downloadabslibre-10d463afc41ff45201ac4075d7d28b63953dec65.tar.gz
abslibre-10d463afc41ff45201ac4075d7d28b63953dec65.tar.bz2
abslibre-10d463afc41ff45201ac4075d7d28b63953dec65.zip
libre: uboot4extlinux-am335x: update to 2019.10
Other changes - Added support to the chiliboard - extlinux.conf: - Added the initramfs in the example configuration - Added rootwait parameter in case the rootfs takes time to appear Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/uboot4extlinux-am335x/extlinux.conf')
-rw-r--r--libre/uboot4extlinux-am335x/extlinux.conf24
1 files changed, 16 insertions, 8 deletions
diff --git a/libre/uboot4extlinux-am335x/extlinux.conf b/libre/uboot4extlinux-am335x/extlinux.conf
index 160e4da86..d188c4f6e 100644
--- a/libre/uboot4extlinux-am335x/extlinux.conf
+++ b/libre/uboot4extlinux-am335x/extlinux.conf
@@ -4,40 +4,48 @@ timeout 50
label Parabola GNU/Linux-libre, linux-libre kernel
kernel /boot/vmlinuz-linux-libre
- append root=/dev/mmcblk0p1 rw console=ttyO0,115200 coherent_pool=1M
+ initrd /boot/initramfs-linux-libre-fallback.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
- append root=/dev/mmcblk0p1 rw console=ttyO0,115200 coherent_pool=1M
+ initrd /boot/initramfs-linux-libre-lts-fallback.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-lts-knock kernel
kernel /boot/vmlinuz-linux-libre-lts-knock
- append root=/dev/mmcblk0p1 rw console=ttyO0,115200 coherent_pool=1M
+ initrd /boot/initramfs-linux-libre-lts-knock-fallback.img
+ append coherent_pool=1M console=ttyO0,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
- append root=/dev/mmcblk0p1 rw console=ttyO0,115200 coherent_pool=1M
+ initrd /boot/initramfs-linux-libre-hardened-fallback.img
+ append coherent_pool=1M console=ttyO0,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
- append root=/dev/mmcblk0p1 rw console=ttyO0,115200 coherent_pool=1M
+ initrd /boot/initramfs-linux-libre-lts-apparmor-fallback.img
+ append coherent_pool=1M console=ttyO0,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
- append root=/dev/mmcblk0p1 rw console=ttyO0,115200 coherent_pool=1M
+ initrd /boot/initramfs-linux-libre-pck-fallback.img
+ append coherent_pool=1M console=ttyO0,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
- append root=/dev/mmcblk0p1 rw console=ttyO0,115200 coherent_pool=1M
+ initrd /boot/initramfs-linux-libre-rt-fallback.img
+ append coherent_pool=1M console=ttyO0,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
- append root=/dev/mmcblk0p1 rw console=ttyO0,115200 coherent_pool=1M
+ initrd /boot/initramfs-linux-libre-xtreme-fallback.img
+ append coherent_pool=1M console=ttyO0,115200 root=/dev/mmcblk0p1 rw rootwait
fdtdir /boot/dtbs/linux-libre-xtreme