Attention is currently required from: Martin Roth, Matt DeVillier.
Sean Rhodes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/61620 )
Change subject: payloads/tianocore: Rework Makefile
......................................................................
Patch Set 23:
(1 comment)
File payloads/external/tianocore/Makefile:
https://review.coreboot.org/c/coreboot/+/61620/comment/9f8efe19_86d3ce78
PS20, Line 9: BUILD_STR = -q
: BUILD_STR += -a IA32 -a X64 -t COREBOOT
> I'd rather not change the build type just to get verbose output, so between the two options, I'd sti […]
Moved - it might seem random, but makes it easier to extract the build target which looks for the Nth word.
--
To view, visit https://review.coreboot.org/c/coreboot/+/61620
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3cc274e7385dd71c2aae315162cc48444b7eaa5f
Gerrit-Change-Number: 61620
Gerrit-PatchSet: 23
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Martin Roth <martinroth(a)google.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Comment-Date: Mon, 07 Feb 2022 18:30:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Sean Rhodes <sean(a)starlabs.systems>
Comment-In-Reply-To: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-MessageType: comment
Attention is currently required from: Sean Rhodes, Martin Roth.
Matt DeVillier has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/61620 )
Change subject: payloads/tianocore: Rework Makefile
......................................................................
Patch Set 22:
(2 comments)
File payloads/external/tianocore/Kconfig:
https://review.coreboot.org/c/coreboot/+/61620/comment/f8052dcc_79983af4
PS20, Line 9: TIANOCORE_REPOSITORY
> Maybe leave it up them if they want to? All it's doing is setting REPOSITORY and TAG_OR_REV accordin […]
Ack
File payloads/external/tianocore/Makefile:
https://review.coreboot.org/c/coreboot/+/61620/comment/a3457d80_6fb8f01c
PS20, Line 9: BUILD_STR = -q
: BUILD_STR += -a IA32 -a X64 -t COREBOOT
> To make it easy to remove - how about we tie it to TIANOCORE_DEBUG, save another Kconfig option?
I'd rather not change the build type just to get verbose output, so between the two options, I'd stick with the two lines (though I'd flip them)
--
To view, visit https://review.coreboot.org/c/coreboot/+/61620
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3cc274e7385dd71c2aae315162cc48444b7eaa5f
Gerrit-Change-Number: 61620
Gerrit-PatchSet: 22
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Attention: Martin Roth <martinroth(a)google.com>
Gerrit-Comment-Date: Mon, 07 Feb 2022 18:27:32 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Sean Rhodes <sean(a)starlabs.systems>
Comment-In-Reply-To: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-MessageType: comment
Attention is currently required from: Selma Bensaid, Julius Werner, Patrick Rudolph.
Hello build bot (Jenkins), Subrata Banik, Selma Bensaid, Tim Wawrzynczak, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59507
to look at the new patch set (#14).
Change subject: soc/intel/alderlake: Inject CSE TS into CBMEM timestamp table
......................................................................
soc/intel/alderlake: Inject CSE TS into CBMEM timestamp table
Get boot performance timestamps from CSE and inject them into CBMEM
timestamp table after normalizing to the zero-point value. Although
consumer CSE sku also supports this feature, it was validated on
CSE Lite sku only.
BUG=b:182575295
TEST=Able to see TS elapse prior to IA reset on Brya/Redrix
990:CSME ROM started execution 0
944:CSE sent 'Boot Stall Done' to PMC 88,000
945:CSE started to handle ICC configuration 88,000 (0)
946:CSE sent 'Host BIOS Prep Done' to PMC 90,000 (2,000)
947:CSE received 'CPU Reset Done Ack sent' from PMC 282,000 (192,000)
0:1st timestamp 330,857 (48,857)
11:start of bootblock 341,811 (10,953)
12:end of bootblock 349,299 (7,487)
Signed-off-by: Bora Guvendik <bora.guvendik(a)intel.com>
Change-Id: Idcdbb69538ca2977cd97ce1ef9b211ff6510a3f8
---
M src/soc/intel/alderlake/romstage/romstage.c
M src/soc/intel/common/block/cse/Kconfig
M src/soc/intel/common/block/cse/Makefile.inc
A src/soc/intel/common/block/cse/telemetry.c
M src/soc/intel/common/block/include/intelblocks/cse.h
5 files changed, 92 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/59507/14
--
To view, visit https://review.coreboot.org/c/coreboot/+/59507
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Idcdbb69538ca2977cd97ce1ef9b211ff6510a3f8
Gerrit-Change-Number: 59507
Gerrit-PatchSet: 14
Gerrit-Owner: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Selma Bensaid <selma.bensaid(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: Bora Guvendik <bora.guvendik(a)intel.corp-partner.google.com>
Gerrit-CC: Julius Werner <jwerner(a)chromium.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Selma Bensaid <selma.bensaid(a)intel.com>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Angel Pons.
Sean Rhodes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/60980 )
Change subject: mb/starlabs/lite: Add StarLite Mk III
......................................................................
Patch Set 45:
(3 comments)
This change is ready for review.
File src/mainboard/starlabs/lite/mainboard.c:
https://review.coreboot.org/c/coreboot/+/60980/comment/b5a19ccc_9ae73cb8
PS28, Line 8: enum cmos_power_profile get_power_profile(enum cmos_power_profile fallback)
: {
: const unsigned int power_profile = get_uint_option("power_profile", fallback);
: return power_profile < NUM_POWER_PROFILES ? power_profile : fallback;
: }
> I think you put it there :) I'll make another patch to move the one in mb/labtop too
Done
File src/mainboard/starlabs/lite/smbios.c:
https://review.coreboot.org/c/coreboot/+/60980/comment/c69957b2_0c93f07e
PS28, Line 20: /* Get the Embedded Controller firmware version */
: void smbios_ec_revision(uint8_t *ec_major_revision, uint8_t *ec_minor_revision)
: {
: u16 ec_version = it_get_version();
:
: *ec_major_revision = ec_version >> 8;
: *ec_minor_revision = ec_version & 0xff;
: }
> Will make a separate patch
Done
File src/mainboard/starlabs/lite/variants/glk/romstage.c:
https://review.coreboot.org/c/coreboot/+/60980/comment/736b2b19_bb267fe9
PS28, Line 59: config->DDR3LPageSize = 0x01,
: config->DDR3LASR = 0x00,
> Does this matter if you're using LPDDR?
Pretty sure it doesn't - but having them specified covers hardcoded UPDs.
--
To view, visit https://review.coreboot.org/c/coreboot/+/60980
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iddbf2022d03735d6a0e6d098c21643f5fdc875f6
Gerrit-Change-Number: 60980
Gerrit-PatchSet: 45
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Comment-Date: Mon, 07 Feb 2022 18:26:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Sean Rhodes <sean(a)starlabs.systems>
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-MessageType: comment