From 7b009049e6c40bd142905dd1b315e1302489cefa Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 21 Sep 2026 09:15:09 +0100 Subject: coreboot/default: use latest revision, 18-Sep-2026 Updated to coreboot revision: 8ce4c91c41da3f042979f92095149a85bc93227d Up to date as of 18 September 2026. crossgcc tarballs updated (subfiles), and their versions: * update to acpica 20251212 * update to binutils 2.46.1 * update to gcc 15.2.0 * update to mpc 1.4.1 * update to nasm 3.02 submodules updated (git repos), and their new revisions: * arm-trusted-firmware b5eaba47efc5e4e3029086d5c25eee0e8dbb0129 * fsp 98426bfd958eb7397c474ff5d440dc9a1d146215 * intel-microcode 927e65c8d5a6e4ec05cc74b1778283ab2284d0c1 * libgfxinit 6e74c703132a8b4af4354a5158f286dc8f2407ab * libhwbase 61f7287f18b249408a79bf9ab5e72568965cca2c * vboot 5c360ef458b0a013d8a6d47724bb0fffb5accbcf Signed-off-by: Leah Rowe --- .../patches/0022-Disable-compression-on-refcode-insertion.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/module/coreboot/default/patches/0022-Disable-compression-on-refcode-insertion.patch') diff --git a/config/module/coreboot/default/patches/0022-Disable-compression-on-refcode-insertion.patch b/config/module/coreboot/default/patches/0022-Disable-compression-on-refcode-insertion.patch index deaefbfd..4b81cb57 100644 --- a/config/module/coreboot/default/patches/0022-Disable-compression-on-refcode-insertion.patch +++ b/config/module/coreboot/default/patches/0022-Disable-compression-on-refcode-insertion.patch @@ -1,7 +1,7 @@ -From 669ef0d2c72326134f64a4fe70f67220ec690c5e Mon Sep 17 00:00:00 2001 +From c54181a491e1f90649cfae2dff2adcc81e5c31ea Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 31 Dec 2024 14:42:24 +0000 -Subject: [PATCH 22/48] Disable compression on refcode insertion +Subject: [PATCH 22/50] Disable compression on refcode insertion Compression is not reliably reproducible. In an lbmk release context, this means we cannot rely on vendorfile insertion. @@ -14,10 +14,10 @@ Signed-off-by: Leah Rowe 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.mk b/Makefile.mk -index 5fccb4a52d..c40e06c453 100644 +index 7a208d041df4..688ba99c14ad 100644 --- a/Makefile.mk +++ b/Makefile.mk -@@ -1414,7 +1414,7 @@ endif +@@ -1457,7 +1457,7 @@ endif cbfs-files-$(CONFIG_HAVE_REFCODE_BLOB) += $(CONFIG_CBFS_PREFIX)/refcode $(CONFIG_CBFS_PREFIX)/refcode-file := $(REFCODE_BLOB) $(CONFIG_CBFS_PREFIX)/refcode-type := stage -- cgit v1.2.1