summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/projectroot/loader/entries
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2016-07-26 22:16:06 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2016-07-26 22:16:06 +0200
commit49292bd74f73a260927b7f3f42548e4ee4407237 (patch)
tree3e89c3b02b9d8d9e1114f8f860afb9a1109cc373 /configs/platform-v7a/projectroot/loader/entries
parentdd2c39349c6e0358cb5dc463cd02e63b0902bcf2 (diff)
downloadDistroKit-49292bd74f73a260927b7f3f42548e4ee4407237.tar.gz
DistroKit-49292bd74f73a260927b7f3f42548e4ee4407237.tar.xz
platform-beaglebone: rename to platform-v7a
In the meantime, in addition to beaglebone, this platform supports the other ARMv7 based boards (rpi2, vexpress), so rename it. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/projectroot/loader/entries')
-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