diff options
author | Leah Rowe <leah@libreboot.org> | 2024-10-05 19:04:57 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-10-05 19:04:57 +0100 |
commit | ed8178e83b8fe294094fbf797d0872125ea69c10 (patch) | |
tree | d9e5e3184bbfda6aa4864b1247ea127a27039202 /config/coreboot | |
parent | d2939231ac800197861a4ccd4cddeb32ebbe7e4e (diff) |
disable dram clear on dell 3050 micro
otherwise it takes ages to boot
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot')
-rw-r--r-- | config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_corebootfb | 2 | ||||
-rw-r--r-- | config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_txtmode | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_corebootfb b/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_corebootfb index f52c07a7..8078148b 100644 --- a/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_corebootfb +++ b/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_corebootfb @@ -640,7 +640,7 @@ CONFIG_PCR_RUNTIME_DATA=3 # Memory initialization # CONFIG_PLATFORM_HAS_DRAM_CLEAR=y -CONFIG_SECURITY_CLEAR_DRAM_ON_REGULAR_BOOT=y +# CONFIG_SECURITY_CLEAR_DRAM_ON_REGULAR_BOOT is not set # end of Memory initialization # CONFIG_STM is not set diff --git a/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_txtmode b/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_txtmode index 2b930c9c..c35fc7f8 100644 --- a/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_txtmode +++ b/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_txtmode @@ -637,7 +637,7 @@ CONFIG_PCR_RUNTIME_DATA=3 # Memory initialization # CONFIG_PLATFORM_HAS_DRAM_CLEAR=y -CONFIG_SECURITY_CLEAR_DRAM_ON_REGULAR_BOOT=y +# CONFIG_SECURITY_CLEAR_DRAM_ON_REGULAR_BOOT is not set # end of Memory initialization # CONFIG_STM is not set |