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, 7 Feb 2022 07:09:31 +0000 (16:09 +0900)
commitabc7a7152ed5857ca53646e137182f358ab37241
tree8cb9237ee44f2decef021e6e1b6e56b3149cf021
parent97955de82121ef3b0beea8a05ee89d81e48c5e5a
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]