Jingle Hsu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47229 )
Change subject: mb/ocp/deltalake: Update GPIO configurations according to schematics
......................................................................
Patch Set 8:
(3 comments)
> Patch Set 7:
>
> Uhm, I must be missing something... what's wrong with the current gpio config? Why does the "new" one differ that much?
Modify with suitable syntax.
https://review.coreboot.org/c/coreboot/+/47229/3//COMMIT_MSG
Commit Message:
https://review.coreboot.org/c/coreboot/+/47229/3//COMMIT_MSG@11
PS3, Line 11: Add a config to switch between EVT and DVT.
> On desktop/laptop boards, one would usually have some PCH GPIOs connected to external pull up/down r […]
The DVT and EVT GPIO configurations are the same.
https://review.coreboot.org/c/coreboot/+/47229/6//COMMIT_MSG
Commit Message:
https://review.coreboot.org/c/coreboot/+/47229/6//COMMIT_MSG@7
PS6, Line 7: mb/ocp/deltalake: Configure GPIO
> GPIOs
Done
https://review.coreboot.org/c/coreboot/+/47229/6//COMMIT_MSG@13
PS6, Line 13: by Intel ITP and verify the results match with the header file.
> This change is hard to review. Could you split it out in two patches. […]
Modify with suitable syntax.
--
To view, visit https://review.coreboot.org/c/coreboot/+/47229
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic9837a22bc231a4cb919de316ff6f6ee88411ab8
Gerrit-Change-Number: 47229
Gerrit-PatchSet: 8
Gerrit-Owner: Jingle Hsu <jingle_hsu(a)wiwynn.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Bryant Ou <bryant.ou.q(a)gmail.com>
Gerrit-Reviewer: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Reviewer: Jonathan Zhang <jonzhang(a)fb.com>
Gerrit-Reviewer: Marc Jones <marc(a)marcjonesconsulting.com>
Gerrit-Reviewer: Maxim Polyakov <max.senia.poliak(a)gmail.com>
Gerrit-Reviewer: Morgan Jang <Morgan_Jang(a)wiwynn.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Mon, 30 Nov 2020 09:11:55 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Jonathan Zhang <jonzhang(a)fb.com>
Comment-In-Reply-To: Paul Menzel <paulepanter(a)users.sourceforge.net>
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-MessageType: comment
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48128 )
Change subject: drivers/intel/fsp2_0: Remove console in weak function
......................................................................
drivers/intel/fsp2_0: Remove console in weak function
This pollutes the log on all platforms not implementing an override.
Change-Id: I0d8371447ee7820cd8e86e9d3d5e70fcf4f91e34
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/drivers/intel/fsp2_0/util.c
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/48128/1
diff --git a/src/drivers/intel/fsp2_0/util.c b/src/drivers/intel/fsp2_0/util.c
index 490816d..866db58 100644
--- a/src/drivers/intel/fsp2_0/util.c
+++ b/src/drivers/intel/fsp2_0/util.c
@@ -241,5 +241,4 @@
__weak void soc_validate_fsp_version(const struct fsp_header *hdr)
{
- printk(BIOS_DEBUG, "%s not implemented.\n", __func__);
}
--
To view, visit https://review.coreboot.org/c/coreboot/+/48128
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0d8371447ee7820cd8e86e9d3d5e70fcf4f91e34
Gerrit-Change-Number: 48128
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: newchange