diff options
author | Leah Rowe <leah@libreboot.org> | 2024-02-22 16:25:46 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-02-23 05:07:46 +0000 |
commit | 53544ff3ebb519c60dafbd0c584ee3637ec20bda (patch) | |
tree | 05f8abffa77e6edfd415b2ed813b28095bd64fc1 /config/coreboot/dell9020mt_12mb | |
parent | 7073ba3e36a0934d45288f98996bb801d751eef7 (diff) |
disable hiding peg from mrc on dell 9020
makes graphics cards work
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/dell9020mt_12mb')
-rw-r--r-- | config/coreboot/dell9020mt_12mb/config/libgfxinit_corebootfb | 2 | ||||
-rw-r--r-- | config/coreboot/dell9020mt_12mb/config/libgfxinit_txtmode | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/coreboot/dell9020mt_12mb/config/libgfxinit_corebootfb b/config/coreboot/dell9020mt_12mb/config/libgfxinit_corebootfb index 3cbdbdd9..1925ed68 100644 --- a/config/coreboot/dell9020mt_12mb/config/libgfxinit_corebootfb +++ b/config/coreboot/dell9020mt_12mb/config/libgfxinit_corebootfb @@ -288,7 +288,7 @@ CONFIG_CPU_MICROCODE_CBFS_DEFAULT_BINS=y CONFIG_NORTHBRIDGE_INTEL_HASWELL=y # CONFIG_USE_NATIVE_RAMINIT is not set # CONFIG_USE_BROADWELL_MRC is not set -CONFIG_HASWELL_HIDE_PEG_FROM_MRC=y +# CONFIG_HASWELL_HIDE_PEG_FROM_MRC is not set # # Southbridge diff --git a/config/coreboot/dell9020mt_12mb/config/libgfxinit_txtmode b/config/coreboot/dell9020mt_12mb/config/libgfxinit_txtmode index e8b3d64f..ffca5b39 100644 --- a/config/coreboot/dell9020mt_12mb/config/libgfxinit_txtmode +++ b/config/coreboot/dell9020mt_12mb/config/libgfxinit_txtmode @@ -286,7 +286,7 @@ CONFIG_CPU_MICROCODE_CBFS_DEFAULT_BINS=y CONFIG_NORTHBRIDGE_INTEL_HASWELL=y # CONFIG_USE_NATIVE_RAMINIT is not set # CONFIG_USE_BROADWELL_MRC is not set -CONFIG_HASWELL_HIDE_PEG_FROM_MRC=y +# CONFIG_HASWELL_HIDE_PEG_FROM_MRC is not set # # Southbridge |