From 48bbd423ce83c4329263f76608b994a7de4918ae Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Sun, 25 Oct 2015 19:53:10 +0000 Subject: Add blobs needed for Raspberry Pi BSP These are taken from https://github.com/raspberrypi/firmware with sha1 4047fe26797884cedf53bc8671d19e7f6f9f59d5. The repo is really big (around 4G) and we only need 9 files from there. --- raspberry-pi/LICENCE.broadcom | 30 ++++++++++++++++++++++++++++++ raspberry-pi/bootcode.bin | Bin 0 -> 17900 bytes raspberry-pi/fixup.dat | Bin 0 -> 6445 bytes raspberry-pi/fixup_cd.dat | Bin 0 -> 2469 bytes raspberry-pi/fixup_db.dat | Bin 0 -> 9678 bytes raspberry-pi/fixup_x.dat | Bin 0 -> 9684 bytes raspberry-pi/start.elf | Bin 0 -> 2729304 bytes raspberry-pi/start_cd.elf | Bin 0 -> 603896 bytes raspberry-pi/start_db.elf | Bin 0 -> 4855080 bytes raspberry-pi/start_x.elf | Bin 0 -> 3810152 bytes 10 files changed, 30 insertions(+) create mode 100644 raspberry-pi/LICENCE.broadcom create mode 100644 raspberry-pi/bootcode.bin create mode 100644 raspberry-pi/fixup.dat create mode 100644 raspberry-pi/fixup_cd.dat create mode 100644 raspberry-pi/fixup_db.dat create mode 100644 raspberry-pi/fixup_x.dat create mode 100644 raspberry-pi/start.elf create mode 100644 raspberry-pi/start_cd.elf create mode 100644 raspberry-pi/start_db.elf create mode 100644 raspberry-pi/start_x.elf diff --git a/raspberry-pi/LICENCE.broadcom b/raspberry-pi/LICENCE.broadcom new file mode 100644 index 0000000..89b5c0c --- /dev/null +++ b/raspberry-pi/LICENCE.broadcom @@ -0,0 +1,30 @@ +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/raspberry-pi/bootcode.bin b/raspberry-pi/bootcode.bin new file mode 100644 index 0000000..a68e73f Binary files /dev/null and b/raspberry-pi/bootcode.bin differ diff --git a/raspberry-pi/fixup.dat b/raspberry-pi/fixup.dat new file mode 100644 index 0000000..ca77b26 Binary files /dev/null and b/raspberry-pi/fixup.dat differ diff --git a/raspberry-pi/fixup_cd.dat b/raspberry-pi/fixup_cd.dat new file mode 100644 index 0000000..c6ea00d Binary files /dev/null and b/raspberry-pi/fixup_cd.dat differ diff --git a/raspberry-pi/fixup_db.dat b/raspberry-pi/fixup_db.dat new file mode 100644 index 0000000..f13ac3f Binary files /dev/null and b/raspberry-pi/fixup_db.dat differ diff --git a/raspberry-pi/fixup_x.dat b/raspberry-pi/fixup_x.dat new file mode 100644 index 0000000..310043c Binary files /dev/null and b/raspberry-pi/fixup_x.dat differ diff --git a/raspberry-pi/start.elf b/raspberry-pi/start.elf new file mode 100644 index 0000000..61eeb73 Binary files /dev/null and b/raspberry-pi/start.elf differ diff --git a/raspberry-pi/start_cd.elf b/raspberry-pi/start_cd.elf new file mode 100644 index 0000000..da01d31 Binary files /dev/null and b/raspberry-pi/start_cd.elf differ diff --git a/raspberry-pi/start_db.elf b/raspberry-pi/start_db.elf new file mode 100644 index 0000000..35c2599 Binary files /dev/null and b/raspberry-pi/start_db.elf differ diff --git a/raspberry-pi/start_x.elf b/raspberry-pi/start_x.elf new file mode 100644 index 0000000..f30b5d8 Binary files /dev/null and b/raspberry-pi/start_x.elf differ -- cgit v1.2.1