summaryrefslogtreecommitdiff
path: root/resources/coreboot/default/patches/0016-util-ifdtool-add-nuke-flag-all-0xFF-on-region.patch
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-03-04 23:58:17 +0000
committerLeah Rowe <leah@libreboot.org>2023-03-04 23:58:17 +0000
commita5aa5bca774d2a49316b7d2387d6d8a81a391043 (patch)
treec16eeec4778304185bcdeadd72c922b74a670fcc /resources/coreboot/default/patches/0016-util-ifdtool-add-nuke-flag-all-0xFF-on-region.patch
parent6421af5dcb28734da4b1e8a894aee632aa70a64a (diff)
ICH9M: default to 256MB VRAM, not 352MB
352MB VRAM causes stability issues, according to some reports users can still set it to the higher level when building, if they wish to
Diffstat (limited to 'resources/coreboot/default/patches/0016-util-ifdtool-add-nuke-flag-all-0xFF-on-region.patch')
-rw-r--r--resources/coreboot/default/patches/0016-util-ifdtool-add-nuke-flag-all-0xFF-on-region.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/coreboot/default/patches/0016-util-ifdtool-add-nuke-flag-all-0xFF-on-region.patch b/resources/coreboot/default/patches/0016-util-ifdtool-add-nuke-flag-all-0xFF-on-region.patch
index a596d858..d4eb93f5 100644
--- a/resources/coreboot/default/patches/0016-util-ifdtool-add-nuke-flag-all-0xFF-on-region.patch
+++ b/resources/coreboot/default/patches/0016-util-ifdtool-add-nuke-flag-all-0xFF-on-region.patch
@@ -1,7 +1,7 @@
-From 4d78ee1f99fe49585eeb1afe6792ddfe8ddcccb1 Mon Sep 17 00:00:00 2001
+From 32a961895ed41cd2bb1f9ae00ab0200c4bfb0bf3 Mon Sep 17 00:00:00 2001
From: Leah Rowe <leah@libreboot.org>
Date: Sun, 19 Feb 2023 18:21:43 +0000
-Subject: [PATCH 16/16] util/ifdtool: add --nuke flag (all 0xFF on region)
+Subject: [PATCH 16/18] util/ifdtool: add --nuke flag (all 0xFF on region)
When this option is used, the region's contents are overwritten
with all ones (0xFF).
@@ -201,5 +201,5 @@ index 98afa4bbcf..5509721018 100644
fpsba_t *fpsba = find_fpsba(image, size);
fmsba_t *fmsba = find_fmsba(image, size);
--
-2.30.2
+2.39.2