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)
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]

diff --git a/rpi3/boot/README.firmware-type.txt b/rpi3/boot/README.firmware-type.txt
new file mode 100644 (file)
index 0000000..0cfa66f
--- /dev/null
@@ -0,0 +1,4 @@
+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)
index e8afbd61c3d6bc141d079d0b848d35606b5560d7..05d3d65d589cfe27675489fdde1119f3ebe628a4 100644 (file)
Binary files a/rpi3/boot/bootcode.bin and b/rpi3/boot/bootcode.bin differ
index 4422d6fbca22acef905f375de787663c5ae9fade..69e80b866ad2bc9ad797cad371b7e1233663e462 100644 (file)
Binary files a/rpi3/boot/fixup.dat and b/rpi3/boot/fixup.dat differ
diff --git a/rpi3/boot/fixup_cd.dat b/rpi3/boot/fixup_cd.dat
new file mode 100644 (file)
index 0000000..622bf46
Binary files /dev/null and b/rpi3/boot/fixup_cd.dat differ
diff --git a/rpi3/boot/fixup_db.dat b/rpi3/boot/fixup_db.dat
new file mode 100644 (file)
index 0000000..294dc57
Binary files /dev/null and b/rpi3/boot/fixup_db.dat differ
diff --git a/rpi3/boot/fixup_x.dat b/rpi3/boot/fixup_x.dat
new file mode 100644 (file)
index 0000000..05ccf91
Binary files /dev/null and b/rpi3/boot/fixup_x.dat differ
index 6585fc34665d2881e0f603f04971296ac302df02..303b7c03c4b8f7accaeaf98f6d3fce5102a85d3c 100644 (file)
Binary files a/rpi3/boot/start.elf and b/rpi3/boot/start.elf differ
diff --git a/rpi3/boot/start_cd.elf b/rpi3/boot/start_cd.elf
new file mode 100644 (file)
index 0000000..02c9526
Binary files /dev/null and b/rpi3/boot/start_cd.elf differ
diff --git a/rpi3/boot/start_db.elf b/rpi3/boot/start_db.elf
new file mode 100644 (file)
index 0000000..1cecbf3
Binary files /dev/null and b/rpi3/boot/start_db.elf differ
diff --git a/rpi3/boot/start_x.elf b/rpi3/boot/start_x.elf
new file mode 100644 (file)
index 0000000..d7bd301
Binary files /dev/null and b/rpi3/boot/start_x.elf differ