From: Junghoon Kim Date: Tue, 3 Sep 2019 11:11:02 +0000 (+0900) Subject: rpi3: Remove the boot firmwares for RPI3 X-Git-Tag: submit/tizen/20200402.094258~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47f11bc6b0d133d1eb3882ed251a0f4db37e56ab;p=platform%2Fkernel%2Flinux-rpi.git rpi3: Remove the boot firmwares for RPI3 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 --- diff --git a/rpi3/boot/LICENCE.broadcom b/rpi3/boot/LICENCE.broadcom deleted file mode 100644 index 89b5c0c..0000000 --- a/rpi3/boot/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/rpi3/boot/bootcode.bin b/rpi3/boot/bootcode.bin deleted file mode 100644 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 index b0aab18..0000000 --- a/rpi3/boot/config_32bit.txt +++ /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 index 5f51835..0000000 --- a/rpi3/boot/config_64bit.txt +++ /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 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 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 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 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 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 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 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 index a668fd1..0000000 Binary files a/rpi3/boot/start_x.elf and /dev/null differ