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>
Wed, 23 Nov 2022 02:23:12 +0000 (11:23 +0900)
commit1c4cbabb14966ca7d1c259bce1982c85d1b66171
tree31e629c8fe0c64dbc8e76141195b2db94a8aad57
parent6ebf537bbecb0e034acec3e7d2343ecbf0fa477e
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]