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>
Thu, 3 Aug 2023 08:43:51 +0000 (17:43 +0900)
commit52e8cd47c32902293a5d52b52c28584838358080
tree8a3d8dfbd2f204aae70fb05945af8bf7108616c0
parenteae2b8cb1e480b864bb674387f239380cd25b785
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]