Attention is currently required from: Raul Rangel, Karthik Ramasubramanian.
Hello build bot (Jenkins), Raul Rangel, Arthur Heymans, Karthik Ramasubramanian, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62443
to look at the new patch set (#2).
Change subject: mb/google/zork: fix SMMSTORE size, alignment in default FMAP
......................................................................
mb/google/zork: fix SMMSTORE size, alignment in default FMAP
SMMSTORE needs to have 64k size (minimum) and have 64k alignment as
enforced by asserts added in commit 1ba6049
[drivers/smmstore/store.c: Add static assertion based on fmap].
Adjust size and alignment of SMMSTORE region in FMAP to ensure those conditions are met.
Test: build google/morphius without asserts being tripped for above conditions.
Change-Id: Ied04e93379e1507f5e6b2a1b71e4098a4561e5d8
Signed-off-by: Matt DeVillier <matt.devillier(a)gmail.com>
---
M src/mainboard/google/zork/chromeos.fmd
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/62443/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/62443
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ied04e93379e1507f5e6b2a1b71e4098a4561e5d8
Gerrit-Change-Number: 62443
Gerrit-PatchSet: 2
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Attention: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Patrick Rudolph.
Hello Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62541
to look at the new patch set (#2).
Change subject: sb/intel/i82801ix/smihandler.c: Comment out dead increment
......................................................................
sb/intel/i82801ix/smihandler.c: Comment out dead increment
The value stored to 'data' is never read.
Signed-off-by: Elyes Haouas <ehaouas(a)noos.fr>
Change-Id: Ifef67fc6415af1260d1a1df54f53fbe67f8860bb
---
M src/southbridge/intel/i82801ix/smihandler.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/62541/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/62541
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifef67fc6415af1260d1a1df54f53fbe67f8860bb
Gerrit-Change-Number: 62541
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Julius Werner, Yu-Ping Wu.
Raul Rangel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62506 )
Change subject: libpayload: cbmem_console: Drop loglevel markers from snapshot
......................................................................
Patch Set 1: Code-Review+2
(4 comments)
Patchset:
PS1:
I'm fine landing this as is and adding callback functionality later if necessary.
File payloads/libpayload/drivers/cbmem_console.c:
https://review.coreboot.org/c/coreboot/+/62506/comment/cfdd5984_0303961a
PS1, Line 120: /* Slight memory corruption may occur between reboots and give us a few
: unprintable characters like '\0'. Replace them with '?' on output. */
: for (cursor = 0; cursor < size; cursor++)
: if (!isprint(console_c[cursor]) && !isspace(console_c[cursor]))
: console_c[cursor] = '?';
> Maybe we should just keep the non-printable characters, and let payloads decide how to deal with the […]
Are you suggesting a callback?
https://review.coreboot.org/c/coreboot/+/62506/comment/f190b539_730ec93c
PS1, Line 85: Due to stupid
: licensing restrictions
Why can you add a BSD version in libpayload? You are the copyright holder. Or maybe extract it into a dual licenced file?
https://review.coreboot.org/c/coreboot/+/62506/comment/f96eeb5b_7f279d48
PS1, Line 90: memory corruption may occur between reboots
Side note: I just learned that the kernel ramoops has an ECC function to correct errors like this. It might be interesting to add such functionality down the line.
--
To view, visit https://review.coreboot.org/c/coreboot/+/62506
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4a9e5d464508320cf43ea572d62896d38c2a128d
Gerrit-Change-Number: 62506
Gerrit-PatchSet: 1
Gerrit-Owner: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
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-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Comment-Date: Wed, 02 Mar 2022 15:54:14 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-MessageType: comment
Attention is currently required from: Raul Rangel, Matt DeVillier, Karthik Ramasubramanian.
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62443 )
Change subject: mb/google/zork: fix SMMSTORE size, alignment in default FMAP
......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/62443/comment/e15894fe_2f952d60
PS1, Line 9: 64k
> Where is this documented?
https://doc.coreboot.org/drivers/smmstorev2.html
--
To view, visit https://review.coreboot.org/c/coreboot/+/62443
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ied04e93379e1507f5e6b2a1b71e4098a4561e5d8
Gerrit-Change-Number: 62443
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Attention: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Comment-Date: Wed, 02 Mar 2022 15:47:52 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Raul Rangel <rrangel(a)chromium.org>
Gerrit-MessageType: comment
Marina Michelle has created a revert of this change. ( https://review.coreboot.org/c/coreboot/+/54049 )
Change subject: util/crossgcc: Update binutils to 2.37
......................................................................
--
To view, visit https://review.coreboot.org/c/coreboot/+/54049
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia68d4d9f836ad23fb8f6a7203a78b4ea40c7c43b
Gerrit-Change-Number: 54049
Gerrit-PatchSet: 14
Gerrit-Owner: Patrick Georgi <patrick(a)coreboot.org>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Georgi <patrick(a)coreboot.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: 9elements QA <hardwaretestrobot(a)gmail.com>
Gerrit-CC: Idwer Vollering <vidwer(a)gmail.com>
Gerrit-CC: Iru Cai <mytbk920423(a)gmail.com>
Gerrit-CC: Jacob Garber <jgarber1(a)ualberta.ca>
Gerrit-CC: xin hua wang <xinhuawang0101(a)gmail.com>
Gerrit-MessageType: revert