Attention is currently required from: Felix Singer, Martin L Roth, Elyes Haouas.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63807 )
Change subject: util/crossgcc: Update to GCC 11.3
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
Any reason, this wasn’t merged before the 4.17 release?
--
To view, visit https://review.coreboot.org/c/coreboot/+/63807
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1c0aa0952f85afee59a955593c63fcfac756cc60
Gerrit-Change-Number: 63807
Gerrit-PatchSet: 1
Gerrit-Owner: Martin L Roth <gaumless(a)tutanota.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Attention: Martin L Roth <gaumless(a)tutanota.com>
Gerrit-Attention: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Comment-Date: Thu, 02 Jun 2022 07:46:00 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Wonkyu Kim, Ravishankar Sarawadi, Srinidhi N Kaushik, Raj Astekar.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/64878 )
Change subject: vendorcode/intel/fsp/fsp2_0/mtl: Update FSP header files for Meteor Lake
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS1:
> Done, https://review.coreboot.org/c/coreboot/+/64883/1
Thanks, can we mark this CL, WIP for now ? I will pick 2173 into the buildable recipe and share my feedback.
--
To view, visit https://review.coreboot.org/c/coreboot/+/64878
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I529118c35fa9f851ee2b5f23712ac70e2a5b53c5
Gerrit-Change-Number: 64878
Gerrit-PatchSet: 2
Gerrit-Owner: Srinidhi N Kaushik <srinidhi.n.kaushik(a)intel.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: Wonkyu Kim <wonkyu.kim(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Wonkyu Kim <wonkyu.kim(a)intel.com>
Gerrit-Attention: Ravishankar Sarawadi <ravishankar.sarawadi(a)intel.com>
Gerrit-Attention: Srinidhi N Kaushik <srinidhi.n.kaushik(a)intel.com>
Gerrit-Attention: Raj Astekar <raj.astekar(a)intel.com>
Gerrit-Comment-Date: Thu, 02 Jun 2022 07:29:11 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Subrata Banik <subratabanik(a)google.com>
Comment-In-Reply-To: Srinidhi N Kaushik <srinidhi.n.kaushik(a)intel.com>
Gerrit-MessageType: comment
Attention is currently required from: Knox Chiou, zanxi chen, Yidi Lin.
Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/64790 )
Change subject: mb/google/corsola: Enable ps8640 for steelix
......................................................................
Patch Set 3:
(2 comments)
File src/mainboard/google/corsola/display.c:
https://review.coreboot.org/c/coreboot/+/64790/comment/284346ad_802a901a
PS3, Line 125: CONFIG(BOARD_GOOGLE_KINGLER_COMMON) + CONFIG(BOARD_GOOGLE_KRABBY_COMMON) == 1
You'll also need to change this to
CONFIG(DRIVER_ANALOGIX_ANX7625) + CONFIG(DRIVER_PARADE_PS8640) == 1
or ensure the same thing using `choice` in Kconfig.
https://review.coreboot.org/c/coreboot/+/64790/comment/76473abb_fb327b06
PS3, Line 136: else if (CONFIG(BOARD_GOOGLE_KRABBY) || CONFIG(BOARD_GOOGLE_STEELIX))
If this starts getting complicated, we should make it a Kconfig option. In corsola/Kconfig, we can select only one of DRIVER_ANALOGIX_ANX7625 and DRIVER_PARADE_PS8640 (not both). Then here use them to determine the bridge to initialize.
--
To view, visit https://review.coreboot.org/c/coreboot/+/64790
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8c6310794c89fc8aa0e69e114c1f7ebd5479c549
Gerrit-Change-Number: 64790
Gerrit-PatchSet: 3
Gerrit-Owner: zanxi chen <chenzanxi(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Knox Chiou <knoxchiou(a)google.com>
Gerrit-Reviewer: Yidi Lin <yidilin(a)chromium.org>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: wen zhang <zhangwen6(a)huaqin.corp-partner.google.com>
Gerrit-CC: Yuqing Huang <huangyuqing(a)huaqin.corp-partner.google.com>
Gerrit-Attention: Knox Chiou <knoxchiou(a)google.com>
Gerrit-Attention: zanxi chen <chenzanxi(a)huaqin.corp-partner.google.com>
Gerrit-Attention: Yidi Lin <yidilin(a)chromium.org>
Gerrit-Comment-Date: Thu, 02 Jun 2022 07:28:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Subrata Banik, Wonkyu Kim, Ravishankar Sarawadi, Raj Astekar.
Srinidhi N Kaushik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/64878 )
Change subject: vendorcode/intel/fsp/fsp2_0/mtl: Update FSP header files for Meteor Lake
......................................................................
Patch Set 2:
(2 comments)
Patchset:
PS1:
> Can you please help to submit FSP header for 2173 what we have in MTL branch as off now. […]
Done, https://review.coreboot.org/c/coreboot/+/64883/1
File src/vendorcode/intel/fsp/fsp2_0/meteorlake/MemInfoHob.h:
https://review.coreboot.org/c/coreboot/+/64878/comment/bb5efda4_64059393
PS1, Line 7: INTEL CONFIDENTIAL
: Copyright 1999 - 2022 Intel Corporation.
> please check the header license here https://github. […]
Fixed.
--
To view, visit https://review.coreboot.org/c/coreboot/+/64878
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I529118c35fa9f851ee2b5f23712ac70e2a5b53c5
Gerrit-Change-Number: 64878
Gerrit-PatchSet: 2
Gerrit-Owner: Srinidhi N Kaushik <srinidhi.n.kaushik(a)intel.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: Wonkyu Kim <wonkyu.kim(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Wonkyu Kim <wonkyu.kim(a)intel.com>
Gerrit-Attention: Ravishankar Sarawadi <ravishankar.sarawadi(a)intel.com>
Gerrit-Attention: Raj Astekar <raj.astekar(a)intel.com>
Gerrit-Comment-Date: Thu, 02 Jun 2022 07:26:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Subrata Banik <subratabanik(a)google.com>
Gerrit-MessageType: comment
Attention is currently required from: Wonkyu Kim, Ravishankar Sarawadi, Srinidhi N Kaushik, Raj Astekar.
Hello build bot (Jenkins), Subrata Banik, Wonkyu Kim, Ravishankar Sarawadi, Raj Astekar,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/64878
to look at the new patch set (#2).
Change subject: vendorcode/intel/fsp/fsp2_0/mtl: Update FSP header files for Meteor Lake
......................................................................
vendorcode/intel/fsp/fsp2_0/mtl: Update FSP header files for Meteor Lake
Update header files for FSP for Meteor Lake platform to version 2221_01,
previous version being 2173_00
Signed-off-by: Srinidhi N Kaushik <srinidhi.n.kaushik(a)intel.com>
Change-Id: I529118c35fa9f851ee2b5f23712ac70e2a5b53c5
---
M src/vendorcode/intel/fsp/fsp2_0/meteorlake/FspmUpd.h
M src/vendorcode/intel/fsp/fsp2_0/meteorlake/FspsUpd.h
2 files changed, 1,514 insertions(+), 1,457 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/64878/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/64878
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I529118c35fa9f851ee2b5f23712ac70e2a5b53c5
Gerrit-Change-Number: 64878
Gerrit-PatchSet: 2
Gerrit-Owner: Srinidhi N Kaushik <srinidhi.n.kaushik(a)intel.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: Wonkyu Kim <wonkyu.kim(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Wonkyu Kim <wonkyu.kim(a)intel.com>
Gerrit-Attention: Ravishankar Sarawadi <ravishankar.sarawadi(a)intel.com>
Gerrit-Attention: Srinidhi N Kaushik <srinidhi.n.kaushik(a)intel.com>
Gerrit-Attention: Raj Astekar <raj.astekar(a)intel.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Kyösti Mälkki, Patrick Rudolph.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/55926 )
Change subject: soc/intel/baytrail,braswell,quark: Drop RES_IN_KIB
......................................................................
Patch Set 4: Verified+1
(1 comment)
File src/soc/intel/braswell/northcluster.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-150456):
https://review.coreboot.org/c/coreboot/+/55926/comment/0b6ebc4e_52cb727e
PS4, Line 92: /* If no FSP reserverd area */
'reserverd' may be misspelled - perhaps 'reserved'?
--
To view, visit https://review.coreboot.org/c/coreboot/+/55926
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2360a1a79f07ff8466ed01aa7f180d410e019292
Gerrit-Change-Number: 55926
Gerrit-PatchSet: 4
Gerrit-Owner: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Thu, 02 Jun 2022 06:36:27 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Tarun Tuli, Tim Wawrzynczak, Kapil Porwal, Eric Lai.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/64850 )
Change subject: mb/google/rex: Add memory init
......................................................................
Patch Set 3:
(1 comment)
File src/mainboard/google/rex/variants/rex0/memory/mem_parts_used.txt:
https://review.coreboot.org/c/coreboot/+/64850/comment/5c1307fe_74b8ed14
PS2, Line 1: MT53E512M32D2NP-046 WT:F
: H9HCNNNBKMMLXR-NEE
: MT53E1G32D2NP-046 WT:A
: MT53E2G32D4NQ-046 WT:A
: H9HCNNNCPMMLXR-NEE
: MT53E1G32D2NP-046 WT:B
> oh I forgot delete this...
I will do that, in middle of rebase
--
To view, visit https://review.coreboot.org/c/coreboot/+/64850
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5baa87411c28a20602eb5a7077f00664ccab3ade
Gerrit-Change-Number: 64850
Gerrit-PatchSet: 3
Gerrit-Owner: Eric Lai <eric_lai(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Eric Lai <eric_lai(a)quanta.corp-partner.google.com>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)google.com>
Gerrit-Comment-Date: Thu, 02 Jun 2022 06:28:38 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Subrata Banik <subratabanik(a)google.com>
Comment-In-Reply-To: Eric Lai <eric_lai(a)quanta.corp-partner.google.com>
Gerrit-MessageType: comment