summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/projectroot/loader/entries
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2023-02-10 20:36:12 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2023-02-11 17:19:20 +0100
commitb7a4fe18585223fe52100916a93d4057be51c79e (patch)
treeb5f494352a2fbe357e96830cd4d677d728337d70 /configs/platform-v7a/projectroot/loader/entries
parent292781f91fa0e2fec85c00f804061839eec4641a (diff)
downloadDistroKit-b7a4fe18585223fe52100916a93d4057be51c79e.tar.gz
DistroKit-b7a4fe18585223fe52100916a93d4057be51c79e.tar.xz
v7a: blspec: convert to ptxdist default entries
Adding new board support always included adding a special blspec package for this new board. Most of the blspec entries are the same except for the used devicetree blob. Since the blspec-entry package is able to the add the barebox 'linux-appendroot true' option as well can move to the buildin blspec-entry creation. This lowers the burden of adding new board support since ptxdist will create a blspec entry for devicetree each listed within the platformconfig. I added the 'rootwait rw' kernel command line options since most blspec entries used these options, albeit the 'rw' support should be reconsidered. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Link: https://lore.pengutronix.de/20230210193612.2143905-15-m.felsch@pengutronix.de 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.conf6
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/bonewhite.conf6
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/lxa-mc1.conf6
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/nitrogen6max.conf6
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/nitrogen6x.conf6
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/riotboard.conf6
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/rpi2.conf6
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/rpi3.conf6
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/rpicm3.conf6
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/sabrelite.conf6
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/sama5d27-giantboard.conf6
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/sama5d27-som1-ek.conf6
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/stm32mp157c-dk2.conf6
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/stm32mp157c-ev1.conf6
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/udoo-neo.conf6
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/vexpress.conf6
16 files changed, 0 insertions, 96 deletions
diff --git a/configs/platform-v7a/projectroot/loader/entries/boneblack.conf b/configs/platform-v7a/projectroot/loader/entries/boneblack.conf
deleted file mode 100644
index faa52b5..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/boneblack.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title BeagleBone Black - Pengutronix-DistroKit
-version 4.6
-options rootwait rw
-linux /boot/zImage
-devicetree /boot/am335x-boneblack.dtb
-linux-appendroot true
diff --git a/configs/platform-v7a/projectroot/loader/entries/bonewhite.conf b/configs/platform-v7a/projectroot/loader/entries/bonewhite.conf
deleted file mode 100644
index 3e13459..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/bonewhite.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title BeagleBone White - Pengutronix-DistroKit
-version 4.6
-options rootwait rw
-linux /boot/zImage
-devicetree /boot/am335x-bone.dtb
-linux-appendroot true
diff --git a/configs/platform-v7a/projectroot/loader/entries/lxa-mc1.conf b/configs/platform-v7a/projectroot/loader/entries/lxa-mc1.conf
deleted file mode 100644
index 5718be4..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/lxa-mc1.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title PTXdist - Pengutronix-DistroKit
-version 5.5
-options rootwait rw
-linux /boot/zImage
-devicetree /boot/stm32mp157c-lxa-mc1.dtb
-linux-appendroot true
diff --git a/configs/platform-v7a/projectroot/loader/entries/nitrogen6max.conf b/configs/platform-v7a/projectroot/loader/entries/nitrogen6max.conf
deleted file mode 100644
index 083d9b0..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/nitrogen6max.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title Nitrogen6 MAX - Pengutronix-DistroKit
-version 5.3
-options rootwait rw
-linux /boot/zImage
-devicetree /boot/imx6qp-nitrogen6_max.dtb
-linux-appendroot true
diff --git a/configs/platform-v7a/projectroot/loader/entries/nitrogen6x.conf b/configs/platform-v7a/projectroot/loader/entries/nitrogen6x.conf
deleted file mode 100644
index b9528a2..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/nitrogen6x.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title Nitrogen6x - Pengutronix-DistroKit
-version 4.12
-options rootwait rw
-linux /boot/zImage
-devicetree /boot/imx6q-nitrogen6x.dtb
-linux-appendroot true
diff --git a/configs/platform-v7a/projectroot/loader/entries/riotboard.conf b/configs/platform-v7a/projectroot/loader/entries/riotboard.conf
deleted file mode 100644
index d4bf87a..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/riotboard.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title PTXdist - Pengutronix-DistroKit
-version 4.11
-options rootwait
-linux /boot/zImage
-devicetree /boot/imx6dl-riotboard.dtb
-linux-appendroot true
diff --git a/configs/platform-v7a/projectroot/loader/entries/rpi2.conf b/configs/platform-v7a/projectroot/loader/entries/rpi2.conf
deleted file mode 100644
index 2cbd457..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/rpi2.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title Raspberry Pi 2 - Pengutronix-DistroKit
-version 4.6
-options rootwait rw
-linux /boot/zImage
-devicetree /boot/bcm2836-rpi-2-b.dtb
-linux-appendroot true
diff --git a/configs/platform-v7a/projectroot/loader/entries/rpi3.conf b/configs/platform-v7a/projectroot/loader/entries/rpi3.conf
deleted file mode 100644
index 0a9ef8c..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/rpi3.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title Raspberry Pi 3 - Pengutronix-DistroKit
-version 4.6
-options rootwait rw
-linux /boot/zImage
-devicetree /boot/bcm2837-rpi-3-b.dtb
-linux-appendroot true
diff --git a/configs/platform-v7a/projectroot/loader/entries/rpicm3.conf b/configs/platform-v7a/projectroot/loader/entries/rpicm3.conf
deleted file mode 100644
index ada8d99..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/rpicm3.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title Raspberry Pi CM3 - Pengutronix-DistroKit
-version 4.6
-options rootwait rw
-linux /boot/zImage
-devicetree /boot/bcm2837-rpi-cm3-io3.dtb
-linux-appendroot true
diff --git a/configs/platform-v7a/projectroot/loader/entries/sabrelite.conf b/configs/platform-v7a/projectroot/loader/entries/sabrelite.conf
deleted file mode 100644
index 4b81e97..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/sabrelite.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title PTXdist - Pengutronix-DistroKit
-version 4.11
-options rootwait
-linux /boot/zImage
-devicetree /boot/imx6q-sabrelite.dtb
-linux-appendroot true
diff --git a/configs/platform-v7a/projectroot/loader/entries/sama5d27-giantboard.conf b/configs/platform-v7a/projectroot/loader/entries/sama5d27-giantboard.conf
deleted file mode 100644
index 636e241..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/sama5d27-giantboard.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title PTXdist - Pengutronix-DistroKit
-version @VERSION@
-options rootwait
-linux /boot/zImage
-devicetree /boot/at91-sama5d27_giantboard.dtb
-linux-appendroot true
diff --git a/configs/platform-v7a/projectroot/loader/entries/sama5d27-som1-ek.conf b/configs/platform-v7a/projectroot/loader/entries/sama5d27-som1-ek.conf
deleted file mode 100644
index 3cbcf54..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/sama5d27-som1-ek.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title PTXdist - Pengutronix-DistroKit
-version @VERSION@
-options rootwait
-linux /boot/zImage
-devicetree /boot/at91-sama5d27_som1_ek.dtb
-linux-appendroot true
diff --git a/configs/platform-v7a/projectroot/loader/entries/stm32mp157c-dk2.conf b/configs/platform-v7a/projectroot/loader/entries/stm32mp157c-dk2.conf
deleted file mode 100644
index 1fbba65..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/stm32mp157c-dk2.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title PTXdist - Pengutronix-DistroKit
-version 5.3
-options rootwait rw
-linux /boot/zImage
-devicetree /boot/stm32mp157c-dk2.dtb
-linux-appendroot true
diff --git a/configs/platform-v7a/projectroot/loader/entries/stm32mp157c-ev1.conf b/configs/platform-v7a/projectroot/loader/entries/stm32mp157c-ev1.conf
deleted file mode 100644
index 610e06c..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/stm32mp157c-ev1.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title PTXdist - Pengutronix-DistroKit
-version 5.13
-options rootwait rw
-linux /boot/zImage
-devicetree /boot/stm32mp157c-ev1.dtb
-linux-appendroot true
diff --git a/configs/platform-v7a/projectroot/loader/entries/udoo-neo.conf b/configs/platform-v7a/projectroot/loader/entries/udoo-neo.conf
deleted file mode 100644
index c8fa497..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/udoo-neo.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title Udoo Neo - Pengutronix-DistroKit
-version 4.11
-options
-linux /boot/zImage
-devicetree /boot/imx6sx-udoo-neo-full.dtb
-linux-appendroot true
diff --git a/configs/platform-v7a/projectroot/loader/entries/vexpress.conf b/configs/platform-v7a/projectroot/loader/entries/vexpress.conf
deleted file mode 100644
index e2e2877..0000000
--- a/configs/platform-v7a/projectroot/loader/entries/vexpress.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-title PTXdist - Pengutronix-DistroKit
-version 4.11
-options rootwait
-linux /boot/zImage
-devicetree /boot/vexpress-v2p-ca9.dtb
-linux-appendroot true