summaryrefslogtreecommitdiffstats
path: root/projectroot
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-09-30 18:21:57 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2022-10-02 10:44:33 +0200
commitbf4557cfd4a9c298e0b85bdfa845b5fdd667b4aa (patch)
tree99e460e9268cbe43dcfcfbb710f2b358a167f5d7 /projectroot
parent4b94e6198844d7a341e211729987c5bc159522c1 (diff)
downloadDistroKit-bf4557cfd4a9c298e0b85bdfa845b5fdd667b4aa.tar.gz
DistroKit-bf4557cfd4a9c298e0b85bdfa845b5fdd667b4aa.tar.xz
v7a: rpi4: add boot loader spec support
We now build device trees and have a kernel capable of booting on the Raspberry Pi 4b, so generate bootloader spec entries as well. We add an entry for the Raspberry Pi 400 as well. This is untested, but isn't costly to enable. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.pengutronix.de/20220930162159.814389-9-a.fatoum@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'projectroot')
-rw-r--r--projectroot/loader/entries/rpi400.conf6
-rw-r--r--projectroot/loader/entries/rpi4b.conf6
2 files changed, 12 insertions, 0 deletions
diff --git a/projectroot/loader/entries/rpi400.conf b/projectroot/loader/entries/rpi400.conf
new file mode 100644
index 0000000..4d212c0
--- /dev/null
+++ b/projectroot/loader/entries/rpi400.conf
@@ -0,0 +1,6 @@
+title Raspberry Pi 400 - Pengutronix-DistroKit
+version 4.6
+options rootwait rw
+linux /boot/zImage
+devicetree /boot/bcm2711-rpi-400.dtb
+linux-appendroot true
diff --git a/projectroot/loader/entries/rpi4b.conf b/projectroot/loader/entries/rpi4b.conf
new file mode 100644
index 0000000..c0fd6f1
--- /dev/null
+++ b/projectroot/loader/entries/rpi4b.conf
@@ -0,0 +1,6 @@
+title Raspberry Pi 4b - Pengutronix-DistroKit
+version 4.6
+options rootwait rw
+linux /boot/zImage
+devicetree /boot/bcm2711-rpi-4-b.dtb
+linux-appendroot true