Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48675 )
Change subject: configs/config.ocp_tiogapass: Update config ......................................................................
configs/config.ocp_tiogapass: Update config
Builtest DEBUG_RESOURCES and remove unnecessary external microcode binary inclusion.
Change-Id: Ib3851f2d0bd5ee340b7b8b5fa6e1a55eac1491d6 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M configs/config.ocp_tiogapass 1 file changed, 2 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/48675/1
diff --git a/configs/config.ocp_tiogapass b/configs/config.ocp_tiogapass index ca0a5b7..e14bc24 100644 --- a/configs/config.ocp_tiogapass +++ b/configs/config.ocp_tiogapass @@ -1,5 +1,4 @@ CONFIG_VENDOR_OCP=y CONFIG_BOARD_OCP_TIOGAPASS=y -CONFIG_USE_CPU_MICROCODE_CBFS_BINS=y -CONFIG_CPU_MICROCODE_CBFS_EXTERNAL_BINS=y -CONFIG_CPU_UCODE_BINARIES="3rdparty/intel-microcode/intel-ucode/06-55-04" +CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y +CONFIG_DEBUG_RESOURCES=y \ No newline at end of file