Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/52016 )
Change subject: mb/amd/bilby: Enable postcode on port 0x80 ......................................................................
mb/amd/bilby: Enable postcode on port 0x80
selecting SOC_AMD_COMMON_BLOCK_USE_ESPI will disable the lpc decodes, so not selecting that keeps the lpc decodes.
Change-Id: I03a8d4b804cee205b9e06b00e2e5a442452f8f86 Signed-off-by: Ritul Guru ritul.bits@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/52016 Reviewed-by: Felix Held felix-coreboot@felixheld.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/amd/bilby/Kconfig 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved
diff --git a/src/mainboard/amd/bilby/Kconfig b/src/mainboard/amd/bilby/Kconfig index 3366705..9f125b7 100644 --- a/src/mainboard/amd/bilby/Kconfig +++ b/src/mainboard/amd/bilby/Kconfig @@ -4,7 +4,6 @@
config BOARD_SPECIFIC_OPTIONS def_bool y - select SOC_AMD_COMMON_BLOCK_USE_ESPI select SOC_AMD_PICASSO select BOARD_ROMSIZE_KB_16384 select AZALIA_PLUGIN_SUPPORT