From cd64f3cc2ac9651ca4fd901a97cfd5897b9b34b1 Mon Sep 17 00:00:00 2001 From: Jonathon Hall Date: Fri, 18 Oct 2024 17:22:03 -0400 Subject: [PATCH] modules/coreboot: Update Purism coreboot with latest JPEG decoder patch Instead of requesting additional ramstage heap, cherry-pick patches for newer JPEG decoder that does not require heap allocation. Signed-off-by: Jonathon Hall Signed-off-by: Thierry Laurion --- modules/coreboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/coreboot b/modules/coreboot index 13fc943f..23de9a45 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -88,7 +88,7 @@ $(eval $(call coreboot_module,talos_2,)) # coreboot-purism is based on 24.02.01 - reuse that toolchain. coreboot-purism_repo := https://source.puri.sm/firmware/coreboot.git -coreboot-purism_commit_hash := f4f61b75bcfc50fa3a89f8f438e5312e750f6e3c +coreboot-purism_commit_hash := bea9947a1279be7d4a72b38a601d0288d10d1cb8 $(eval $(call coreboot_module,purism,24.02.01)) # MSI and Nitropad NV41 / NS50 boards are based on Dasharo coreboot port