rpi4: Add boot files from github
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 14 Aug 2019 09:55:53 +0000 (18:55 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 4 Nov 2019 09:00:55 +0000 (18:00 +0900)
commit0e0ace9a0a5d32edbfed846f115c85840b262cda
tree8930a78e68834ba6bfe699acf1069b2ae176db97
parentee8af7d823648212958ad314c8f3d1a40b0e3521
rpi4: Add boot files from github

We can get boot binaries that are necessary for booting from master
branch of https://github.com/raspberrypi/firmware.

The git base is the commit "66bafab0055 kernel: Bump to 4.19.65"

Change-Id: Iba608e75426efcc1e45240ca532ec91807b4ce16
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
19 files changed:
rpi4/boot/COPYING.linux [new file with mode: 0644]
rpi4/boot/LICENCE.broadcom [new file with mode: 0644]
rpi4/boot/bootcode.bin [new file with mode: 0644]
rpi4/boot/fixup.dat [new file with mode: 0644]
rpi4/boot/fixup4.dat [new file with mode: 0644]
rpi4/boot/fixup4cd.dat [new file with mode: 0644]
rpi4/boot/fixup4db.dat [new file with mode: 0644]
rpi4/boot/fixup4x.dat [new file with mode: 0644]
rpi4/boot/fixup_cd.dat [new file with mode: 0644]
rpi4/boot/fixup_db.dat [new file with mode: 0644]
rpi4/boot/fixup_x.dat [new file with mode: 0644]
rpi4/boot/start.elf [new file with mode: 0644]
rpi4/boot/start4.elf [new file with mode: 0644]
rpi4/boot/start4cd.elf [new file with mode: 0644]
rpi4/boot/start4db.elf [new file with mode: 0644]
rpi4/boot/start4x.elf [new file with mode: 0644]
rpi4/boot/start_cd.elf [new file with mode: 0644]
rpi4/boot/start_db.elf [new file with mode: 0644]
rpi4/boot/start_x.elf [new file with mode: 0644]