Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85524?usp=email )
Change subject: mb/google/fatcat: Enable Bayhub Level 2 errata ......................................................................
mb/google/fatcat: Enable Bayhub Level 2 errata
Enable the DRIVERS_GENERIC_BAYHUB_LV2 Kconfig option to apply errata for the Bayhub PCIe-based SD controller (device ID 0x8621).
BUG=b:376019977 TEST=Built and booted google/fatcat with a functional x1 slot.
Change-Id: Iebc5bb73d895e8b20c47a924c6665c6ad289d1c4 Signed-off-by: Subrata Banik subratabanik@google.com --- M src/mainboard/google/fatcat/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/85524/1
diff --git a/src/mainboard/google/fatcat/Kconfig b/src/mainboard/google/fatcat/Kconfig index 3ab4be0..b9c3768 100644 --- a/src/mainboard/google/fatcat/Kconfig +++ b/src/mainboard/google/fatcat/Kconfig @@ -54,6 +54,7 @@ config BOARD_GOOGLE_MODEL_FATCAT def_bool n select BOARD_GOOGLE_BASEBOARD_FATCAT + select DRIVERS_GENERIC_BAYHUB_LV2 select DRIVERS_GENERIC_MAX98357A
config BOARD_GOOGLE_FATCAT