Subrata Banik has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/85524 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Pranava Y N pranavayn@google.com Reviewed-by: Kapil Porwal kapilporwal@google.com --- M src/mainboard/google/fatcat/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Kapil Porwal: Looks good to me, approved build bot (Jenkins): Verified Pranava Y N: Looks good to me, approved
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