Attention is currently required from: ritul guru, Felix Held.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/70010 )
Change subject: mb/amd/mayan: Add framework for morgana crb mayan
......................................................................
Patch Set 3:
(3 comments)
File src/mainboard/amd/mayan/port_descriptors.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-164559):
https://review.coreboot.org/c/coreboot/+/70010/comment/48b75623_c973bcb2
PS3, Line 104: break;
break is not useful after a return
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-164559):
https://review.coreboot.org/c/coreboot/+/70010/comment/24413c41_33c0c0d7
PS3, Line 108: break;
break is not useful after a return
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-164559):
https://review.coreboot.org/c/coreboot/+/70010/comment/d271e4c6_ff2bba89
PS3, Line 112: break;
break is not useful after a return
--
To view, visit https://review.coreboot.org/c/coreboot/+/70010
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id6801e6c6e706ae3878ce9e2c3d6452964235148
Gerrit-Change-Number: 70010
Gerrit-PatchSet: 3
Gerrit-Owner: ritul guru <ritul.bits(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: ritul guru <ritul.bits(a)gmail.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Fri, 25 Nov 2022 18:51:52 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Michał Żygowski, Christian Walter, Julius Werner, Krystian Hebel, Yu-Ping Wu.
Sergii Dmytruk has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/68991 )
Change subject: security/tpm/: turn tis_{init,open} into tis_probe
......................................................................
Patch Set 2:
(1 comment)
File src/security/tpm/tss/tcg-1.2/tss.c:
https://review.coreboot.org/c/coreboot/+/68991/comment/49e13419_4a12d86c
PS2, Line 35: tis_sendrecv
> How do we make sure this is not NULL?
Just by assuming that API is initialized before being used like the code was already doing.
--
To view, visit https://review.coreboot.org/c/coreboot/+/68991
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib4ce35ada24e3959ea1a518c29d431b4ae123809
Gerrit-Change-Number: 68991
Gerrit-PatchSet: 2
Gerrit-Owner: Sergii Dmytruk <sergii.dmytruk(a)3mdeb.com>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-Reviewer: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Attention: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Attention: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Attention: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Comment-Date: Fri, 25 Nov 2022 18:50:53 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-MessageType: comment
Attention is currently required from: ritul guru, Felix Held.
Hello Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/70010
to look at the new patch set (#3).
Change subject: mb/amd/mayan: Add framework for morgana crb mayan
......................................................................
mb/amd/mayan: Add framework for morgana crb mayan
mayan is the reference board for the morgana SoC. It needs to be
updated to match the actual board design as well. amd/mayan is started
as a copy of amd/birman.
Change-Id: Id6801e6c6e706ae3878ce9e2c3d6452964235148
Signed-off-by: Ritul Guru <ritul.bits(a)gmail.com>
---
A src/mainboard/amd/mayan/Kconfig
A src/mainboard/amd/mayan/Kconfig.name
A src/mainboard/amd/mayan/Makefile.inc
A src/mainboard/amd/mayan/board.fmd
A src/mainboard/amd/mayan/board_info.txt
A src/mainboard/amd/mayan/bootblock.c
A src/mainboard/amd/mayan/chromeos.c
A src/mainboard/amd/mayan/chromeos.fmd
A src/mainboard/amd/mayan/devicetree_morgana.cb
A src/mainboard/amd/mayan/dsdt.asl
A src/mainboard/amd/mayan/early_gpio.c
A src/mainboard/amd/mayan/ec.c
A src/mainboard/amd/mayan/ec.h
A src/mainboard/amd/mayan/gpio.c
A src/mainboard/amd/mayan/gpio.h
A src/mainboard/amd/mayan/mainboard.c
A src/mainboard/amd/mayan/port_descriptors.c
17 files changed, 812 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/70010/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/70010
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id6801e6c6e706ae3878ce9e2c3d6452964235148
Gerrit-Change-Number: 70010
Gerrit-PatchSet: 3
Gerrit-Owner: ritul guru <ritul.bits(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: ritul guru <ritul.bits(a)gmail.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: Tarun Tuli, Subrata Banik, Wonkyu Kim, Harsha B R, Ravishankar Sarawadi, Paul Menzel, Kapil Porwal, Angel Pons, Nick Vaccaro, Tim Wawrzynczak, Raj Astekar.
Harsha B R has uploaded a new patch set (#9) to the change originally created by Jamie Ryu. ( https://review.coreboot.org/c/coreboot/+/66101 )
Change subject: mb/intel/mtlrvp: Enable EC and building ChromeOS
......................................................................
mb/intel/mtlrvp: Enable EC and building ChromeOS
This configures and initializes EC, and adds building ChromeOS.
BUG=b:224325352
TEST=FW_NAME=mtlrvp_p emerge-rex coreboot chromeos-bootimage
Signed-off-by: Jamie Ryu <jamie.m.ryu(a)intel.com>
Change-Id: I662d7f79050d35e152d97dc5c2118a4af56223bc
Signed-off-by: Harsha B R <harsha.b.r(a)intel.com>
---
M src/mainboard/intel/mtlrvp/Kconfig
M src/mainboard/intel/mtlrvp/Makefile.inc
A src/mainboard/intel/mtlrvp/chromeos.c
D src/mainboard/intel/mtlrvp/devicetree.cb
M src/mainboard/intel/mtlrvp/dsdt.asl
A src/mainboard/intel/mtlrvp/ec.c
A src/mainboard/intel/mtlrvp/mainboard.c
A src/mainboard/intel/mtlrvp/smihandler.c
A src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp/include/baseboard/ec.h
M src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp/include/baseboard/gpio.h
A src/mainboard/intel/mtlrvp/variants/mtlrvp_p/Makefile.inc
A src/mainboard/intel/mtlrvp/variants/mtlrvp_p/devicetree.cb
A src/mainboard/intel/mtlrvp/variants/mtlrvp_p/gpio.c
A src/mainboard/intel/mtlrvp/variants/mtlrvp_p/include/variant/ec.h
A src/mainboard/intel/mtlrvp/variants/mtlrvp_p/include/variant/gpio.h
15 files changed, 315 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/66101/9
--
To view, visit https://review.coreboot.org/c/coreboot/+/66101
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I662d7f79050d35e152d97dc5c2118a4af56223bc
Gerrit-Change-Number: 66101
Gerrit-PatchSet: 9
Gerrit-Owner: Jamie Ryu <jamie.m.ryu(a)intel.com>
Gerrit-Reviewer: Harsha B R <harsha.b.r(a)intel.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Raj Astekar <raj.astekar(a)intel.com>
Gerrit-Reviewer: Ravishankar Sarawadi <ravishankar.sarawadi(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)google.com>
Gerrit-Reviewer: Wonkyu Kim <wonkyu.kim(a)intel.com>
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: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Wonkyu Kim <wonkyu.kim(a)intel.com>
Gerrit-Attention: Harsha B R <harsha.b.r(a)intel.com>
Gerrit-Attention: Ravishankar Sarawadi <ravishankar.sarawadi(a)intel.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)google.com>
Gerrit-Attention: Raj Astekar <raj.astekar(a)intel.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: ritul guru, Felix Held.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/70010 )
Change subject: mb/amd/mayan: Add framework for morgana crb mayan
......................................................................
Patch Set 2:
(3 comments)
File src/mainboard/amd/mayan/port_descriptors.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-164555):
https://review.coreboot.org/c/coreboot/+/70010/comment/8a9de2f0_144356fd
PS2, Line 104: break;
break is not useful after a return
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-164555):
https://review.coreboot.org/c/coreboot/+/70010/comment/54acea67_e34a2462
PS2, Line 108: break;
break is not useful after a return
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-164555):
https://review.coreboot.org/c/coreboot/+/70010/comment/00f7a321_70fe6e3e
PS2, Line 112: break;
break is not useful after a return
--
To view, visit https://review.coreboot.org/c/coreboot/+/70010
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id6801e6c6e706ae3878ce9e2c3d6452964235148
Gerrit-Change-Number: 70010
Gerrit-PatchSet: 2
Gerrit-Owner: ritul guru <ritul.bits(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: ritul guru <ritul.bits(a)gmail.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Fri, 25 Nov 2022 18:47:49 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: ritul guru, Felix Held.
Hello Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/70010
to look at the new patch set (#2).
Change subject: mb/amd/mayan: Add framework for morgana crb mayan
......................................................................
mb/amd/mayan: Add framework for morgana crb mayan
mayan is the reference board for the morgana SoC. It needs to be
updated to match the actual board design as well. amd/mayan is started
as a copy of amd/birman.
Change-Id: Id6801e6c6e706ae3878ce9e2c3d6452964235148
Signed-off-by: Ritul Guru <ritul.bits(a)gmail.com>
---
A src/mainboard/amd/mayan/Kconfig
A src/mainboard/amd/mayan/Kconfig.name
A src/mainboard/amd/mayan/Makefile.inc
A src/mainboard/amd/mayan/board.fmd
A src/mainboard/amd/mayan/board_info.txt
A src/mainboard/amd/mayan/bootblock.c
A src/mainboard/amd/mayan/chromeos.c
A src/mainboard/amd/mayan/chromeos.fmd
A src/mainboard/amd/mayan/devicetree_morgana.cb
A src/mainboard/amd/mayan/dsdt.asl
A src/mainboard/amd/mayan/early_gpio.c
A src/mainboard/amd/mayan/ec.c
A src/mainboard/amd/mayan/ec.h
A src/mainboard/amd/mayan/gpio.c
A src/mainboard/amd/mayan/gpio.h
A src/mainboard/amd/mayan/mainboard.c
A src/mainboard/amd/mayan/port_descriptors.c
17 files changed, 812 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/70010/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/70010
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id6801e6c6e706ae3878ce9e2c3d6452964235148
Gerrit-Change-Number: 70010
Gerrit-PatchSet: 2
Gerrit-Owner: ritul guru <ritul.bits(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: ritul guru <ritul.bits(a)gmail.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: Bao Zheng, Jason Glenesk, Raul Rangel, Jason Nien, Matt DeVillier, Martin Roth, Fred Reitberger, Karthik Ramasubramanian, Felix Held.
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69852 )
Change subject: util/amdfwtool: Deal with psp position in flash offset directly
......................................................................
Patch Set 4:
(1 comment)
File src/soc/amd/common/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/69852/comment/589b31b0_138fb297
PS4, Line 25: $(call int-subtract, 0xffffffff $(CONFIG_ROM_SIZE)) 1 $(CONFIG_AMD_FWM_POSITION))
> would it make sense to add flash offset support to cbfstool? It already knows the flash size from the FMAP, right?
It knows that from the file size too I guess.
--
To view, visit https://review.coreboot.org/c/coreboot/+/69852
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I89c9e73e7db748379c97e3c0ad69af3faedc8d66
Gerrit-Change-Number: 69852
Gerrit-PatchSet: 4
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Reviewer: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Reviewer: Jason Nien <jason.nien(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Marvin Drees <marvin.drees(a)9elements.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-CC: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Attention: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Attention: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Attention: Jason Nien <jason.nien(a)amd.corp-partner.google.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Attention: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Attention: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Attention: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Fri, 25 Nov 2022 18:36:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Comment-In-Reply-To: Arthur Heymans <arthur(a)aheymans.xyz>
Comment-In-Reply-To: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-MessageType: comment
Attention is currently required from: Julius Werner, Yu-Ping Wu.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/70012 )
Change subject: src/security/vboot: Add platform hook for vboot phase 1
......................................................................
Patch Set 1:
(2 comments)
Commit Message:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-164551):
https://review.coreboot.org/c/coreboot/+/70012/comment/8c1f55e1_0478a07b
PS1, Line 8:
Possible unwrapped commit description (prefer a maximum 72 chars per line)
File src/security/vboot/vboot_logic.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-164551):
https://review.coreboot.org/c/coreboot/+/70012/comment/faaa806a_0240fdfb
PS1, Line 327: if(vboot_platform_hook_phase1(ctx, &plat_rec_reason, &plat_rec_subcode)) {
space required before the open parenthesis '('
--
To view, visit https://review.coreboot.org/c/coreboot/+/70012
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic4f5347d1af02650a6ee0b261050556d95be21cb
Gerrit-Change-Number: 70012
Gerrit-PatchSet: 1
Gerrit-Owner: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Comment-Date: Fri, 25 Nov 2022 17:55:31 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment