Attention is currently required from: Karthik Ramasubramanian, Sowmya Aralguppe.
Kapil Porwal has posted comments on this change by Karthik Ramasubramanian. ( https://review.coreboot.org/c/coreboot/+/86151?usp=email )
Change subject: mb/google/brox: Check to powergate the UFS controller
......................................................................
Patch Set 3:
(1 comment)
File src/mainboard/google/brox/variants/baseboard/brox/ramstage.c:
https://review.coreboot.org/c/coreboot/+/86151/comment/be2ad515_f3098b27?usp... :
PS3, Line 114:
: static uint8_t pmc_get_pch_ip_pg_sts(uint32_t offset)
: {
: uint8_t val = 0;
: uintptr_t pmc_bar;
:
: pmc_bar = soc_read_pmc_base();
: val = read8p(pmc_bar + offset);
: return val;
: }
can you please move this into pmclib. […]
+1
```suggestion
inline uint8_t pmc_read8(uint32_t offset)
{
return read8p(soc_read_pmc_base() + offset);
}
```
--
To view, visit
https://review.coreboot.org/c/coreboot/+/86151?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I31f1cfc995a98bb345ac64ec3ae68a3bcc413f29
Gerrit-Change-Number: 86151
Gerrit-PatchSet: 3
Gerrit-Owner: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Reviewer: Sowmya Aralguppe
sowmya.aralguppe@intel.corp-partner.google.com
Gerrit-Reviewer: Subrata Banik
subratabanik@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Kapil Porwal
kapilporwal@google.com
Gerrit-Attention: Sowmya Aralguppe
sowmya.aralguppe@intel.corp-partner.google.com
Gerrit-Attention: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Comment-Date: Tue, 28 Jan 2025 06:38:28 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Subrata Banik
subratabanik@google.com