diff options
author | Ritul Guru <ritul.bits@gmail.com> | 2021-04-01 13:49:58 +0530 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-04-08 18:45:26 +0000 |
commit | 8d1a7a01c75c02a5c4ce9cae1a7f5c18f72e10d6 (patch) | |
tree | d8c80d954ab9489fbe2340986c172b1553fbffc7 /src/mainboard/amd | |
parent | cb4cae9547f234880b3acb6aefe1441cfaf338c4 (diff) | |
download | coreboot-8d1a7a01c75c02a5c4ce9cae1a7f5c18f72e10d6.tar.xz |
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>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/bilby/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/bilby/Kconfig b/src/mainboard/amd/bilby/Kconfig index 3366705ddb..9f125b7876 100644 --- a/src/mainboard/amd/bilby/Kconfig +++ b/src/mainboard/amd/bilby/Kconfig @@ -4,7 +4,6 @@ if BOARD_AMD_BILBY 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 |