rpi3: update firmware files including extra, cutdown and debug features 53/161853/3
authorHackseung Lee <lhs@dignsys.com>
Tue, 28 Nov 2017 01:59:50 +0000 (10:59 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 7 Dec 2017 02:00:05 +0000 (11:00 +0900)
commit868e1e44c3152ed2803041e8c7db362bb8b76ee6
treee05c80bc06429c7c9abe49ba8acf0ea4c60f95b6
parent605d8c5e3aa81fc9233c2521983d129e481ecbd7
rpi3: update firmware files including extra, cutdown and debug features

Update firmware files including extra, cutdown and debug features
from https://github.com/raspberrypi/firmware/tree/master/boot with
the commit 62640e817022 ("kernel: Bump to 4.9.67").

TYPES of each firmware:
start.elf       / fixup.dat     - normal
start_x.elf     / fixup_x.dat   - with extra feature including camera (start_x=1 in config.txt)
start_cd.elf    / fixup_cd.dat  - cut-down to minimum gpu set 16M
start_db.elf    / fixup_db.dat  - debug (start_debug=1 in config.txt)

NOTE:
start_x=1 in config.txt should be specified when using the camera
module and it implies start_file=start_x.elf/fixup_file=fixup_x.dat.

Change-Id: Ia1a8c20d3e62d482fe363c12cce54436f8f58db0
Signed-off-by: Hackseung Lee <lhs@dignsys.com>
[sw0312.kim: add other firmware files and information about each firmware]
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
rpi3/boot/README.firmware-type.txt [new file with mode: 0644]
rpi3/boot/bootcode.bin
rpi3/boot/fixup.dat
rpi3/boot/fixup_cd.dat [new file with mode: 0644]
rpi3/boot/fixup_db.dat [new file with mode: 0644]
rpi3/boot/fixup_x.dat [new file with mode: 0644]
rpi3/boot/start.elf
rpi3/boot/start_cd.elf [new file with mode: 0644]
rpi3/boot/start_db.elf [new file with mode: 0644]
rpi3/boot/start_x.elf [new file with mode: 0644]