summaryrefslogtreecommitdiff
path: root/src/mainboard/google/myst/Kconfig
diff options
context:
space:
mode:
authorFred Reitberger <reitbergerfred@gmail.com>2023-07-17 08:31:45 -0400
committerFred Reitberger <reitbergerfred@gmail.com>2023-07-24 11:19:53 +0000
commitc53ab57017eba5346f3b2f6d2aa46ba16d18ab86 (patch)
tree27bedbfc26674ed88745438987548021540b35e2 /src/mainboard/google/myst/Kconfig
parent7bb960d7dfc4a90d7e007070c668e5cd95dccabf (diff)
mb/google/myst: Disable APOB NV
Disable the APOB cache for only Myst, and re-enable APOB for other Phoenix SOC mainboards. BUG=b:290763369 TEST=verify APOB cache is disabled Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Change-Id: Ie611e0b84611b2f50c989c75612fc2186b2dbfdf Reviewed-on: https://review.coreboot.org/c/coreboot/+/76567 Reviewed-by: Martin L Roth <gaumless@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/myst/Kconfig')
-rw-r--r--src/mainboard/google/myst/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/myst/Kconfig b/src/mainboard/google/myst/Kconfig
index 3680e18e6b..281c59c6eb 100644
--- a/src/mainboard/google/myst/Kconfig
+++ b/src/mainboard/google/myst/Kconfig
@@ -27,6 +27,8 @@ config BOARD_SPECIFIC_OPTIONS
select I2C_TPM
select MAINBOARD_HAS_CHROMEOS
select MAINBOARD_HAS_TPM2
+ # TODO (b/290763369): Enable APOB after resolving data_abort in ABL
+ select SOC_AMD_COMMON_BLOCK_APOB_NV_DISABLE
select SOC_AMD_COMMON_BLOCK_USE_ESPI
select SOC_AMD_PHOENIX
select SPI_FLASH_EXIT_4_BYTE_ADDR_MODE