Karthik Ramasubramanian submitted this change.

View Change

Approvals: Karthik Ramasubramanian: Looks good to me, approved build bot (Jenkins): Verified Keith Short: Looks good to me, but someone else must approve
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(-)

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 change 88213. To unsubscribe, or for help writing mail filters, visit settings.

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>