diff options
author | Leah Rowe <leah@libreboot.org> | 2021-05-22 18:38:18 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-05-22 18:39:51 +0100 |
commit | cfd47cc0a5feedcaac7e2e9ba1b9a9ca927c2e6c (patch) | |
tree | eda0b346968eed5f5c030fb92cf3e51e54c48155 /resources/coreboot/kcma-d8-udimm_16mb/config/libgfxinit_txtmode | |
parent | 5573dcd1030f976b05c491355e60f8e26e0b2321 (diff) |
build/roms: re-do KCMA-D8 and KGPE-D16 configs
2MiB and 16MiB were the only flash sizes supported. 4 and 8MiB have been
added.
Now there are only libgfxinit_txtmode configs.
Use seabios_withgrub or seabios_grubfirst ROMs if you wish to use an add-on
GPU.
Diffstat (limited to 'resources/coreboot/kcma-d8-udimm_16mb/config/libgfxinit_txtmode')
-rw-r--r-- | resources/coreboot/kcma-d8-udimm_16mb/config/libgfxinit_txtmode | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/resources/coreboot/kcma-d8-udimm_16mb/config/libgfxinit_txtmode b/resources/coreboot/kcma-d8-udimm_16mb/config/libgfxinit_txtmode index b2dc4871..03d2b585 100644 --- a/resources/coreboot/kcma-d8-udimm_16mb/config/libgfxinit_txtmode +++ b/resources/coreboot/kcma-d8-udimm_16mb/config/libgfxinit_txtmode @@ -21,8 +21,7 @@ CONFIG_COMPRESS_RAMSTAGE=y CONFIG_INCLUDE_CONFIG_FILE=y CONFIG_COLLECT_TIMESTAMPS=y # CONFIG_TIMESTAMPS_ON_CONSOLE is not set -CONFIG_USE_BLOBS=y -# CONFIG_USE_AMD_BLOBS is not set +# CONFIG_USE_BLOBS is not set # CONFIG_COVERAGE is not set # CONFIG_UBSAN is not set CONFIG_NO_RELOCATABLE_RAMSTAGE=y @@ -184,10 +183,10 @@ CONFIG_ROM_SIZE=0x1000000 CONFIG_HAVE_POWER_STATE_AFTER_FAILURE=y CONFIG_HAVE_POWER_STATE_PREVIOUS_AFTER_FAILURE=y CONFIG_POWER_STATE_DEFAULT_ON_AFTER_FAILURE=y -CONFIG_POWER_STATE_OFF_AFTER_FAILURE=y -# CONFIG_POWER_STATE_ON_AFTER_FAILURE is not set +# CONFIG_POWER_STATE_OFF_AFTER_FAILURE is not set +CONFIG_POWER_STATE_ON_AFTER_FAILURE=y # CONFIG_POWER_STATE_PREVIOUS_AFTER_FAILURE is not set -CONFIG_MAINBOARD_POWER_FAILURE_STATE=0 +CONFIG_MAINBOARD_POWER_FAILURE_STATE=1 # CONFIG_SYSTEM_TYPE_LAPTOP is not set # CONFIG_SYSTEM_TYPE_TABLET is not set # CONFIG_SYSTEM_TYPE_DETACHABLE is not set @@ -619,8 +618,8 @@ CONFIG_HAVE_PIRQ_TABLE=y # # System tables # -# CONFIG_GENERATE_MP_TABLE is not set -# CONFIG_GENERATE_PIRQ_TABLE is not set +CONFIG_GENERATE_MP_TABLE=y +CONFIG_GENERATE_PIRQ_TABLE=y CONFIG_GENERATE_SMBIOS_TABLES=y # CONFIG_SMBIOS_PROVIDED_BY_MOBO is not set @@ -673,6 +672,7 @@ CONFIG_HAVE_DEBUG_CAR=y # CONFIG_DEBUG_CBFS is not set CONFIG_HAVE_DEBUG_RAM_SETUP=y # CONFIG_DEBUG_RAM_SETUP is not set +# CONFIG_DEBUG_PIRQ is not set CONFIG_HAVE_DEBUG_SMBUS=y # CONFIG_DEBUG_SMBUS is not set # CONFIG_DEBUG_MALLOC is not set |