Attention is currently required from: Zheng Bao.
Hello Zheng Bao,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/62674
to review the following change.
Change subject: [TEST]cb_err.h: Add cb_err_t to fix the building error
......................................................................
[TEST]cb_err.h: Add cb_err_t to fix the building error
Make Jenkins happy.
Change-Id: I94eb73643b16db25faec1dab3f221a70c4e39ac0
Signed-off-by: Zheng Bao <fishbaozi(a)gmail.com>
---
M src/commonlib/bsd/include/commonlib/bsd/cb_err.h
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/62674/1
diff --git a/src/commonlib/bsd/include/commonlib/bsd/cb_err.h b/src/commonlib/bsd/include/commonlib/bsd/cb_err.h
index eec44f2f..384e756 100644
--- a/src/commonlib/bsd/include/commonlib/bsd/cb_err.h
+++ b/src/commonlib/bsd/include/commonlib/bsd/cb_err.h
@@ -42,4 +42,5 @@
CB_CBFS_CACHE_FULL = -403, /**< Metadata cache overflowed */
};
+typedef enum cb_err cb_err_t;
#endif /* _COMMONLIB_BSD_CB_ERR_H_ */
--
To view, visit https://review.coreboot.org/c/coreboot/+/62674
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I94eb73643b16db25faec1dab3f221a70c4e39ac0
Gerrit-Change-Number: 62674
Gerrit-PatchSet: 1
Gerrit-Owner: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Reviewer: Zheng Bao
Gerrit-Attention: Zheng Bao
Gerrit-MessageType: newchange
Werner Zeh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62600 )
Change subject: commonlib/bsd: Remove cb_err_t
......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4:
This patch breaks the TMP driver since 'cb_err_t' is used in src/security/tpm/tis.h.
The build error is:
In file included from src/drivers/pc80/tpm/tis.c:22:
src/security/tpm/tis.h:99:1: error: unknown type name 'cb_err_t'
99 | cb_err_t tis_vendor_write(unsigned int addr, const void *sendbuf, size_t send_size);
| ^~~~~~~~
src/security/tpm/tis.h:112:1: error: unknown type name 'cb_err_t'
112 | cb_err_t tis_vendor_read(unsigned int addr, void *recvbuf, size_t recv_size);
| ^~~~~~~~
make: *** [Makefile:382: build/bootblock/drivers/pc80/tpm/tis.o] Error 1
--
To view, visit https://review.coreboot.org/c/coreboot/+/62600
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iaec36210d129db26d51f0a105d3de070c03b686b
Gerrit-Change-Number: 62600
Gerrit-PatchSet: 4
Gerrit-Owner: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Jakub Czapiga <jacz(a)semihalf.com>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Comment-Date: Wed, 09 Mar 2022 05:16:05 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Reka Norman, Tim Wawrzynczak, Amanda Hwang, Ivy Jian.
Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62542 )
Change subject: spd/lp5: Add new part MT62F2G32D8DR-031
......................................................................
Patch Set 4: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/62542
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iad2bb53de2b54648d5dd66808973f26b1c8a5df7
Gerrit-Change-Number: 62542
Gerrit-PatchSet: 4
Gerrit-Owner: Amanda Hwang <amanda_hwang(a)compal.corp-partner.google.com>
Gerrit-Reviewer: Eric Lai <eric_lai(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Ivy Jian <ivy_jian(a)compal.corp-partner.google.com>
Gerrit-Reviewer: Jon Murphy <jpmurphy(a)google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Reka Norman <rekanorman(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: Reka Norman <rekanorman(a)chromium.org>
Gerrit-Attention: Reka Norman <rekanorman(a)google.com>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)google.com>
Gerrit-Attention: Amanda Hwang <amanda_hwang(a)compal.corp-partner.google.com>
Gerrit-Attention: Ivy Jian <ivy_jian(a)compal.corp-partner.google.com>
Gerrit-Comment-Date: Wed, 09 Mar 2022 05:04:35 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Anil Kumar K, Subrata Banik, Maulik V Vaghela, Tim Wawrzynczak, Nick Vaccaro.
Vinay Kumar has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62630 )
Change subject: mb/google/brya: Disable c1-state auto demotion for Brya & Brask
......................................................................
Patch Set 9:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/62630/comment/c7df8b85_fbef69b2
PS5, Line 13: disabling this feature results in 110 mW power savings
> Yes Subrata, as per my understanding it would not have impact in case of Balanced power/performance […]
Hi Subrata,
Yes your observation from previous generations is correct. But in ADLP this feature is not working as expected and hence needs to be disabled to avoid PnP impact. We found that C1stateAutodemotion feature is not supported for ADLP SKUs, so default option is for it to be disabled. Hence keeping it disabled.
BR,
-Vinay
--
To view, visit https://review.coreboot.org/c/coreboot/+/62630
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I41eea916cdfe4a86e4d263e3191f5cb40fa33a90
Gerrit-Change-Number: 62630
Gerrit-PatchSet: 9
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: Anil Kumar K <anil.kumar.k(a)intel.com>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Vinay Kumar <vinay.kumar(a)intel.com>
Gerrit-CC: Vinay Kumar <vinay.kumar(a)intel.corp-partner.google.com>
Gerrit-Attention: Anil Kumar K <anil.kumar.k(a)intel.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Attention: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Comment-Date: Wed, 09 Mar 2022 04:29:14 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Subrata Banik <subratabanik(a)google.com>
Comment-In-Reply-To: Vinay Kumar <vinay.kumar(a)intel.corp-partner.google.com>
Comment-In-Reply-To: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-MessageType: comment
Reka Norman has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/61694 )
Change subject: mb/google/brya/var/nivviks: Implement WWAN power sequencing
......................................................................
Patch Set 3:
(1 comment)
Patchset:
PS3:
> I guess so, I can help on this as well. […]
Thanks!
--
To view, visit https://review.coreboot.org/c/coreboot/+/61694
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ibe1b863a550c6af1ac3eb98f2aaa3db15b149ada
Gerrit-Change-Number: 61694
Gerrit-PatchSet: 3
Gerrit-Owner: Reka Norman <rekanorman(a)chromium.org>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Kangheui Won <khwon(a)chromium.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: 9elements QA <hardwaretestrobot(a)gmail.com>
Gerrit-CC: Eric Lai <eric_lai(a)quanta.corp-partner.google.com>
Gerrit-CC: Reka Norman <rekanorman(a)google.com>
Gerrit-Comment-Date: Wed, 09 Mar 2022 04:12:30 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Reka Norman <rekanorman(a)chromium.org>
Comment-In-Reply-To: Eric Lai <eric_lai(a)quanta.corp-partner.google.com>
Gerrit-MessageType: comment
Eric Lai has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/61694 )
Change subject: mb/google/brya/var/nivviks: Implement WWAN power sequencing
......................................................................
Patch Set 3:
(1 comment)
Patchset:
PS3:
> And the FM101 init time is still TBD on the datasheet, but we're guessing it will be similar to L850 […]
I guess so, I can help on this as well. After I got the WWAN DB :p
--
To view, visit https://review.coreboot.org/c/coreboot/+/61694
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ibe1b863a550c6af1ac3eb98f2aaa3db15b149ada
Gerrit-Change-Number: 61694
Gerrit-PatchSet: 3
Gerrit-Owner: Reka Norman <rekanorman(a)chromium.org>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Kangheui Won <khwon(a)chromium.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: 9elements QA <hardwaretestrobot(a)gmail.com>
Gerrit-CC: Eric Lai <eric_lai(a)quanta.corp-partner.google.com>
Gerrit-CC: Reka Norman <rekanorman(a)google.com>
Gerrit-Comment-Date: Wed, 09 Mar 2022 04:11:42 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Reka Norman <rekanorman(a)chromium.org>
Comment-In-Reply-To: Eric Lai <eric_lai(a)quanta.corp-partner.google.com>
Gerrit-MessageType: comment