rpi3: Remove the boot firmwares for RPI3
authorJunghoon Kim <jhoon20.kim@samsung.com>
Tue, 3 Sep 2019 11:11:02 +0000 (20:11 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 2 Apr 2020 04:09:09 +0000 (13:09 +0900)
They also do not currently need to be kept in this repo. When the
linux-rpi3 repo is deprecated, it needs to be redefined.

Change-Id: I2025d32f7762ddf29860a8597cbc12dfae1d5019
Signed-off-by: Junghoon Kim <jhoon20.kim@samsung.com>
12 files changed:
rpi3/boot/LICENCE.broadcom [deleted file]
rpi3/boot/bootcode.bin [deleted file]
rpi3/boot/config_32bit.txt [deleted file]
rpi3/boot/config_64bit.txt [deleted file]
rpi3/boot/fixup.dat [deleted file]
rpi3/boot/fixup_cd.dat [deleted file]
rpi3/boot/fixup_db.dat [deleted file]
rpi3/boot/fixup_x.dat [deleted file]
rpi3/boot/start.elf [deleted file]
rpi3/boot/start_cd.elf [deleted file]
rpi3/boot/start_db.elf [deleted file]
rpi3/boot/start_x.elf [deleted file]

diff --git a/rpi3/boot/LICENCE.broadcom b/rpi3/boot/LICENCE.broadcom
deleted file mode 100644 (file)
index 89b5c0c..0000000
+++ /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/rpi3/boot/bootcode.bin b/rpi3/boot/bootcode.bin
deleted file mode 100644 (file)
index a92b5f4..0000000
Binary files a/rpi3/boot/bootcode.bin and /dev/null differ
diff --git a/rpi3/boot/config_32bit.txt b/rpi3/boot/config_32bit.txt
deleted file mode 100644 (file)
index b0aab18..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-# For more options and information see
-# http://rpf.io/configtxt
-# Some settings may impact device functionality. See link above for details
-
-# uncomment if you get no picture on HDMI for a default "safe" mode
-#hdmi_safe=1
-
-# uncomment this if your display has a black border of unused pixels visible
-# and your display can output without overscan
-#disable_overscan=1
-
-# uncomment the following to adjust overscan. Use positive numbers if console
-# goes off screen, and negative if there is too much border
-#overscan_left=16
-#overscan_right=16
-#overscan_top=16
-#overscan_bottom=16
-
-# uncomment to force a console size. By default it will be display's size minus
-# overscan.
-#framebuffer_width=1280
-#framebuffer_height=720
-
-# uncomment if hdmi display is not detected and composite is being output
-#hdmi_force_hotplug=1
-
-# uncomment to force a specific HDMI mode (this will force VGA)
-#hdmi_group=1
-#hdmi_mode=1
-
-# uncomment to force a HDMI mode rather than DVI. This can make audio work in
-# DMT (computer monitor) modes
-#hdmi_drive=2
-
-# uncomment to increase signal to HDMI, if you have interference, blanking, or
-# no display
-#config_hdmi_boost=4
-
-# uncomment for composite PAL
-#sdtv_mode=2
-
-#uncomment to overclock the arm. 700 MHz is the default.
-#arm_freq=800
-
-# Uncomment some or all of these to enable the optional hardware interfaces
-#dtparam=i2c_arm=on
-#dtparam=i2s=on
-dtparam=spi=on
-
-# Uncomment this to enable the lirc-rpi module
-#dtoverlay=lirc-rpi
-
-# Additional overlays and parameters are documented /boot/overlays/README
-
-# Enable audio (loads snd_bcm2835)
-dtparam=audio=on
-
-# Enable serial
-enable_uart=1
-uart_2ndstage=1
-
-# Bit 9 of arm_control determines if arm is booted in 32-bit mode or 64-bit mode
-arm_control=0x0        # for 32-bit
-#arm_control=0x200     # for 64-bit
-
-# Kernel binary
-kernel=u-boot.bin
-
-# Kernel Address 0x0
-#kernel_old=1
-
-# Skip filling ATAGS
-#disable_commandline_tags=1
-
-# enable JTAG flag
-enable_jtag_gpio=1
-
-# Enable the camera module
-start_x=1
-
-# Turn off the red camera LED when recording video or taking a still picture
-disable_camera_led=1
-
-# Minimum GPU memory for camera use
-gpu_mem=128
-
-# Set gpio pins to Input, Pullup mode.
-gpio=6,12,13,16,25=ip,pu
diff --git a/rpi3/boot/config_64bit.txt b/rpi3/boot/config_64bit.txt
deleted file mode 100644 (file)
index 5f51835..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-# For more options and information see
-# http://rpf.io/configtxt
-# Some settings may impact device functionality. See link above for details
-
-# uncomment if you get no picture on HDMI for a default "safe" mode
-#hdmi_safe=1
-
-# uncomment this if your display has a black border of unused pixels visible
-# and your display can output without overscan
-#disable_overscan=1
-
-# uncomment the following to adjust overscan. Use positive numbers if console
-# goes off screen, and negative if there is too much border
-#overscan_left=16
-#overscan_right=16
-#overscan_top=16
-#overscan_bottom=16
-
-# uncomment to force a console size. By default it will be display's size minus
-# overscan.
-#framebuffer_width=1280
-#framebuffer_height=720
-
-# uncomment if hdmi display is not detected and composite is being output
-#hdmi_force_hotplug=1
-
-# uncomment to force a specific HDMI mode (this will force VGA)
-#hdmi_group=1
-#hdmi_mode=1
-
-# uncomment to force a HDMI mode rather than DVI. This can make audio work in
-# DMT (computer monitor) modes
-#hdmi_drive=2
-
-# uncomment to increase signal to HDMI, if you have interference, blanking, or
-# no display
-#config_hdmi_boost=4
-
-# uncomment for composite PAL
-#sdtv_mode=2
-
-#uncomment to overclock the arm. 700 MHz is the default.
-#arm_freq=800
-
-# Uncomment some or all of these to enable the optional hardware interfaces
-#dtparam=i2c_arm=on
-#dtparam=i2s=on
-dtparam=spi=on
-
-# Uncomment this to enable the lirc-rpi module
-#dtoverlay=lirc-rpi
-
-# Additional overlays and parameters are documented /boot/overlays/README
-
-# Enable audio (loads snd_bcm2835)
-dtparam=audio=on
-
-# Enable serial
-enable_uart=1
-uart_2ndstage=1
-
-# Bit 9 of arm_control determines if arm is booted in 32-bit mode or 64-bit mode
-#arm_control=0x0       # for 32-bit
-arm_control=0x200      # for 64-bit
-
-# Kernel binary
-kernel=u-boot-spl.bin
-
-# Kernel Address 0x0
-kernel_old=1
-
-# Skip filling ATAGS
-disable_commandline_tags=1
-
-# enable JTAG flag
-enable_jtag_gpio=1
-
-# Enable the camera module
-start_x=1
-
-# Turn off the red camera LED when recording video or taking a still picture
-disable_camera_led=1
-
-# Minimum GPU memory for camera use
-gpu_mem=128
-
-# Set gpio pins to Input, Pullup mode.
-gpio=6,12,13,16,25=ip,pu
diff --git a/rpi3/boot/fixup.dat b/rpi3/boot/fixup.dat
deleted file mode 100644 (file)
index 035e368..0000000
Binary files a/rpi3/boot/fixup.dat and /dev/null differ
diff --git a/rpi3/boot/fixup_cd.dat b/rpi3/boot/fixup_cd.dat
deleted file mode 100644 (file)
index 56be83f..0000000
Binary files a/rpi3/boot/fixup_cd.dat and /dev/null differ
diff --git a/rpi3/boot/fixup_db.dat b/rpi3/boot/fixup_db.dat
deleted file mode 100644 (file)
index 22bb9f7..0000000
Binary files a/rpi3/boot/fixup_db.dat and /dev/null differ
diff --git a/rpi3/boot/fixup_x.dat b/rpi3/boot/fixup_x.dat
deleted file mode 100644 (file)
index d95f4d0..0000000
Binary files a/rpi3/boot/fixup_x.dat and /dev/null differ
diff --git a/rpi3/boot/start.elf b/rpi3/boot/start.elf
deleted file mode 100644 (file)
index 6e0b90c..0000000
Binary files a/rpi3/boot/start.elf and /dev/null differ
diff --git a/rpi3/boot/start_cd.elf b/rpi3/boot/start_cd.elf
deleted file mode 100644 (file)
index 3ab971c..0000000
Binary files a/rpi3/boot/start_cd.elf and /dev/null differ
diff --git a/rpi3/boot/start_db.elf b/rpi3/boot/start_db.elf
deleted file mode 100644 (file)
index 15f179a..0000000
Binary files a/rpi3/boot/start_db.elf and /dev/null differ
diff --git a/rpi3/boot/start_x.elf b/rpi3/boot/start_x.elf
deleted file mode 100644 (file)
index a668fd1..0000000
Binary files a/rpi3/boot/start_x.elf and /dev/null differ