[XS] Change in coreboot[main]: mb/google/brox: Update cpu power limits
Karthik Ramasubramanian has submitted this change. ( https://review.coreboot.org/c/coreboot/+/88213?usp=email ) Change subject: mb/google/brox: Update cpu power limits ...................................................................... mb/google/brox: Update cpu power limits brox_rtk_ec share the same power design with brox, so follow brox set as 9W. BUG=b:414474440 TEST=system can boot when AC only. Change-Id: Ia05b331f229127b898f4549d5ba1ac2771ac8b7b Signed-off-by: Elmo Lan <elmo_lan@realtek.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88213 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> --- M src/mainboard/google/brox/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Karthik Ramasubramanian: Looks good to me, approved build bot (Jenkins): Verified Keith Short: Looks good to me, but someone else must approve diff --git a/src/mainboard/google/brox/Kconfig b/src/mainboard/google/brox/Kconfig index a94995a..9a22731 100644 --- a/src/mainboard/google/brox/Kconfig +++ b/src/mainboard/google/brox/Kconfig @@ -124,6 +124,7 @@ config PL4_LIMIT_FOR_CRITICAL_BAT_BOOT int default 9 if BOARD_GOOGLE_BROX + default 9 if BOARD_GOOGLE_BROX_RTK_EC default 14 if BOARD_GOOGLE_JUBILANT default 40 if BOARD_GOOGLE_LOTSO help -- To view, visit https://review.coreboot.org/c/coreboot/+/88213?usp=email To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: coreboot Gerrit-Branch: main Gerrit-Change-Id: Ia05b331f229127b898f4549d5ba1ac2771ac8b7b Gerrit-Change-Number: 88213 Gerrit-PatchSet: 5 Gerrit-Owner: Elmo Lan <elmo_lan@realtek.corp-partner.google.com> Gerrit-Reviewer: Elmo Lan <elmo_lan@realtek.corp-partner.google.com> Gerrit-Reviewer: Karthik Ramasubramanian <kramasub@google.com> Gerrit-Reviewer: Keith Short <keithshort@chromium.org> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-CC: Paul Menzel <paulepanter@mailbox.org>
participants (1)
-
Karthik Ramasubramanian (Code Review)