summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/projectroot/loader
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-v7a/projectroot/loader')
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/boneblack.conf5
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/bonewhite.conf5
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/rpi2.conf5
3 files changed, 15 insertions, 0 deletions
diff --git a/configs/platform-v7a/projectroot/loader/entries/boneblack.conf b/configs/platform-v7a/projectroot/loader/entries/boneblack.conf
new file mode 100644
index 0000000..028184f
--- /dev/null
+++ b/configs/platform-v7a/projectroot/loader/entries/boneblack.conf
@@ -0,0 +1,5 @@
+title BeagleBone Black - Pengutronix-DistroKit
+version 4.6
+options root=/dev/mmcblk0p2 rootfstype=ext4 rootwait rw
+linux /boot/zImage
+devicetree /boot/am335x-boneblack.dtb
diff --git a/configs/platform-v7a/projectroot/loader/entries/bonewhite.conf b/configs/platform-v7a/projectroot/loader/entries/bonewhite.conf
new file mode 100644
index 0000000..727a263
--- /dev/null
+++ b/configs/platform-v7a/projectroot/loader/entries/bonewhite.conf
@@ -0,0 +1,5 @@
+title BeagleBone White - Pengutronix-DistroKit
+version 4.6
+options root=/dev/mmcblk0p2 rootfstype=ext4 rootwait rw
+linux /boot/zImage
+devicetree /boot/am335x-bone.dtb
diff --git a/configs/platform-v7a/projectroot/loader/entries/rpi2.conf b/configs/platform-v7a/projectroot/loader/entries/rpi2.conf
new file mode 100644
index 0000000..05992c0
--- /dev/null
+++ b/configs/platform-v7a/projectroot/loader/entries/rpi2.conf
@@ -0,0 +1,5 @@
+title Raspberry Pi 2 - Pengutronix-DistroKit
+version 4.6
+options loglevel=5 systemd.log_level=warning systemd.show_status=auto root=/dev/mmcblk0p2 rootfstype=ext4 rootwait rw
+linux /boot/zImage
+devicetree /boot/bcm2836-rpi-2-b.dtb