Attention is currently required from: Sorin Pop.
Martin L Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69493 )
Change subject: packeteer 6500
......................................................................
Patch Set 1:
(8 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/69493/comment/589ac1d1_28b10d04
PS1, Line 7: packeteer 6500
At coreboot, we prefer to start the subject line with a path, and to make sure we have a verb in the subject. So based on that, your commit message might be:
mb/packeteer: Add packeteer 6500 mainboard
Can you say anything more about this port? It looks like might be a very old port, based on the file layout...
https://review.coreboot.org/c/coreboot/+/69493/comment/75c5bec9_d59202c9
PS1, Line 8:
Needs a developer's certificate of origin sign-off saying that this is code that you have the rights to push.
Patchset:
PS1:
Hey, welcome to coreboot! You might want to look through some of the documentation: https://coreboot.org/developers.htmlhttps://doc.coreboot.org/
File src/arch/x86/pirq_routing.c:
https://review.coreboot.org/c/coreboot/+/69493/comment/ea8d6e82_82c83d7d
PS1, Line 143: if (link > 0x5f) {
: link -= 0x5f;
: }
Split this int a separate patch and explain why its needed please.
File src/cpu/intel/Kconfig:
https://review.coreboot.org/c/coreboot/+/69493/comment/8d952e8b_d83d5180
PS1, Line 19: source "src/cpu/intel/socket_FC_PGA370/Kconfig"
Please split all of the cpu/intel files into a separate commit.
File src/cpu/intel/socket_FC_PGA370/Kconfig:
https://review.coreboot.org/c/coreboot/+/69493/comment/899f5754_a39d9f86
PS1, Line 1: ##
: ## This file is part of the coreboot project.
: ##
: ## Copyright (C) 2010 Joseph Smith <joe(a)settoplinux.org>
: ##
: ## This program is free software; you can redistribute it and/or modify
: ## it under the terms of the GNU General Public License as published by
: ## the Free Software Foundation; either version 2 of the License, or
: ## (at your option) any later version.
: ##
: ## This program is distributed in the hope that it will be useful,
: ## but WITHOUT ANY WARRANTY; without even the implied warranty of
: ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
: ## GNU General Public License for more details.
: ##
We no longer use these headers in our files. Take a look at the current files for the SPDX headers that are now used.
File src/southbridge/intel/i82371eb/acpi/i82371eb.asl:
https://review.coreboot.org/c/coreboot/+/69493/comment/9018448c_ab2f46d1
PS1, Line 4:
Could you please split all of the southbridge/intel changes into a separate commit?
https://review.coreboot.org/c/coreboot/+/69493/comment/99136191_80be709a
PS1, Line 89: /* AT Real-Time Clock */
: Device(RTC) {
: Name(_HID, EISAID("PNP0B00"))
: Name(_CRS, ResourceTemplate() {
: IRQNoFlags(){8}
: IO (Decode16,0x0070,0x0070,0x01,0x04,)
: })
: }
Does any of this actually need to be changed? It looks like formatting, and in general not something we want to change.
--
To view, visit https://review.coreboot.org/c/coreboot/+/69493
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie36fe8a4e0eaf13418af5a1fe8bd5b63f2265096
Gerrit-Change-Number: 69493
Gerrit-PatchSet: 1
Gerrit-Owner: Sorin Pop <alexsorinpop(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Attention: Sorin Pop <alexsorinpop(a)gmail.com>
Gerrit-Comment-Date: Sun, 13 Nov 2022 03:30:06 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Jonathan Zhang, Johnny Lin, Christian Walter, Li Jinfeng, Tim Chu.
Hello build bot (Jenkins), Jonathan Zhang, Johnny Lin, Christian Walter, Arthur Heymans, Tim Chu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/69500
to look at the new patch set (#4).
Change subject: src/soc/intel/xeon_sp/ras/hest.c: fix HEST table length
......................................................................
src/soc/intel/xeon_sp/ras/hest.c: fix HEST table length
Fix HEST table length while avoiding arithmetics on pointers to void.
Change-Id: I4780785bac782aa966def3f042f365a1ead9d9d8
Signed-off-by: Jeff Li <lijinfeng01(a)inspur.com>
---
M src/soc/intel/xeon_sp/ras/hest.c
1 file changed, 17 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/69500/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/69500
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4780785bac782aa966def3f042f365a1ead9d9d8
Gerrit-Change-Number: 69500
Gerrit-PatchSet: 4
Gerrit-Owner: Li Jinfeng <lijinfeng01(a)inspur.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Reviewer: Jonathan Zhang <jonzhang(a)fb.com>
Gerrit-Reviewer: Tim Chu <Tim.Chu(a)quantatw.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jonathan Zhang <jonzhang(a)fb.com>
Gerrit-Attention: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Attention: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Attention: Li Jinfeng <lijinfeng01(a)inspur.com>
Gerrit-Attention: Tim Chu <Tim.Chu(a)quantatw.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Marc Jones, Jonathan Zhang, Johnny Lin, Paul Menzel, Angel Pons, Johnny Li, Shuming Chu (Shuming), Tim Chu.
Hello build bot (Jenkins), Marc Jones, Johnny Lin, Paul Menzel, Johnny Li, Angel Pons, Tim Chu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/68784
to look at the new patch set (#4).
Change subject: drivers/ocp: add VPD processing framework
......................................................................
drivers/ocp: add VPD processing framework
Add VPD processing framework to be shared by OCP mainboards:
* define VPD configruation items in vpd.h.
* add helper functions:
** get_bool_from_vpd()
** get_int_from_vpd_range()
Change-Id: I705bea348b1611f25ccbd798b77cfee22ec30f0f
Signed-off-by: Johnny Lin <johnny_lin(a)wiwynn.com>
Signed-off-by: Tim Chu <Tim.Chu(a)quantatw.com>
Signed-off-by: Marc Jones <marcjones(a)sysproconsulting.com>
Signed-off-by: Jonathan Zhang <jonzhang(a)meta.com>
---
A src/drivers/ocp/include/vpd.h
A src/drivers/ocp/vpd/Kconfig
A src/drivers/ocp/vpd/Makefile.inc
A src/drivers/ocp/vpd/vpd_util.c
4 files changed, 152 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/68784/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/68784
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I705bea348b1611f25ccbd798b77cfee22ec30f0f
Gerrit-Change-Number: 68784
Gerrit-PatchSet: 4
Gerrit-Owner: Jonathan Zhang <jonzhang(a)fb.com>
Gerrit-Reviewer: Angel Pons <angel.pons(a)9elements.com>
Gerrit-Reviewer: Johnny Li <johnny_li(a)wistron.corp-partner.google.com>
Gerrit-Reviewer: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Reviewer: Marc Jones <marc(a)marcjonesconsulting.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: Tim Chu <Tim.Chu(a)quantatw.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Shuming Chu (Shuming) <s1218944(a)gmail.com>
Gerrit-Attention: Marc Jones <marc(a)marcjonesconsulting.com>
Gerrit-Attention: Jonathan Zhang <jonzhang(a)fb.com>
Gerrit-Attention: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Johnny Li <johnny_li(a)wistron.corp-partner.google.com>
Gerrit-Attention: Shuming Chu (Shuming) <s1218944(a)gmail.com>
Gerrit-Attention: Angel Pons <angel.pons(a)9elements.com>
Gerrit-Attention: Tim Chu <Tim.Chu(a)quantatw.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Felix Singer.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/60545 )
Change subject: soc/intel/tigerlake: Hook up FSP hyper-threading setting to option API
......................................................................
Patch Set 15:
(1 comment)
File src/soc/intel/tigerlake/romstage/fsp_params.c:
https://review.coreboot.org/c/coreboot/+/60545/comment/e4ec7b30_d5047508
PS15, Line 129: m_cfg->HyperThreading = !config->HyperThreadingDisable;
Um, you forgot about this...
--
To view, visit https://review.coreboot.org/c/coreboot/+/60545
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I49bbd4a776b4e6c55cb373bbf88a3ca076342e3e
Gerrit-Change-Number: 60545
Gerrit-PatchSet: 15
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: 9elements QA <hardwaretestrobot(a)gmail.com>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Comment-Date: Sat, 12 Nov 2022 23:58:58 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment