From: Marek Szyprowski Date: Fri, 24 Apr 2020 10:21:34 +0000 (+0200) Subject: rpi4: boot: Update the firmwares for kernel v5.10.95 X-Git-Tag: accepted/tizen/unified/20230118.172025~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31d6caccb8d3c33711339acea2013a6bdc206a5c;p=platform%2Fkernel%2Flinux-rpi.git rpi4: boot: Update the firmwares for kernel v5.10.95 Update RPi4 firmware files to the latest version available in firmware stable branch. With the previous firmware, the display subsystem failed to be initialized properly by the updated VC4 DRM drivers available in v5.10.95 vendor tree: root:~> dmesg | grep drm [ 0.655835] vc4-drm gpu: [drm] Couldn't stop firmware display driver: -22 [ 0.656074] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops) [ 1.701692] vc4-drm gpu: [drm] Couldn't stop firmware display driver: -22 [ 1.703160] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops) [ 1.704826] vc4-drm gpu: failed to bind fef00700.hdmi (ops vc4_hdmi_ops): -22 [ 1.713616] vc4-drm gpu: master bind failed: -22 [ 1.713645] vc4-drm: probe of gpu failed with error -22 The updated firmware files fix the above issue. The updated files comes from https://github.com/raspberrypi/firmware.git stable branch, commit 48cd70fe84 ("kernel: Update to latest kernel 5.15.61+ from master branch"). Signed-off-by: Marek Szyprowski Change-Id: I97de6317f3e5498a372eface39f3a62987b0c45f --- diff --git a/rpi4/boot/fixup4.dat b/rpi4/boot/fixup4.dat index 38913c8..a6c32ed 100644 Binary files a/rpi4/boot/fixup4.dat and b/rpi4/boot/fixup4.dat differ diff --git a/rpi4/boot/fixup4cd.dat b/rpi4/boot/fixup4cd.dat index 020aaba..e9b92fb 100644 Binary files a/rpi4/boot/fixup4cd.dat and b/rpi4/boot/fixup4cd.dat differ diff --git a/rpi4/boot/fixup4db.dat b/rpi4/boot/fixup4db.dat index da035f0..38f0929 100644 Binary files a/rpi4/boot/fixup4db.dat and b/rpi4/boot/fixup4db.dat differ diff --git a/rpi4/boot/fixup4x.dat b/rpi4/boot/fixup4x.dat index 7debb2d..f86bb15 100644 Binary files a/rpi4/boot/fixup4x.dat and b/rpi4/boot/fixup4x.dat differ diff --git a/rpi4/boot/start4.elf b/rpi4/boot/start4.elf index c0dadf5..9ab82a7 100644 Binary files a/rpi4/boot/start4.elf and b/rpi4/boot/start4.elf differ diff --git a/rpi4/boot/start4cd.elf b/rpi4/boot/start4cd.elf index cb4635a..6b5a160 100644 Binary files a/rpi4/boot/start4cd.elf and b/rpi4/boot/start4cd.elf differ diff --git a/rpi4/boot/start4db.elf b/rpi4/boot/start4db.elf index 8dda6cc..43fe947 100644 Binary files a/rpi4/boot/start4db.elf and b/rpi4/boot/start4db.elf differ diff --git a/rpi4/boot/start4x.elf b/rpi4/boot/start4x.elf index 1fb2a7c..597a605 100644 Binary files a/rpi4/boot/start4x.elf and b/rpi4/boot/start4x.elf differ