Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/60739 )
Change subject: mb/google/brya/(anahera,primus): Use eNEM for CAR by default ......................................................................
mb/google/brya/(anahera,primus): Use eNEM for CAR by default
More Brya variants like Anahera and Primus have migrated to use Alder Lake QS SoC which enables eNEM feature by default. Hence, select eNEM for CAR by default for these variants.
BUG=b:168820083 TEST=Able to build and boot primus variant using eNEM mode.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: I65d12de08adf85140976e1a7659ad7b684aa75c8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60739 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Felix Singer felixsinger@posteo.net Reviewed-by: EricR Lai ericr_lai@compal.corp-partner.google.com --- M src/mainboard/google/brya/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved Angel Pons: Looks good to me, approved EricR Lai: Looks good to me, approved
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 5169324..63aadb5 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -191,7 +191,7 @@
choice prompt "Cache as RAM (CAR) setup configuration to use" - default USE_ADL_ENEM if BOARD_GOOGLE_KANO || BOARD_GOOGLE_FELWINTER || BOARD_GOOGLE_REDRIX || BOARD_GOOGLE_GIMBLE || BOARD_GOOGLE_BRASK + default USE_ADL_ENEM if BOARD_GOOGLE_KANO || BOARD_GOOGLE_FELWINTER || BOARD_GOOGLE_REDRIX || BOARD_GOOGLE_GIMBLE || BOARD_GOOGLE_BRASK || BOARD_GOOGLE_PRIMUS || BOARD_GOOGLE_ANAHERA default USE_ADL_NEM
config USE_ADL_ENEM