Attention is currently required from: Christian Walter, Johnny Lin, Jonathan Zhang, Paul Menzel, Shuo Liu, Tim Chu, Vasiliy Khoruzhick, yuchi.chen(a)intel.com.
Patrick Rudolph has posted comments on this change by Patrick Rudolph. ( https://review.coreboot.org/c/coreboot/+/85829?usp=email )
Change subject: soc/intel/xeon_sp: Add fix for DPR silicon bug
......................................................................
Patch Set 3:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/85829/comment/f7a3d28b_22297bf6?us… :
PS3, Line 7: Add fix for DPR silicon bug
> Fix DPR silicon bug
Will rephrase to workaround, the silicon cannot be fixed
https://review.coreboot.org/c/coreboot/+/85829/comment/b7bbac37_1037f241?us… :
PS3, Line 24:
> Have you reported this bug to Intel, and are they going to release an errata?
Unrelated.
--
To view, visit https://review.coreboot.org/c/coreboot/+/85829?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ia090013721053ae85001a3e7d47ad2b1ec9a3203
Gerrit-Change-Number: 85829
Gerrit-PatchSet: 3
Gerrit-Owner: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Reviewer: Jonathan Zhang <jon.zhixiong.zhang(a)gmail.com>
Gerrit-Reviewer: Shuo Liu <shuo.liu(a)intel.com>
Gerrit-Reviewer: Tim Chu <Tim.Chu(a)quantatw.com>
Gerrit-Reviewer: Vasiliy Khoruzhick <vasilykh(a)arista.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: yuchi.chen(a)intel.com
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: yuchi.chen(a)intel.com
Gerrit-Attention: Vasiliy Khoruzhick <vasilykh(a)arista.com>
Gerrit-Attention: Jonathan Zhang <jon.zhixiong.zhang(a)gmail.com>
Gerrit-Attention: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Attention: Shuo Liu <shuo.liu(a)intel.com>
Gerrit-Attention: Tim Chu <Tim.Chu(a)quantatw.com>
Gerrit-Comment-Date: Sat, 04 Jan 2025 08:09:39 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Attention is currently required from: Ana Carolina Cabral, Bao Zheng, Felix Held, Fred Reitberger, Jason Glenesk, Matt DeVillier.
Anand Vaikar has posted comments on this change by Anand Vaikar. ( https://review.coreboot.org/c/coreboot/+/85749?usp=email )
Change subject: mb/amd/crater: Add Crater mainboard support for Renoir/Cezanne SOC
......................................................................
Patch Set 9:
(18 comments)
File src/mainboard/amd/crater/Kconfig:
https://review.coreboot.org/c/coreboot/+/85749/comment/1bfcb03f_1cfb5183?us… :
PS8, Line 33: if BOARD_AMD_CRATER_RENOIR
> this if is redundant, since this config option is already inside a "if BOARD_AMD_CRATER_RENOIR" bloc […]
Done
https://review.coreboot.org/c/coreboot/+/85749/comment/c4049fc0_307b7c3a?us… :
PS8, Line 61: default "3rdparty/blobs/mainboard/amd/crater/EcSig_Crater.bin"
> since this file isn't available in the public blobs repo, i'd say that we should have this in the . […]
Done
https://review.coreboot.org/c/coreboot/+/85749/comment/bd523f04_f2599b90?us… :
PS8, Line 87:
> there should only be one empty line
Done
https://review.coreboot.org/c/coreboot/+/85749/comment/e0cd50c4_bbd0a813?us… :
PS8, Line 105: choice
: prompt "I2C Speed Selection"
: default SELECT_400KHz
: help
: Select Different speeds of I2C 400KHz / 1 MHz
:
: config SELECT_400KHz
: bool "400KHz"
:
: config SELECT_1MHz
: bool "1MHz"
:
: endchoice
> not needed, since the i2c speed can and should be configured in the devicetree
Done
File src/mainboard/amd/crater/chromeos.c:
https://review.coreboot.org/c/coreboot/+/85749/comment/a3acac6e_bcafcdb0?us… :
PS8, Line 17: Birman
> Crater
Done
File src/mainboard/amd/crater/chromeos_renoir.fmd:
PS8:
> not sure if the PSP_NVRAM and PSP_RPMC_NVRAM fmpa sections would easily fit into the fmap. […]
sure, will take it up in subsequent patch.
File src/mainboard/amd/crater/devicetree_renoir.cb:
https://review.coreboot.org/c/coreboot/+/85749/comment/dbde155f_168ef3f2?us… :
PS8, Line 3:
> only one empty line
Done
https://review.coreboot.org/c/coreboot/+/85749/comment/5ea7090e_86b98ab0?us… :
PS8, Line 43: register "gpp_clk_config[0]" = "GPP_CLK_ON"
: register "gpp_clk_config[1]" = "GPP_CLK_ON"
: register "gpp_clk_config[2]" = "GPP_CLK_ON"
: register "gpp_clk_config[3]" = "GPP_CLK_ON"
: register "gpp_clk_config[4]" = "GPP_CLK_ON"
: register "gpp_clk_config[5]" = "GPP_CLK_ON"
: register "gpp_clk_config[6]" = "GPP_CLK_ON"
> haven't checked with the schematic, but some of those probably aren't correct. […]
sure, will take it up in subsequent patch.
File src/mainboard/amd/crater/early_gpio.c:
https://review.coreboot.org/c/coreboot/+/85749/comment/d42798d9_b0250e48?us… :
PS8, Line 13:
> should be tab not spaces
Done
https://review.coreboot.org/c/coreboot/+/85749/comment/c857a4b2_0b4bb71d?us… :
PS8, Line 70: };
> i'd add an empty line between the array and the function here
Done
File src/mainboard/amd/crater/ec.h:
https://review.coreboot.org/c/coreboot/+/85749/comment/3a2be262_a9709062?us… :
PS8, Line 7: void crater_boardrevision(void);
> i'd add an empty line between the last function and the #endif
Done
File src/mainboard/amd/crater/ec.c:
https://review.coreboot.org/c/coreboot/+/85749/comment/b0baf8f3_f5578e30?us… :
PS8, Line 156: void crater_boardrevision(void)
> hmm, i wonder if it would be cleaner if this file provides a function to get the board revision and […]
sure will take it up in subsequent patches
File src/mainboard/amd/crater/gpio.c:
PS8:
> this is probably missing some gpios
will address in subsequent patch by reviewing the code.
https://review.coreboot.org/c/coreboot/+/85749/comment/359b506a_e546457d?us… :
PS8, Line 16:
> tab
Done
File src/mainboard/amd/crater/port_descriptors_renoir.c:
https://review.coreboot.org/c/coreboot/+/85749/comment/396596f5_45612cdd?us… :
PS8, Line 96: ec_set_ports(CRATER_EC_CMD, CRATER_EC_DATA);
: BoardRev = ec_read(ECRAM_BOARDID_OFFSET + 0x3);
> would be good to have a function in the mainboard's ec code for this
will address this in subsequent patch
https://review.coreboot.org/c/coreboot/+/85749/comment/473c85ee_ec940ef2?us… :
PS8, Line 115: void __weak mainboard_fsp_mainboard_params_init(FSP_M_CONFIG *m_config)
: {
:
: }
> i don't see this function being needed or called, so it can likely be removed. […]
Done
File src/soc/amd/cezanne/chip.h:
https://review.coreboot.org/c/coreboot/+/85749/comment/8c4da447_03e718ab?us… :
PS8, Line 112: bool acp_i2s_use_external_48mhz_osc;
> this and the corresponding change in the cezanne soc code should be done in a separate patch before […]
Done
File src/soc/amd/cezanne/include/soc/gpio.h:
PS8:
> this change should also be split out into a separate patch, so that the mainboard patch doesn't need […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/85749?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ibdb276fc160326c666d5990e34de5327813d9403
Gerrit-Change-Number: 85749
Gerrit-PatchSet: 9
Gerrit-Owner: Anand Vaikar <a.vaikar2021(a)gmail.com>
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: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Ana Carolina Cabral
Gerrit-Attention: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Attention: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Attention: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Attention: Ana Carolina Cabral
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Sat, 04 Jan 2025 05:58:32 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Felix Held <felix-coreboot(a)felixheld.de>
Attention is currently required from: Ana Carolina Cabral, Anand Vaikar, Bao Zheng, Fred Reitberger, Jason Glenesk, Matt DeVillier.
Hello Bao Zheng, Felix Held, Fred Reitberger, Jason Glenesk, Matt DeVillier, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85749?usp=email
to look at the new patch set (#9).
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: mb/amd/crater: Add Crater mainboard support for Renoir/Cezanne SOC
......................................................................
mb/amd/crater: Add Crater mainboard support for Renoir/Cezanne SOC
1) Initial commit for crater mainboard changes for RN/CZ SOC
2) Add the initial DXIO descriptors for crater
3) Add the DDI descriptors for crater
4) GPIO changes for crater mainboard
TEST:Build crater mainboard changes with cezanne SOC
Change-Id: Ibdb276fc160326c666d5990e34de5327813d9403
Signed-off-by: Anand Vaikar <a.vaikar2021(a)gmail.com>
---
A src/mainboard/amd/crater/Kconfig
A src/mainboard/amd/crater/Kconfig.name
A src/mainboard/amd/crater/Makefile.mk
A src/mainboard/amd/crater/board_info.txt
A src/mainboard/amd/crater/board_renoir.fmd
A src/mainboard/amd/crater/bootblock.c
A src/mainboard/amd/crater/chromeos.c
A src/mainboard/amd/crater/chromeos_renoir.fmd
A src/mainboard/amd/crater/devicetree_renoir.cb
A src/mainboard/amd/crater/dsdt.asl
A src/mainboard/amd/crater/early_gpio.c
A src/mainboard/amd/crater/ec.c
A src/mainboard/amd/crater/ec.h
A src/mainboard/amd/crater/gpio.c
A src/mainboard/amd/crater/gpio.h
A src/mainboard/amd/crater/mainboard.c
A src/mainboard/amd/crater/port_descriptors_renoir.c
17 files changed, 909 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/85749/9
--
To view, visit https://review.coreboot.org/c/coreboot/+/85749?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ibdb276fc160326c666d5990e34de5327813d9403
Gerrit-Change-Number: 85749
Gerrit-PatchSet: 9
Gerrit-Owner: Anand Vaikar <a.vaikar2021(a)gmail.com>
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: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Ana Carolina Cabral
Gerrit-Attention: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Attention: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Attention: Anand Vaikar <a.vaikar2021(a)gmail.com>
Gerrit-Attention: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Attention: Ana Carolina Cabral
Attention is currently required from: Christian Walter, Johnny Lin, Jonathan Zhang, Patrick Rudolph, Shuo Liu, Tim Chu, Vasiliy Khoruzhick, yuchi.chen(a)intel.com.
Paul Menzel has posted comments on this change by Patrick Rudolph. ( https://review.coreboot.org/c/coreboot/+/85829?usp=email )
Change subject: soc/intel/xeon_sp: Add fix for DPR silicon bug
......................................................................
Patch Set 3:
(3 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/85829/comment/a6a5ea61_9f5502e8?us… :
PS3, Line 7: Add fix for DPR silicon bug
Fix DPR silicon bug
https://review.coreboot.org/c/coreboot/+/85829/comment/3f99f37a_8ac12fbc?us… :
PS3, Line 20: snowridge
Snow Ridge
https://review.coreboot.org/c/coreboot/+/85829/comment/6cf3cff3_75148f86?us… :
PS3, Line 24:
Have you reported this bug to Intel, and are they going to release an errata?
--
To view, visit https://review.coreboot.org/c/coreboot/+/85829?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ia090013721053ae85001a3e7d47ad2b1ec9a3203
Gerrit-Change-Number: 85829
Gerrit-PatchSet: 3
Gerrit-Owner: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Reviewer: Jonathan Zhang <jon.zhixiong.zhang(a)gmail.com>
Gerrit-Reviewer: Shuo Liu <shuo.liu(a)intel.com>
Gerrit-Reviewer: Tim Chu <Tim.Chu(a)quantatw.com>
Gerrit-Reviewer: Vasiliy Khoruzhick <vasilykh(a)arista.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: yuchi.chen(a)intel.com
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: yuchi.chen(a)intel.com
Gerrit-Attention: Vasiliy Khoruzhick <vasilykh(a)arista.com>
Gerrit-Attention: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Attention: Jonathan Zhang <jon.zhixiong.zhang(a)gmail.com>
Gerrit-Attention: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Attention: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Attention: Shuo Liu <shuo.liu(a)intel.com>
Gerrit-Attention: Tim Chu <Tim.Chu(a)quantatw.com>
Gerrit-Comment-Date: Sat, 04 Jan 2025 04:21:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No