rpi4: Add boot files from github
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 14 Aug 2019 09:55:53 +0000 (18:55 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 2 Apr 2020 04:09:08 +0000 (13:09 +0900)
commita9380fee169027141f1a2abd479994b7811beebc
tree2c41e00d062fa9f6ea3fcbdc926e165c1c853099
parentc38c313d27c94e0454ee48ff6bf4b44452925b5c
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]