Attention is currently required from: Ana Carolina Cabral, Maximilian Brune.
Maximilian Brune has posted comments on this change by Maximilian Brune. ( https://review.coreboot.org/c/coreboot/+/84500?usp=email )
Change subject: mb/amd/birman_plus: Update devicetree
......................................................................
Set Ready For Review
--
To view, visit https://review.coreboot.org/c/coreboot/+/84500?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: I1cc2e4c8f722048b24d84cf782855ae7a8d64c42
Gerrit-Change-Number: 84500
Gerrit-PatchSet: 2
Gerrit-Owner: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: Ana Carolina Cabral
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Attention: Ana Carolina Cabral
Gerrit-Comment-Date: Wed, 22 Jan 2025 12:55:19 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Jarried Lin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86108?usp=email )
Change subject: soc/mediatek/mt8196: Correct the region size for mcufw_reserved
......................................................................
soc/mediatek/mt8196: Correct the region size for mcufw_reserved
Adjust the allocated region size for mcufw_reserved from 52K to 68K.
TEST=Build pass.
BUG=b:390334489
Change-Id: I1c17c1492d5568f4d51ff45e1fb90e067eae5cb1
---
M src/soc/mediatek/mt8196/include/soc/memlayout.ld
1 file changed, 7 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/86108/1
diff --git a/src/soc/mediatek/mt8196/include/soc/memlayout.ld b/src/soc/mediatek/mt8196/include/soc/memlayout.ld
index 74f1543..158ddb8 100644
--- a/src/soc/mediatek/mt8196/include/soc/memlayout.ld
+++ b/src/soc/mediatek/mt8196/include/soc/memlayout.ld
@@ -26,16 +26,16 @@
* MCUPM exchanges data with kernel driver using SRAM 0x00113000 ~
* 0x0011ffff. The address is hardcoded in MCUPM image.
*/
- REGION(mcufw_reserved, 0x00113000, 52K, 4K)
+ REGION(mcufw_reserved, 0x00113000, 68K, 4K)
/* End of regions that need to stay in SRAM. */
/* Regions can be moved to SRAM_L2C. */
- CBFS_MCACHE(0x00120000, 16k)
- VBOOT2_WORK(0x00124000, 12K)
- FMAP_CACHE(0x00127000, 2k)
- TPM_LOG(0x00127800, 2k)
- TIMESTAMP(0x00128000, 1k)
+ CBFS_MCACHE(0x00124000, 16k)
+ VBOOT2_WORK(0x00128000, 12K)
+ FMAP_CACHE(0x0012B000, 2k)
+ TPM_LOG(0x0012B800, 2k)
+ TIMESTAMP(0x0012C000, 1k)
/* End of regions that can also be moved to SRAM_L2C. */
- /* EMPTY(0x00128400, 95K) */
+ /* EMPTY(0x0012C400, 79K) */
SRAM_END(0x00140000)
/*
--
To view, visit https://review.coreboot.org/c/coreboot/+/86108?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I1c17c1492d5568f4d51ff45e1fb90e067eae5cb1
Gerrit-Change-Number: 86108
Gerrit-PatchSet: 1
Gerrit-Owner: Jarried Lin <jarried.lin(a)mediatek.com>
Attention is currently required from: Ana Carolina Cabral, Felix Held, Fred Reitberger, Jason Glenesk, Matt DeVillier.
Maximilian Brune has posted comments on this change by Ana Carolina Cabral. ( https://review.coreboot.org/c/coreboot/+/84917?usp=email )
Change subject: soc/amd/common/spi: Create header for SPI defines
......................................................................
Patch Set 4: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/84917?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: I24de8c05a65c915bd4979d91bd1c2bfa6864b752
Gerrit-Change-Number: 84917
Gerrit-PatchSet: 4
Gerrit-Owner: Ana Carolina Cabral
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: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
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: Wed, 22 Jan 2025 12:39:24 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Hung-Te Lin, Xin Ji, Yidi Lin, Yu-Ping Wu.
Paul Menzel has posted comments on this change by Xin Ji. ( https://review.coreboot.org/c/coreboot/+/86101?usp=email )
Change subject: mb/google/corsola: Increase ANX7625 data trail time
......................................................................
Patch Set 3: Code-Review+1
(5 comments)
Patchset:
PS3:
Thank you for the improved commit message. Some more minor comments.
Commit Message:
https://review.coreboot.org/c/coreboot/+/86101/comment/51860789_11eeb051?us… :
PS3, Line 10: caused
is caused
https://review.coreboot.org/c/coreboot/+/86101/comment/5b93471e_3fab105f?us… :
PS3, Line 10: shorter
too short
https://review.coreboot.org/c/coreboot/+/86101/comment/de76c916_c45bfdb4?us… :
PS3, Line 13: enter
entering
https://review.coreboot.org/c/coreboot/+/86101/comment/d6c485a0_dadc2c1c?us… :
PS3, Line 15:
So why is +9 correct, and not +11 or +8?
--
To view, visit https://review.coreboot.org/c/coreboot/+/86101?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: I677667240c7f3b0e14c6a728931921e32f539c57
Gerrit-Change-Number: 86101
Gerrit-PatchSet: 3
Gerrit-Owner: Xin Ji <xji(a)analogix.corp-partner.google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Xin Ji <xji(a)analogix.corp-partner.google.com>
Gerrit-Attention: Yidi Lin <yidilin(a)google.com>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Comment-Date: Wed, 22 Jan 2025 12:25:05 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Attention is currently required from: Angel Pons, Keith Hui, Riku Viitanen.
Hello Angel Pons, Nicholas Chin, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85772?usp=email
to look at the new patch set (#16).
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: mb/asrock: Add Z77 Extreme4
......................................................................
mb/asrock: Add Z77 Extreme4
New port based on logs extracted from a board running OEM firmware.
VBT extracted from a running system with "intelvbttool --inlegacy".
Internal flashing of the entire chip is possible from vendor firmware
by overriding the Flash Descriptor. Conveniently, the HDA_SDO pin is
connected to one of the unused pins of the PCIE1 slot.
Tested:
- i7-3770K CPU (native raminit)
- 2x8GB: G.skill F3-1600C9-8GAR (@1600MHz)
- 4x8GB: Corsair CMY16GX3M2A2400C (@1333MHz)
- libgfxinit txtmode with onboard HDMI, DVI and VGA
- Gigabit Ethernet
- CPU fan
- PS/2 keyboard or mouse (but not at the same time)
- SeaBIOS 1.16.3 booting to Devuan and Void Linux
- All internal SATA ports
- Rear USB ports
- Line out
- me_cleaner
- PCIE2 (x16/x8), PCIE3 (x8) and PCIE4 (x1) slots
- PCI slots
- Suspend and resume (S3)
- Serial port header COM1 (including coreboot output)
Untested:
- Intel VBIOS
- USB headers
- Other fans
- LED headers
- eSATA, Toslink
- PCIE1 (x1) slot
Change-Id: Idf028c6d411bd501b73a3c526240d0b1d6ecaa0c
Signed-off-by: Riku Viitanen <riku.viitanen(a)protonmail.com>
---
A src/mainboard/asrock/z77_extreme4/Kconfig
A src/mainboard/asrock/z77_extreme4/Kconfig.name
A src/mainboard/asrock/z77_extreme4/Makefile.mk
A src/mainboard/asrock/z77_extreme4/acpi/ec.asl
A src/mainboard/asrock/z77_extreme4/acpi/platform.asl
A src/mainboard/asrock/z77_extreme4/acpi/superio.asl
A src/mainboard/asrock/z77_extreme4/board_info.txt
A src/mainboard/asrock/z77_extreme4/cmos.default
A src/mainboard/asrock/z77_extreme4/cmos.layout
A src/mainboard/asrock/z77_extreme4/data.vbt
A src/mainboard/asrock/z77_extreme4/devicetree.cb
A src/mainboard/asrock/z77_extreme4/dsdt.asl
A src/mainboard/asrock/z77_extreme4/early_init.c
A src/mainboard/asrock/z77_extreme4/gma-mainboard.ads
A src/mainboard/asrock/z77_extreme4/gpio.c
A src/mainboard/asrock/z77_extreme4/hda_verb.c
A src/mainboard/asrock/z77_extreme4/mainboard.c
17 files changed, 619 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/85772/16
--
To view, visit https://review.coreboot.org/c/coreboot/+/85772?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: Idf028c6d411bd501b73a3c526240d0b1d6ecaa0c
Gerrit-Change-Number: 85772
Gerrit-PatchSet: 16
Gerrit-Owner: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Keith Hui <buurin(a)gmail.com>
Gerrit-Attention: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Keith Hui <buurin(a)gmail.com>
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85795?usp=email
to look at the new patch set (#6).
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: mb/asrock/z77_extreme4: Implement voltage settings
......................................................................
mb/asrock/z77_extreme4: Implement voltage settings
This board has two Nuvoton NCT3933U current DAC chips on SMBus,
enabling firmware to adjust several voltage rails. The correct
registers and constants were reverse engineered by adjusting voltages
in vendor firmware and observing what it wrote. DRAM, PCH, VTT, and
CPU PLL voltages are fully documented in devicetree. Of VREFDQ and
VREFCA, only register addresses are known based on the boardview.
DRAM voltage is automatically adjustable by raminit.
TEST=With few XMP and non-XMP modules. Monitored DRAM voltage on
test point VT10 (located near the SLI logo) with a multimeter.
DIMMs tested (matching and also in weird groupings):
- Corsair CMY16GX3M2A2400C
- G.Skill F3-1600C9-8GAR
- Hynix HMT41GU7BFR8C-RD
- Kingston 9905403-440.A00L
- Kingston KHX1600C10D3/8G
- Micron 4JTF12864AZ-1G4D
- Samsung M378B5173DB0-CK0
Change-Id: Ic59c0c74f070c7d8ebd8e9c1760fe0b491c06a51
Signed-off-by: Riku Viitanen <riku.viitanen(a)protonmail.com>
---
M src/mainboard/asrock/z77_extreme4/Kconfig
M src/mainboard/asrock/z77_extreme4/devicetree.cb
2 files changed, 25 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/85795/6
--
To view, visit https://review.coreboot.org/c/coreboot/+/85795?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: Ic59c0c74f070c7d8ebd8e9c1760fe0b491c06a51
Gerrit-Change-Number: 85795
Gerrit-PatchSet: 6
Gerrit-Owner: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Attention is currently required from: Bao Zheng, Felix Held, Fred Reitberger, Jason Glenesk, Matt DeVillier, Zheng Bao.
Hello Felix Held, Fred Reitberger, Jason Glenesk, Matt DeVillier, Zheng Bao, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85647?usp=email
to look at the new patch set (#7).
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: soc/amd: Add A/B recovery support to AMD SOC
......................................................................
soc/amd: Add A/B recovery support to AMD SOC
Copy the settings from Cezanne to glinda & phoenix.
1. Add A/B data address to command line.
2. Enable CBFS verificatin if A/B recovery is enabled.
3. Do not compress the bootblock binary.
Change-Id: Iaa8c4175285c5ceb16972ea57f0c0ca0403d8b84
Signed-off-by: Zheng Bao <fishbaozi(a)gmail.com>
---
M src/soc/amd/glinda/Kconfig
M src/soc/amd/glinda/Makefile.mk
M src/soc/amd/phoenix/Kconfig
M src/soc/amd/phoenix/Makefile.mk
4 files changed, 48 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/85647/7
--
To view, visit https://review.coreboot.org/c/coreboot/+/85647?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: Iaa8c4175285c5ceb16972ea57f0c0ca0403d8b84
Gerrit-Change-Number: 85647
Gerrit-PatchSet: 7
Gerrit-Owner: 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: Zheng Bao
Gerrit-Reviewer: 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: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Attention: Zheng Bao
Gerrit-Attention: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Attention is currently required from: Intel coreboot Reviewers, Jayvik Desai, Kapil Porwal, Pranava Y N.
Hello Intel coreboot Reviewers, Jayvik Desai, Kapil Porwal, Pranava Y N,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/86104?usp=email
to look at the new patch set (#2).
Change subject: soc/intel/pantherlake: Add platform debug option for FSP
......................................................................
soc/intel/pantherlake: Add platform debug option for FSP
Previously, DCI was enabled unconditionally, which could interfere with
the USB data path when connected behind a powered hub and/or servo v4.1
debug connector.
This patch sets DciEn parameter based on the selected platform debug
option. If TraceHub is enabled, DciEn is set to 1. Otherwise, it is
set to 0.
BUG=b:384453901
TEST=Able to boot google/fatcat.
Change-Id: Ie77a4cc8073fdffb1b26f92597c67465e15e21d8
Signed-off-by: Subrata Banik <subratabanik(a)google.com>
---
M src/soc/intel/pantherlake/chip.h
M src/soc/intel/pantherlake/romstage/fsp_params.c
2 files changed, 28 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/86104/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/86104?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: Ie77a4cc8073fdffb1b26f92597c67465e15e21d8
Gerrit-Change-Number: 86104
Gerrit-PatchSet: 2
Gerrit-Owner: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Intel coreboot Reviewers <intel_coreboot_reviewers(a)intel.com>
Gerrit-Reviewer: Jayvik Desai <jayvik(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Pranava Y N <pranavayn(a)google.com>
Gerrit-Attention: Jayvik Desai <jayvik(a)google.com>
Gerrit-Attention: Intel coreboot Reviewers <intel_coreboot_reviewers(a)intel.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Pranava Y N <pranavayn(a)google.com>