summaryrefslogtreecommitdiff
path: root/libre/uboot4extlinux-ti-soc/extlinux-am335x.conf
diff options
context:
space:
mode:
Diffstat (limited to 'libre/uboot4extlinux-ti-soc/extlinux-am335x.conf')
-rw-r--r--libre/uboot4extlinux-ti-soc/extlinux-am335x.conf21
1 files changed, 21 insertions, 0 deletions
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