Attention is currently required from: Damien Zammit, Edward O'Callaghan.
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62808 )
Change subject: hp/z220_series: Convert z220_sff_workstation into variant
......................................................................
Patch Set 1:
(2 comments)
File src/mainboard/hp/z220_series/Kconfig:
https://review.coreboot.org/c/coreboot/+/62808/comment/e81b4915_3cc021e1
PS1, Line 1: BOARD_HP_Z220_SERIES
> Subjective and not strictly required.
It's not strictly required, but the _COMMON suffix is an indication for the reader that it serves as base for other options. So this is important.
File src/mainboard/hp/z220_series/Kconfig.name:
https://review.coreboot.org/c/coreboot/+/62808/comment/ca820ec4_c07fcb9e
PS1, Line 3: select BOARD_HP_Z220_SERIES
> This only makes sense if there is a "base" board and variants on the base board. […]
Thanks for pointing me to mb/hp/snb_ivb_laptops. I have just reworked it in CB:62816. My reasoning there also applies to this case.
--
To view, visit https://review.coreboot.org/c/coreboot/+/62808
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6aaac75216b2d7c8bb48801454ce616ace3b1422
Gerrit-Change-Number: 62808
Gerrit-PatchSet: 1
Gerrit-Owner: Damien Zammit
Gerrit-Reviewer: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Attention: Damien Zammit
Gerrit-Attention: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Comment-Date: Tue, 15 Mar 2022 10:54:58 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Felix Singer <felixsinger(a)posteo.net>
Comment-In-Reply-To: Damien Zammit
Gerrit-MessageType: comment
Attention is currently required from: Eloy.
Hello Felix Singer, build bot (Jenkins), Paul Menzel, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62765
to look at the new patch set (#3).
Change subject: Documentation/tutorial/part1.md: Add Fedora package `patch`
......................................................................
Documentation/tutorial/part1.md: Add Fedora package `patch`
It is necessary to build crossgcc.
Change-Id: I32f6507b4d8346bf94aaccd3eef4f22697c33965
Signed-off-by: Eloy Degen <degeneloy(a)gmail.com>
---
M Documentation/tutorial/part1.md
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/62765/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/62765
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I32f6507b4d8346bf94aaccd3eef4f22697c33965
Gerrit-Change-Number: 62765
Gerrit-PatchSet: 3
Gerrit-Owner: Eloy
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Eloy
Gerrit-MessageType: newpatchset
Attention is currently required from: Lance Zhao, Martin Roth, Tim Wawrzynczak, Julius Werner.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62817 )
Change subject: [WIP]src/*: Fix void pointer aritmetics
......................................................................
Patch Set 1:
(6 comments)
File src/commonlib/bsd/cbfs_mcache.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-143980):
https://review.coreboot.org/c/coreboot/+/62817/comment/e81c14b3_2f6f9858
PS1, Line 129: uintptr_t current = (uintptr_t)mcache;
code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-143980):
https://review.coreboot.org/c/coreboot/+/62817/comment/4060e0ae_d4af75b2
PS1, Line 129: uintptr_t current = (uintptr_t)mcache;
please, no spaces at the start of a line
File src/commonlib/bsd/cbfs_private.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-143980):
https://review.coreboot.org/c/coreboot/+/62817/comment/ac96cdd7_bdc23bde
PS1, Line 177: const struct cbfs_file_attribute *attr = (const void *)((uintptr_t)mdata->raw + offset);
line over 96 characters
File src/commonlib/bsd/lz4_wrapper.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-143980):
https://review.coreboot.org/c/coreboot/+/62817/comment/321f4e28_4337fe18
PS1, Line 153: (uintptr_t)dst + dstn - (uintptr_t)out, endOnInputSize,
line over 96 characters
File src/lib/cbfs.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-143980):
https://review.coreboot.org/c/coreboot/+/62817/comment/5fd98a2d_324040d7
PS1, Line 569: void *compr_start = (void *)((uintptr_t)prog_start(pstage) + prog_size(pstage) - in_size);
line over 96 characters
File src/lib/rmodule.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-143980):
https://review.coreboot.org/c/coreboot/+/62817/comment/de1e7f5a_42fb4263
PS1, Line 267: if (rmodule_load((void *)((uintptr_t)rmod_loc + sizeof(struct rmodule_header)), &rmod_stage))
line over 96 characters
--
To view, visit https://review.coreboot.org/c/coreboot/+/62817
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic6dfb30c426867c3176a9426c2909702b40cc577
Gerrit-Change-Number: 62817
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Lance Zhao
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Lance Zhao
Gerrit-Attention: Martin Roth <martinroth(a)google.com>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Comment-Date: Tue, 15 Mar 2022 10:47:08 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62816 )
Change subject: mb/hp/snb_ivb_laptops: Move selects from Kconfig.name to Kconfig
......................................................................
Set Ready For Review
--
To view, visit https://review.coreboot.org/c/coreboot/+/62816
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I500f6422c1f8975de8b0bcc8b95cba2bcd4ebe27
Gerrit-Change-Number: 62816
Gerrit-PatchSet: 2
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Tue, 15 Mar 2022 10:44:59 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62815 )
Change subject: mb/hp/snb_ivb_laptops: Rename `BOARD_HP_SNB_IVB_LAPTOPS`
......................................................................
Set Ready For Review
--
To view, visit https://review.coreboot.org/c/coreboot/+/62815
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Icadeb8a33ae0787d2cd5da460065a2ed15256d64
Gerrit-Change-Number: 62815
Gerrit-PatchSet: 2
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Comment-Date: Tue, 15 Mar 2022 10:44:57 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62814 )
Change subject: mb/hp/snb_ivb_laptops/Kconfig{,.name}: Reorder selects alphabetically
......................................................................
Set Ready For Review
--
To view, visit https://review.coreboot.org/c/coreboot/+/62814
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I54367c7c663ad288ccdcbd4e7289546489a68f30
Gerrit-Change-Number: 62814
Gerrit-PatchSet: 2
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Comment-Date: Tue, 15 Mar 2022 10:44:54 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Nick Vaccaro, Eric Lai, Patrick Rudolph, Zhuohao Lee.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62738 )
Change subject: {mb, soc}: Move mrc_cache invalidating logic into `memory` common code
......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4:
> I ran this code on my brask device, the result looks okay. Thanks Subrata!
Thanks Zhuohao for checking on brask device.
--
To view, visit https://review.coreboot.org/c/coreboot/+/62738
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6f18e18adc6572571871dd6da1698186e4e3d671
Gerrit-Change-Number: 62738
Gerrit-PatchSet: 4
Gerrit-Owner: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Eric Lai <eric_lai(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: Zhuohao Lee <zhuohao(a)chromium.org>
Gerrit-Reviewer: Zhuohao Lee <zhuohao(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Attention: Eric Lai <eric_lai(a)quanta.corp-partner.google.com>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Attention: Zhuohao Lee <zhuohao(a)chromium.org>
Gerrit-Comment-Date: Tue, 15 Mar 2022 10:18:24 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Zhuohao Lee <zhuohao(a)google.com>
Gerrit-MessageType: comment