Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35794 )
Change subject: mb/google/hatch/variants/helios: Modify DPTF parameters
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/35794
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0e5c079856a167b1c2ef52e446d055404e565858
Gerrit-Change-Number: 35794
Gerrit-PatchSet: 2
Gerrit-Owner: Kane Chen <kane_chen(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Kane Chen <kane_chen(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: Philip Chen <philipchen(a)google.com>
Gerrit-Reviewer: Rajat Jain <rajatja(a)google.com>
Gerrit-Reviewer: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: Sumeet Pawnikar <sumeet.r.pawnikar(a)intel.corp-partner.google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-CC: Anson Tseng <anson.tseng(a)intel.corp-partner.google.com>
Gerrit-CC: Frank Chu <frank_chu(a)pegatron.corp-partner.google.com>
Gerrit-CC: Hank Lin <hank2_lin(a)pegatron.corp-partner.google.com>
Gerrit-CC: Ken Lu <ken_lu(a)pegatron.corp-partner.google.com>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Tue, 08 Oct 2019 18:18:51 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35896 )
Change subject: HACK sc7180: bootblock/verstage/romstage need to zero bss HACK
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35896/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/c/coreboot/+/35896/1//COMMIT_MSG@8
PS1, Line 8:
> As indicated this is a HACK patch and not expected to be reviewed. […]
Got it. Thanks.
--
To view, visit https://review.coreboot.org/c/coreboot/+/35896
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iafe0ccfb776b8150f547cb691e082c206f80a8fc
Gerrit-Change-Number: 35896
Gerrit-PatchSet: 1
Gerrit-Owner: mturney mturney <mturney(a)codeaurora.org>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: mturney mturney <mturney(a)codeaurora.org>
Gerrit-Comment-Date: Tue, 08 Oct 2019 18:09:28 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Aaron Durbin <adurbin(a)chromium.org>
Comment-In-Reply-To: mturney mturney <mturney(a)codeaurora.org>
Gerrit-MessageType: comment
Philip Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35794 )
Change subject: mb/google/hatch/variants/helios: Modify DPTF parameters
......................................................................
Patch Set 2: Code-Review+1
> Patch Set 2:
>
> > Patch Set 2:
> >
> > (1 comment)
>
> Set 0 means set null . It will make passive setting disabled by filled value 0 .
OK, thanks.
--
To view, visit https://review.coreboot.org/c/coreboot/+/35794
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0e5c079856a167b1c2ef52e446d055404e565858
Gerrit-Change-Number: 35794
Gerrit-PatchSet: 2
Gerrit-Owner: Kane Chen <kane_chen(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Kane Chen <kane_chen(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: Philip Chen <philipchen(a)google.com>
Gerrit-Reviewer: Rajat Jain <rajatja(a)google.com>
Gerrit-Reviewer: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: Sumeet Pawnikar <sumeet.r.pawnikar(a)intel.corp-partner.google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-CC: Anson Tseng <anson.tseng(a)intel.corp-partner.google.com>
Gerrit-CC: Frank Chu <frank_chu(a)pegatron.corp-partner.google.com>
Gerrit-CC: Hank Lin <hank2_lin(a)pegatron.corp-partner.google.com>
Gerrit-CC: Ken Lu <ken_lu(a)pegatron.corp-partner.google.com>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Tue, 08 Oct 2019 17:28:11 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
mturney mturney has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35896 )
Change subject: HACK sc7180: bootblock/verstage/romstage need to zero bss HACK
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35896/1/src/security/vboot/verstag…
File src/security/vboot/verstage.c:
https://review.coreboot.org/c/coreboot/+/35896/1/src/security/vboot/verstag…
PS1, Line 28: memset(_bss, 0, (_ebss-_bss));
> This is the wrong place for this hack.
I don't doubt that, I don't even understand why this should be required, based on code in cbfs_prog_stage_load()
/* Clear area not covered by file. */
memset(&load[fsize], 0, stage.memlen - fsize);
I was looking for quick-and-dirty place to do this in verstage, similar to bootblock_soc_early_init() as a test. Doing this here allowed test to progress out of verstage and reach romstage.
--
To view, visit https://review.coreboot.org/c/coreboot/+/35896
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iafe0ccfb776b8150f547cb691e082c206f80a8fc
Gerrit-Change-Number: 35896
Gerrit-PatchSet: 1
Gerrit-Owner: mturney mturney <mturney(a)codeaurora.org>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: mturney mturney <mturney(a)codeaurora.org>
Gerrit-Comment-Date: Tue, 08 Oct 2019 17:14:23 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-MessageType: comment
mturney mturney has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35896 )
Change subject: HACK sc7180: bootblock/verstage/romstage need to zero bss HACK
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35896/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/c/coreboot/+/35896/1//COMMIT_MSG@8
PS1, Line 8:
> Could you please provide the reasoning here as to why this is needed?
As indicated this is a HACK patch and not expected to be reviewed.
To your question, I have been trying to get the chroot build environment working for Trogdor and it behaves differently than the standalone environment we have been working with.
In this context, standalone refers to the "normal" coreboot build environment and chroot refers to the chromium chroot build environment. To get a headstart on trogdor development we have been building/testing code using standalone build environment.
Same patch-train builds in chroot environment but doesn't get out of bootblock. Symptom is bss sections are not initialized to 0, hence these patches. The changes were introduced one at a time, the bootblock.c change allowed code to reach verstage and go no further. The verstage.c change allowed code to reach romstage. Even with these HACK workarounds we can't get out of qclib, which is started by romstage, so the test stops here.
Even with these workarounds, there are other subtle issues, e.g. the console log messages in verstage and romstage are truncated, from what is seen with the standalone build.
I intend to create a buganizer ticket and attach console log output, etc. This patch was pushed upstream to share with Julius and other googlers who may have some insight into why the chroot build appears broken while the standalone build allows boot to kernel login prompt.
--
To view, visit https://review.coreboot.org/c/coreboot/+/35896
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iafe0ccfb776b8150f547cb691e082c206f80a8fc
Gerrit-Change-Number: 35896
Gerrit-PatchSet: 1
Gerrit-Owner: mturney mturney <mturney(a)codeaurora.org>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: mturney mturney <mturney(a)codeaurora.org>
Gerrit-Comment-Date: Tue, 08 Oct 2019 17:09:37 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-MessageType: comment