Attention is currently required from: Julius Werner.
Elyes Haouas has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/28017 )
Change subject: arm64: mmu: Spot check security state for TTB mapping
......................................................................
Patch Set 2:
(1 comment)
File src/arch/arm64/armv8/mmu.c:
https://review.coreboot.org/c/coreboot/+/28017/comment/4d48a54f_0a09f033
PS2, Line 324: assert_correct_ttb_mapping(_ettb - 1);
that gives me using gcc-12.2:
CC romstage/arch/arm64/armv8/mmu.o
src/arch/arm64/armv8/mmu.c: In function 'mmu_enable':
src/arch/arm64/armv8/mmu.c:296:9: error: array subscript -1 is outside array bounds of 'u8[]' {aka 'unsigned char[]'} [-Werror=array-bounds]
296 | assert_correct_ttb_mapping(_ettb - 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/arch/arm64/armv8/mmu.c:6:
src/include/symbols.h:14:19: note: at offset -1 into object '_ettb' of size [0, 9223372036854775807]
14 | extern u8 _e##name[]; \
| ^~
src/include/symbols.h:70:1: note: in expansion of macro 'DECLARE_REGION'
70 | DECLARE_REGION(ttb)
| ^~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make: *** [Makefile:392 : build/romstage/arch/arm64/armv8/mmu.o] Erreur 1
--
To view, visit https://review.coreboot.org/c/coreboot/+/28017
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I70cda4f76f201b03d69a9ece063a3830b15ac04b
Gerrit-Change-Number: 28017
Gerrit-PatchSet: 2
Gerrit-Owner: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
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: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Comment-Date: Sun, 04 Dec 2022 06:46:54 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/67321
to look at the new patch set (#8).
Change subject: util/intelp2m: Print the current project verion
......................................................................
util/intelp2m: Print the current project verion
Print the current project version in the console and in the generated
file with the pad configuration: version = major-minor; major = 1.0;
minor = last commit in the intelp2m directory.
Change-Id: Id2fd0757c003004af976309a44dbbfff0eb517a7
Signed-off-by: Maxim Polyakov <max.senia.poliak(a)gmail.com>
---
M util/intelp2m/Makefile
M util/intelp2m/main.go
2 files changed, 52 insertions(+), 20 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/67321/8
--
To view, visit https://review.coreboot.org/c/coreboot/+/67321
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id2fd0757c003004af976309a44dbbfff0eb517a7
Gerrit-Change-Number: 67321
Gerrit-PatchSet: 8
Gerrit-Owner: Maxim Polyakov <max.senia.poliak(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Tarun Tuli, Eran Mitrani, Kapil Porwal.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/70319 )
Change subject: mb/google/poppy: Add support for a variant finalize function
......................................................................
Patch Set 3:
(1 comment)
File src/mainboard/google/poppy/mainboard.c:
https://review.coreboot.org/c/coreboot/+/70319/comment/d29a749c_31b4e542
PS3, Line 64: {
nit:
You can add something like this
void __weak variant_final(void)
{
/* nop */
}
--
To view, visit https://review.coreboot.org/c/coreboot/+/70319
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I00c091051e3499ca94b286d7fbe0a7a8bd38e635
Gerrit-Change-Number: 70319
Gerrit-PatchSet: 3
Gerrit-Owner: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Reviewer: Eran Mitrani <mitrani(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Attention: Eran Mitrani <mitrani(a)google.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Comment-Date: Sat, 03 Dec 2022 19:29:40 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Tarun Tuli, Eran Mitrani, Kapil Porwal.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/70319 )
Change subject: mb/google/poppy: Add support for a variant finalize function
......................................................................
Patch Set 3: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/70319
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I00c091051e3499ca94b286d7fbe0a7a8bd38e635
Gerrit-Change-Number: 70319
Gerrit-PatchSet: 3
Gerrit-Owner: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Reviewer: Eran Mitrani <mitrani(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Attention: Eran Mitrani <mitrani(a)google.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Comment-Date: Sat, 03 Dec 2022 19:28:45 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment