Attention is currently required from: Sean Rhodes.
Matt DeVillier has posted comments on this change by Sean Rhodes. ( https://review.coreboot.org/c/coreboot/+/86428?usp=email )
Change subject: mb/starlabs/{byte_adl,starlite_adl}: Enable RTD3 for CNVi
......................................................................
Patch Set 14: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/86428?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: Ib172230f2c9e926870e35f040ce1b80628561863
Gerrit-Change-Number: 86428
Gerrit-PatchSet: 14
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Comment-Date: Tue, 25 Feb 2025 20:33:37 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Sean Rhodes.
Matt DeVillier has posted comments on this change by Sean Rhodes. ( https://review.coreboot.org/c/coreboot/+/86507?usp=email )
Change subject: driver/usb/intel_bluetooth: Add PS0 and PS3 methods
......................................................................
Patch Set 4: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/86507?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: I0e37fc0369b1dc2b166f851daa183b145a09eb32
Gerrit-Change-Number: 86507
Gerrit-PatchSet: 4
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Comment-Date: Tue, 25 Feb 2025 20:33:11 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Angel Pons, Felix Held, Jérémy Compostella, Maximilian Brune, Patrick Rudolph, Paul Menzel.
Naresh Solanki has posted comments on this change by Naresh Solanki. ( https://review.coreboot.org/c/coreboot/+/85640?usp=email )
Change subject: soc/amd/glinda/cpu: Implement soc_fill_cpu_cache_info helper
......................................................................
Patch Set 5:
(1 comment)
File src/soc/amd/glinda/cpu.c:
https://review.coreboot.org/c/coreboot/+/85640/comment/e4184592_4d6f423a?us… :
PS4, Line 41: __fls(info->num_cores_shared-1);
> What Max suggests is using `log2()` since that's what the spec says. […]
info->num_cores_shared will be minimal 1. Check line 35
--
To view, visit https://review.coreboot.org/c/coreboot/+/85640?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: I46947e8ac62c903036a81642e03201e353c3dac6
Gerrit-Change-Number: 85640
Gerrit-PatchSet: 5
Gerrit-Owner: Naresh Solanki <naresh.solanki(a)9elements.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-CC: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-CC: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-CC: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Attention: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Tue, 25 Feb 2025 20:28:46 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Comment-In-Reply-To: Maximilian Brune <maximilian.brune(a)9elements.com>
Comment-In-Reply-To: Naresh Solanki <naresh.solanki(a)9elements.com>
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/86484?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: mb/asus: Add SABERTOOTH P67
......................................................................
mb/asus: Add SABERTOOTH P67
New board port based on autoport.
One of the PCIe ports is muxed between the slot and USB 3.0 front
panel header. CMOS option is implemented to select which one to
connect. It defaults to autodetect, which selects the slot if a
card is present (presence detect pin is wired to a GPIO but it is
ignored by vendor firmware, which only has the manual toggle).
There is an additional ASUS specific coprocessor on board: a KB3720QF
"TPU" which has an external 64KiB SPI flash near it for its firmware.
On vendor firmware, it facilitates automatic overclocking and
presumably some power/voltage management features, but it seems like
we don't need to do anything with it at least to just boot to coreboot.
It is connected to LPC and SMBus among other things.
Tested:
- Native raminit, i5-2500K
- SeaBIOS 1.16.3 booting to Void Linux (6.12.16)
- dGPU graphics
- All PCIe slots
- PCI slot
- PCIEX1_2 / USB3_34 muxing
- All SATA ports work in SeaBIOS
- All rear USB ports
- Ethernet
- Serial
- S3 resume
- PS/2 keyboard OR mouse (splitter cables cant't work)
- Rear line out jack
- me_cleaner
Untested:
- eSATA
- All USB headers
- Firewire (just confirmed the controller shows in lspci)
- CPU_LED (gpio48)
Not working:
- MemOK button (connected to TPU)
- DRAM_LED (gpio39: on vendor FW it stays lit if there's RAM problems)
- VGA_LED (gpio38: same but VGA)
- BOOT_DEVICE_LED (gpio22)
Change-Id: If643a9ceb944ba2a2c552202b56829b0a0c87925
Signed-off-by: Riku Viitanen <riku.viitanen(a)protonmail.com>
---
A src/mainboard/asus/sabertooth_p67/Kconfig
A src/mainboard/asus/sabertooth_p67/Kconfig.name
A src/mainboard/asus/sabertooth_p67/Makefile.mk
A src/mainboard/asus/sabertooth_p67/acpi/ec.asl
A src/mainboard/asus/sabertooth_p67/acpi/platform.asl
A src/mainboard/asus/sabertooth_p67/acpi/superio.asl
A src/mainboard/asus/sabertooth_p67/board_info.txt
A src/mainboard/asus/sabertooth_p67/cmos.default
A src/mainboard/asus/sabertooth_p67/cmos.layout
A src/mainboard/asus/sabertooth_p67/devicetree.cb
A src/mainboard/asus/sabertooth_p67/dsdt.asl
A src/mainboard/asus/sabertooth_p67/early_init.c
A src/mainboard/asus/sabertooth_p67/gpio.c
A src/mainboard/asus/sabertooth_p67/hda_verb.c
A src/mainboard/asus/sabertooth_p67/mainboard.c
15 files changed, 576 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/86484/7
--
To view, visit https://review.coreboot.org/c/coreboot/+/86484?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: If643a9ceb944ba2a2c552202b56829b0a0c87925
Gerrit-Change-Number: 86484
Gerrit-PatchSet: 7
Gerrit-Owner: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/86484?usp=email
to look at the new patch set (#6).
Change subject: mb/asus: Add SABERTOOTH P67
......................................................................
mb/asus: Add SABERTOOTH P67
New board port based on autoport.
One of the PCIe ports is muxed between the slot and USB 3.0 front
panel header. CMOS option is implemented to select which one to
connect. It defaults to autodetect, which selects the slot if a
card is present (presence detect pin is wired to a GPIO but it is
ignored by vendor firmware, which only has the manual toggle).
There is an additional ASUS specific coprocessor on board: a KB3720QF
"TPU" which has an external 64KiB SPI flash near it for its firmware.
On vendor firmware, it facilitates automatic overclocking and
presumably some power/voltage management features, but it seems like
we don't need to do anything with it at least to just boot to coreboot.
It is connected to LPC and SMBus among other things.
Tested:
- Native raminit, i5-2500K
- SeaBIOS 1.16.3 booting to Void Linux (6.12.16)
- dGPU graphics
- All PCIe slots
- PCI slot
- PCIEX1_2 / USB3_34 muxing
- All SATA ports work in SeaBIOS
- All rear USB ports
- Ethernet
- Serial
- S3 resume
- PS/2 keyboard OR mouse (splitter cables cant't work)
- Rear line out jack
- me_cleaner
Untested:
- eSATA
- All USB headers
- Firewire (just confirmed the controller shows in lspci)
- CPU_LED (gpio48)
Not working:
- MemOK button (connected to TPU)
- DRAM_LED (gpio39: on vendor FW it stays lit if there's RAM problems)
- VGA_LED (gpio38: same but VGA)
- BOOT_DEVICE_LED (gpio22)
Change-Id: If643a9ceb944ba2a2c552202b56829b0a0c87925
Signed-off-by: Riku Viitanen <riku.viitanen(a)protonmail.com>
---
A src/mainboard/asus/sabertooth_p67/Kconfig
A src/mainboard/asus/sabertooth_p67/Kconfig.name
A src/mainboard/asus/sabertooth_p67/Makefile.mk
A src/mainboard/asus/sabertooth_p67/acpi/ec.asl
A src/mainboard/asus/sabertooth_p67/acpi/platform.asl
A src/mainboard/asus/sabertooth_p67/acpi/superio.asl
A src/mainboard/asus/sabertooth_p67/board_info.txt
A src/mainboard/asus/sabertooth_p67/cmos.default
A src/mainboard/asus/sabertooth_p67/cmos.layout
A src/mainboard/asus/sabertooth_p67/devicetree.cb
A src/mainboard/asus/sabertooth_p67/dsdt.asl
A src/mainboard/asus/sabertooth_p67/early_init.c
A src/mainboard/asus/sabertooth_p67/gpio.c
A src/mainboard/asus/sabertooth_p67/hda_verb.c
A src/mainboard/asus/sabertooth_p67/mainboard.c
15 files changed, 576 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/86484/6
--
To view, visit https://review.coreboot.org/c/coreboot/+/86484?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: If643a9ceb944ba2a2c552202b56829b0a0c87925
Gerrit-Change-Number: 86484
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: Patrick Rudolph.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/86601?usp=email
to look at the new patch set (#2).
Change subject: mb/emulation/qemu-x86: Disable SB SSDT
......................................................................
mb/emulation/qemu-x86: Disable SB SSDT
On QEMU the DSDT contains the _PRT, thus disable the southbridge
SSDT generator to prevent an ACPI naming conflict.
Change-Id: I894980dc7094f6047a088c39e10cac7381b74f86
Signed-off-by: Patrick Rudolph <patrick.rudolph(a)9elements.com>
---
M src/mainboard/emulation/qemu-i440fx/mainboard.c
M src/mainboard/emulation/qemu-q35/mainboard.c
2 files changed, 10 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/86601/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/86601?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: I894980dc7094f6047a088c39e10cac7381b74f86
Gerrit-Change-Number: 86601
Gerrit-PatchSet: 2
Gerrit-Owner: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Aamir Bohra has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86600?usp=email )
Change subject: mb/google/dedede: Add support to get sku ID
......................................................................
mb/google/dedede: Add support to get sku ID
Implement SKU ID function. This will be used for sending the
SKU ID information via coreboot tables.
BUG=b:396366352
TEST=Verify coreboot table has valid SKU ID entry
Change-Id: I1a928272db7d82747132c9c2c241ebcd1b5ed559
Signed-off-by: Aamir Bohra <aamirbohra(a)google.com>
---
M src/mainboard/google/dedede/board_info.c
1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/86600/1
diff --git a/src/mainboard/google/dedede/board_info.c b/src/mainboard/google/dedede/board_info.c
index 22d35d7..6e4074b 100644
--- a/src/mainboard/google/dedede/board_info.c
+++ b/src/mainboard/google/dedede/board_info.c
@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
+#include <boardid.h>
#include <baseboard/variants.h>
#include <ec/google/chromeec/ec.h>
@@ -7,3 +8,8 @@
{
return google_chromeec_cbi_get_fw_config(fw_config);
}
+
+uint32_t sku_id(void)
+{
+ return google_chromeec_get_board_sku();
+}
--
To view, visit https://review.coreboot.org/c/coreboot/+/86600?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: I1a928272db7d82747132c9c2c241ebcd1b5ed559
Gerrit-Change-Number: 86600
Gerrit-PatchSet: 1
Gerrit-Owner: Aamir Bohra <aamirbohra(a)google.com>