diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-05-19 11:53:46 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-05-19 11:53:46 +0100 |
| commit | e90e1df74dce25a5bb660e72d8d862671d04300e (patch) | |
| tree | 24e4451764e1ad60b7f776476230646c4f4d73f8 /config/coreboot/default/patches/0022-Disable-compression-on-refcode-insertion.patch | |
| parent | 154c5ff319a5fdc3f55520f483c014f8aeabee16 (diff) | |
Revert "consolidate haswell iommu patches"
This reverts commit f60350344a56fa2b9db2b0653f69a7b036da8aab.
Diffstat (limited to 'config/coreboot/default/patches/0022-Disable-compression-on-refcode-insertion.patch')
| -rw-r--r-- | config/coreboot/default/patches/0022-Disable-compression-on-refcode-insertion.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/config/coreboot/default/patches/0022-Disable-compression-on-refcode-insertion.patch b/config/coreboot/default/patches/0022-Disable-compression-on-refcode-insertion.patch deleted file mode 100644 index 9667d4ac..00000000 --- a/config/coreboot/default/patches/0022-Disable-compression-on-refcode-insertion.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 7f131cd791eb2dcf68f0e1e9049cc5b4c301232b Mon Sep 17 00:00:00 2001 -From: Leah Rowe <info@minifree.org> -Date: Tue, 31 Dec 2024 14:42:24 +0000 -Subject: [PATCH 22/51] Disable compression on refcode insertion - -Compression is not reliably reproducible. In an lbmk release -context, this means we cannot rely on vendorfile insertion. - -Therefore, use uncompressed refcode. - -Signed-off-by: Leah Rowe <info@minifree.org> ---- - Makefile.mk | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile.mk b/Makefile.mk -index dbad313911..8f541ad187 100644 ---- a/Makefile.mk -+++ b/Makefile.mk -@@ -1432,7 +1432,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 --$(CONFIG_CBFS_PREFIX)/refcode-compression := $(CBFS_COMPRESS_FLAG) -+$(CONFIG_CBFS_PREFIX)/refcode-compression := none - - cbfs-files-$(CONFIG_SEABIOS_VGA_COREBOOT) += vgaroms/seavgabios.bin - vgaroms/seavgabios.bin-file := $(CONFIG_PAYLOAD_VGABIOS_FILE) --- -2.47.3 - |
