summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi/firmware
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2022-11-15 12:42:34 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2022-11-23 21:44:07 +0100
commit54715bbe2686ba74ae0118bc739634d3bdb2da44 (patch)
tree40875f2a494e2f24b0f0ead1f7de31862ef05a3f /configs/platform-rpi/firmware
parent916446efddc21d2a70858453bd49b8549632616a (diff)
downloadDistroKit-54715bbe2686ba74ae0118bc739634d3bdb2da44.tar.gz
DistroKit-54715bbe2686ba74ae0118bc739634d3bdb2da44.tar.xz
rpi: rename platform to rpi1
Make it clear that this platform is really only used for the legacy ARMv6-based RPi 1 boards, so that there is no confusion when trying to use it for RPi 2 or later, even for people who don't read the documentation. Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Diffstat (limited to 'configs/platform-rpi/firmware')
-rw-r--r--configs/platform-rpi/firmware/LICENCE.broadcom30
-rw-r--r--configs/platform-rpi/firmware/bootcode.binbin52296 -> 0 bytes
-rw-r--r--configs/platform-rpi/firmware/config.txt16
-rw-r--r--configs/platform-rpi/firmware/fixup.datbin6736 -> 0 bytes
-rw-r--r--configs/platform-rpi/firmware/fixup_cd.datbin2657 -> 0 bytes
-rw-r--r--configs/platform-rpi/firmware/fixup_db.datbin9808 -> 0 bytes
-rw-r--r--configs/platform-rpi/firmware/fixup_x.datbin9810 -> 0 bytes
-rw-r--r--configs/platform-rpi/firmware/start.elfbin2877892 -> 0 bytes
-rw-r--r--configs/platform-rpi/firmware/start_cd.elfbin685540 -> 0 bytes
-rw-r--r--configs/platform-rpi/firmware/start_db.elfbin4854600 -> 0 bytes
-rw-r--r--configs/platform-rpi/firmware/start_x.elfbin3792104 -> 0 bytes
11 files changed, 0 insertions, 46 deletions
diff --git a/configs/platform-rpi/firmware/LICENCE.broadcom b/configs/platform-rpi/firmware/LICENCE.broadcom
deleted file mode 100644
index 89b5c0c..0000000
--- a/configs/platform-rpi/firmware/LICENCE.broadcom
+++ /dev/null
@@ -1,30 +0,0 @@
-Copyright (c) 2006, Broadcom Corporation.
-Copyright (c) 2015, Raspberry Pi (Trading) Ltd
-All rights reserved.
-
-Redistribution. Redistribution and use in binary form, without
-modification, are permitted provided that the following conditions are
-met:
-
-* This software may only be used for the purposes of developing for,
- running or using a Raspberry Pi device.
-* Redistributions must reproduce the above copyright notice and the
- following disclaimer in the documentation and/or other materials
- provided with the distribution.
-* Neither the name of Broadcom Corporation nor the names of its suppliers
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
-DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
-CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
-BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
-OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
-TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
-USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGE.
-
diff --git a/configs/platform-rpi/firmware/bootcode.bin b/configs/platform-rpi/firmware/bootcode.bin
deleted file mode 100644
index 823a2e9..0000000
--- a/configs/platform-rpi/firmware/bootcode.bin
+++ /dev/null
Binary files differ
diff --git a/configs/platform-rpi/firmware/config.txt b/configs/platform-rpi/firmware/config.txt
deleted file mode 100644
index d1abb30..0000000
--- a/configs/platform-rpi/firmware/config.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-# enable debug of early bootloader
-uart_2ndstage=1
-# Set barebox as third state bootloader
-kernel=barebox
-# Set stdv mode to PAL (as used in Europe)
-sdtv_mode=2
-# Force the monitor to HDMI mode so that sound will be sent over HDMI cable
-hdmi_drive=2
-# Set monitor mode to DMT
-hdmi_group=1
-# Set monitor resolution to 1080p60
-hdmi_mode=16
-# No overscan
-disable_overscan=1
-# GPU memory in megabyte
-gpu_mem=@GPU_MEM@
diff --git a/configs/platform-rpi/firmware/fixup.dat b/configs/platform-rpi/firmware/fixup.dat
deleted file mode 100644
index 3b58ed2..0000000
--- a/configs/platform-rpi/firmware/fixup.dat
+++ /dev/null
Binary files differ
diff --git a/configs/platform-rpi/firmware/fixup_cd.dat b/configs/platform-rpi/firmware/fixup_cd.dat
deleted file mode 100644
index b427ef8..0000000
--- a/configs/platform-rpi/firmware/fixup_cd.dat
+++ /dev/null
Binary files differ
diff --git a/configs/platform-rpi/firmware/fixup_db.dat b/configs/platform-rpi/firmware/fixup_db.dat
deleted file mode 100644
index d60791e..0000000
--- a/configs/platform-rpi/firmware/fixup_db.dat
+++ /dev/null
Binary files differ
diff --git a/configs/platform-rpi/firmware/fixup_x.dat b/configs/platform-rpi/firmware/fixup_x.dat
deleted file mode 100644
index 49618df..0000000
--- a/configs/platform-rpi/firmware/fixup_x.dat
+++ /dev/null
Binary files differ
diff --git a/configs/platform-rpi/firmware/start.elf b/configs/platform-rpi/firmware/start.elf
deleted file mode 100644
index aae7d94..0000000
--- a/configs/platform-rpi/firmware/start.elf
+++ /dev/null
Binary files differ
diff --git a/configs/platform-rpi/firmware/start_cd.elf b/configs/platform-rpi/firmware/start_cd.elf
deleted file mode 100644
index 1a37edf..0000000
--- a/configs/platform-rpi/firmware/start_cd.elf
+++ /dev/null
Binary files differ
diff --git a/configs/platform-rpi/firmware/start_db.elf b/configs/platform-rpi/firmware/start_db.elf
deleted file mode 100644
index 3ba0285..0000000
--- a/configs/platform-rpi/firmware/start_db.elf
+++ /dev/null
Binary files differ
diff --git a/configs/platform-rpi/firmware/start_x.elf b/configs/platform-rpi/firmware/start_x.elf
deleted file mode 100644
index eee54a2..0000000
--- a/configs/platform-rpi/firmware/start_x.elf
+++ /dev/null
Binary files differ