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 | |
parent | 7073ba3e36a0934d45288f98996bb801d751eef7 (diff) |
disable hiding peg from mrc on dell 9020
makes graphics cards work
Signed-off-by: Leah Rowe <leah@libreboot.org>
4 files changed, 4 insertions, 4 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 diff --git a/config/coreboot/dell9020sff_12mb/config/libgfxinit_corebootfb b/config/coreboot/dell9020sff_12mb/config/libgfxinit_corebootfb index 4c82008a..ada13b04 100644 --- a/config/coreboot/dell9020sff_12mb/config/libgfxinit_corebootfb +++ b/config/coreboot/dell9020sff_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/dell9020sff_12mb/config/libgfxinit_txtmode b/config/coreboot/dell9020sff_12mb/config/libgfxinit_txtmode index 5b11bd10..d6279c26 100644 --- a/config/coreboot/dell9020sff_12mb/config/libgfxinit_txtmode +++ b/config/coreboot/dell9020sff_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 |