Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/68888 )
Change subject: mb/google/brya/var/lisbon: Include driver for GL9763E for eMMC boot disk ......................................................................
mb/google/brya/var/lisbon: Include driver for GL9763E for eMMC boot disk
Support GL9763E as a eMMC boot disk
BUG=b:246657849 TEST=FW_NAME=lisbon emerge-brask coreboot
Signed-off-by: Kevin Chiu kevin.chiu.17802@gmail.com Change-Id: Ibe579a913225b5241412bbb1b8ea995a5102a3bb Reviewed-on: https://review.coreboot.org/c/coreboot/+/68888 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Ricky Chang rickytlchang@google.com Reviewed-by: Nick Vaccaro nvaccaro@google.com --- M src/mainboard/google/brya/Kconfig.name 1 file changed, 20 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Nick Vaccaro: Looks good to me, approved Ricky Chang: Looks good to me, but someone else must approve
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 7875986..647ae30 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -274,6 +274,7 @@ bool "-> Lisbon" select BOARD_GOOGLE_BASEBOARD_BRASK select DRIVERS_GENESYSLOGIC_GL9750 + select DRIVERS_GENESYSLOGIC_GL9763E
config BOARD_GOOGLE_ZYDRON bool "-> Zydron"