Václav Straka has posted comments on this change by Václav Straka. ( https://review.coreboot.org/c/coreboot/+/85847?usp=email )
Change subject: mb/hp/pro_3x00_series: Remove unused ACPI brightness control
......................................................................
Patch Set 2:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/85847/comment/47e885a4_e7ad765e?us… :
PS1, Line 7: Remove unused brightness control
> Maybe: "Remove unused ACPI brightness control" to make it more clear what this patch is actually cha […]
Done
https://review.coreboot.org/c/coreboot/+/85847/comment/7556cee7_af8701b1?us… :
PS1, Line 10: a display
> Maybe: "an integrated display"
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/85847?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: Id39cd18713cc596eb2c92e028dad480fe7de8ef2
Gerrit-Change-Number: 85847
Gerrit-PatchSet: 2
Gerrit-Owner: Václav Straka <venda.straka(a)gmail.com>
Gerrit-Reviewer: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sun, 05 Jan 2025 00:01:37 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nicholas Chin <nic.c3.14(a)gmail.com>
Attention is currently required from: Václav Straka.
Hello Nicholas Chin, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85847?usp=email
to look at the new patch set (#2).
Change subject: mb/hp/pro_3x00_series: Remove unused ACPI brightness control
......................................................................
mb/hp/pro_3x00_series: Remove unused ACPI brightness control
These lines are not needed because this mainboard does not have
an integrated display to control.
Tested on HP Pro 3400 Series.
Change-Id: Id39cd18713cc596eb2c92e028dad480fe7de8ef2
Signed-off-by: Vesek <venda.straka(a)gmail.com>
---
M src/mainboard/hp/pro_3x00_series/dsdt.asl
1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/85847/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85847?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: Id39cd18713cc596eb2c92e028dad480fe7de8ef2
Gerrit-Change-Number: 85847
Gerrit-PatchSet: 2
Gerrit-Owner: Václav Straka <venda.straka(a)gmail.com>
Gerrit-Reviewer: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Václav Straka <venda.straka(a)gmail.com>
Maximilian Brune has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85852?usp=email )
Change subject: mb/emulation/spike-riscv/uart.c: Update UART address
......................................................................
mb/emulation/spike-riscv/uart.c: Update UART address
Spike Simualator commit 191634d2854d implemented a ns16550 serial device
which puts the base address at 0x10000000.
Tested: Start Spike Simulator and see that coreboot prints onto the UART.
Signed-off-by: Maximilian Brune <maximilian.brune(a)9elements.com>
Change-Id: I0e3db9d8b141c733bf609f906018096e3594ce83
---
M src/mainboard/emulation/spike-riscv/uart.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/85852/1
diff --git a/src/mainboard/emulation/spike-riscv/uart.c b/src/mainboard/emulation/spike-riscv/uart.c
index 4ea2466..e93594c 100644
--- a/src/mainboard/emulation/spike-riscv/uart.c
+++ b/src/mainboard/emulation/spike-riscv/uart.c
@@ -5,5 +5,5 @@
uintptr_t uart_platform_base(unsigned int idx)
{
- return (uintptr_t)0x02100000;
+ return (uintptr_t)0x10000000;
}
--
To view, visit https://review.coreboot.org/c/coreboot/+/85852?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: I0e3db9d8b141c733bf609f906018096e3594ce83
Gerrit-Change-Number: 85852
Gerrit-PatchSet: 1
Gerrit-Owner: Maximilian Brune <maximilian.brune(a)9elements.com>
Attention is currently required from: Angel Pons, Nicholas Chin.
Riku Viitanen has posted comments on this change by Riku Viitanen. ( https://review.coreboot.org/c/coreboot/+/85832?usp=email )
Change subject: mb/asus/h61-series: Add P8H67-I DELUXE variant
......................................................................
Patch Set 11:
(2 comments)
File src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/85832/comment/e737b7d4_476b6723?us… :
PS10, Line 34: device ref mei1 on end
> Oh, I guess with the subsystemid entries removed this is now unnecessary as it's the same as the chi […]
Hmm, same with host_bridge, ehci1, ehci2
https://review.coreboot.org/c/coreboot/+/85832/comment/37727e4b_27172690?us… :
PS10, Line 99: device ref smbus on end
> Same here, can be removed.
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/85832?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: I7de37a5cb8bf8d44253fe3418ffc9e07caca9703
Gerrit-Change-Number: 85832
Gerrit-PatchSet: 11
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-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Comment-Date: Sat, 04 Jan 2025 20:53:34 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nicholas Chin <nic.c3.14(a)gmail.com>
Attention is currently required from: Angel Pons, 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/+/85832?usp=email
to look at the new patch set (#11).
Change subject: mb/asus/h61-series: Add P8H67-I DELUXE variant
......................................................................
mb/asus/h61-series: Add P8H67-I DELUXE variant
On vendor firmware, the IFD is read-only and ME completely locked. But
the BIOS region can be internally flashed with coreboot. Super I/O GP15
is connected to HDA_SDO, potentially enabling write access to entire
flash. Simply setting this GPIO, and restarting the board wasn't enough.
Tested:
- i5-2500K
- 8GB or 2x8GB Hynix HMT41GS6BFR8A-RD (@1333MHz)
- 8+4GB Hynix HMT351S6EFR8A-PB (@1333MHz)
- Internal SATA ports
- Realtek Ethernet
- libgfxinit, onboard DVI
- All rear USB and USB3 ports, internal Bluetooth dongle is detected
- SeaBIOS boots to Void Linux and Devuan
- PS/2 keyboard and mouse (only combo port, one at a time)
- PEG slot
- Mini-PCIe WLAN slot
Not tested:
- eSATA
- SPDIF
- LEDs: front panel
Not working:
- Super I/O shows weird temperatures in lm_sensors: CPU -51°C AUX +84°C
- Resuming from S3 when root partition is on an USB 3.0 stick (works
when it's attached to USB 2.0 or SATA).
- DRAM_LED (on vendor firmware, it stays lit if there are DRAM problems)
Change-Id: I7de37a5cb8bf8d44253fe3418ffc9e07caca9703
Signed-off-by: Riku Viitanen <riku.viitanen(a)protonmail.com>
---
M src/mainboard/asus/h61-series/Kconfig
M src/mainboard/asus/h61-series/Kconfig.name
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/board_info.txt
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/cmos.default
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/cmos.layout
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/data.vbt
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/early_init.c
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/gma-mainboard.ads
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/gpio.c
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/hda_verb.c
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/overridetree.cb
11 files changed, 443 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/85832/11
--
To view, visit https://review.coreboot.org/c/coreboot/+/85832?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: I7de37a5cb8bf8d44253fe3418ffc9e07caca9703
Gerrit-Change-Number: 85832
Gerrit-PatchSet: 11
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-Attention: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Attention is currently required from: Angel Pons, Riku Viitanen.
Nicholas Chin has posted comments on this change by Riku Viitanen. ( https://review.coreboot.org/c/coreboot/+/85832?usp=email )
Change subject: mb/asus/h61-series: Add P8H67-I DELUXE variant
......................................................................
Patch Set 10:
(2 comments)
File src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/85832/comment/4c971455_f5d8c8c1?us… :
PS10, Line 34: device ref mei1 on end
Oh, I guess with the subsystemid entries removed this is now unnecessary as it's the same as the chipset devicetree.
https://review.coreboot.org/c/coreboot/+/85832/comment/206c7f99_43371379?us… :
PS10, Line 99: device ref smbus on end
Same here, can be removed.
--
To view, visit https://review.coreboot.org/c/coreboot/+/85832?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: I7de37a5cb8bf8d44253fe3418ffc9e07caca9703
Gerrit-Change-Number: 85832
Gerrit-PatchSet: 10
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-Attention: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Comment-Date: Sat, 04 Jan 2025 20:43:38 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Angel Pons, Nicholas Chin.
Hello Angel Pons, Nicholas Chin, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85832?usp=email
to look at the new patch set (#10).
Change subject: mb/asus/h61-series: Add P8H67-I DELUXE variant
......................................................................
mb/asus/h61-series: Add P8H67-I DELUXE variant
On vendor firmware, the IFD is read-only and ME completely locked. But
the BIOS region can be internally flashed with coreboot. Super I/O GP15
is connected to HDA_SDO, potentially enabling write access to entire
flash. Simply setting this GPIO, and restarting the board wasn't enough.
Tested:
- i5-2500K
- 8GB or 2x8GB Hynix HMT41GS6BFR8A-RD (@1333MHz)
- 8+4GB Hynix HMT351S6EFR8A-PB (@1333MHz)
- Internal SATA ports
- Realtek Ethernet
- libgfxinit, onboard DVI
- All rear USB and USB3 ports, internal Bluetooth dongle is detected
- SeaBIOS boots to Void Linux and Devuan
- PS/2 keyboard and mouse (only combo port, one at a time)
- PEG slot
- Mini-PCIe WLAN slot
Not tested:
- eSATA
- SPDIF
- LEDs: front panel
Not working:
- Super I/O shows weird temperatures in lm_sensors: CPU -51°C AUX +84°C
- Resuming from S3 when root partition is on an USB 3.0 stick (works
when it's attached to USB 2.0 or SATA).
- DRAM_LED (on vendor firmware, it stays lit if there are DRAM problems)
Change-Id: I7de37a5cb8bf8d44253fe3418ffc9e07caca9703
Signed-off-by: Riku Viitanen <riku.viitanen(a)protonmail.com>
---
M src/mainboard/asus/h61-series/Kconfig
M src/mainboard/asus/h61-series/Kconfig.name
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/board_info.txt
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/cmos.default
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/cmos.layout
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/data.vbt
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/early_init.c
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/gma-mainboard.ads
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/gpio.c
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/hda_verb.c
A src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/overridetree.cb
11 files changed, 448 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/85832/10
--
To view, visit https://review.coreboot.org/c/coreboot/+/85832?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: I7de37a5cb8bf8d44253fe3418ffc9e07caca9703
Gerrit-Change-Number: 85832
Gerrit-PatchSet: 10
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-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Nicholas Chin <nic.c3.14(a)gmail.com>
Attention is currently required from: Angel Pons, Nicholas Chin.
Riku Viitanen has posted comments on this change by Riku Viitanen. ( https://review.coreboot.org/c/coreboot/+/85832?usp=email )
Change subject: mb/asus/h61-series: Add P8H67-I DELUXE variant
......................................................................
Patch Set 8:
(6 comments)
File src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/early_init.c:
https://review.coreboot.org/c/coreboot/+/85832/comment/4439c7f3_884f51db?us… :
PS7, Line 8: PCI_DEV(0, 0x1f, 0), 0x82, 0x3f00
> Could be replaced with macros in `sb/intel/bd82x6x/pch.h`: […]
Done
https://review.coreboot.org/c/coreboot/+/85832/comment/866e7018_1e7127af?us… :
PS7, Line 9: PCI_DEV(0, 0x1f, 0), 0x80, 0x0010
> Same here: […]
removed
File src/mainboard/asus/h61-series/variants/p8h67-i_deluxe/overridetree.cb:
PS7:
> Add SPDX header
Done
https://review.coreboot.org/c/coreboot/+/85832/comment/8e4a889a_615c65d2?us… :
PS7, Line 2: register "gpu_dp_b_hotplug" = "4"
: register "gpu_dp_d_hotplug" = "4"
> Move under igd
Done
https://review.coreboot.org/c/coreboot/+/85832/comment/d5871938_b80402c1?us… :
PS7, Line 40: subsystemid 0x1043 0x848d
> It looks like it is possible to use a `subsystemid 0xnnnn 0xnnnn inherit` and then still specify a s […]
Done
https://review.coreboot.org/c/coreboot/+/85832/comment/18576708_be78afe1?us… :
PS7, Line 62: device ref pci_bridge off end
> Defaults to off in chipset devicetree and can be removed from the overridetree
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/85832?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: I7de37a5cb8bf8d44253fe3418ffc9e07caca9703
Gerrit-Change-Number: 85832
Gerrit-PatchSet: 8
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-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Comment-Date: Sat, 04 Jan 2025 19:47:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nicholas Chin <nic.c3.14(a)gmail.com>