Attention is currently required from: Angel Pons.
Václav Straka has posted comments on this change by Václav Straka. ( https://review.coreboot.org/c/coreboot/+/85825?usp=email )
Change subject: mb/hp: Add Pro 3400
......................................................................
Patch Set 7:
(1 comment)
File src/mainboard/hp/pro_3x00_series/dsdt.asl:
https://review.coreboot.org/c/coreboot/+/85825/comment/6a37fa8e_351984af?us… :
PS1, Line 26: #include <drivers/intel/gma/acpi/default_brightness_levels.asl>
> For a follow-up: this doesn't make sense on a desktop and can be removed.
True, left that in from the original not even thinking about removing it.
Follow-up here: CB:85847.
--
To view, visit https://review.coreboot.org/c/coreboot/+/85825?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: I833996f6eddcaac91fb0ad0cd95fcc2a99447387
Gerrit-Change-Number: 85825
Gerrit-PatchSet: 7
Gerrit-Owner: Václav Straka <venda.straka(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Comment-Date: Sat, 04 Jan 2025 01:36:35 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Václav Straka has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85847?usp=email )
Change subject: mb/hp/pro_3x00_series: Remove unused brightness control
......................................................................
mb/hp/pro_3x00_series: Remove unused brightness control
These lines are not needed because this mainboard does not have
a 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/1
diff --git a/src/mainboard/hp/pro_3x00_series/dsdt.asl b/src/mainboard/hp/pro_3x00_series/dsdt.asl
index cee4939..9b86d2a 100644
--- a/src/mainboard/hp/pro_3x00_series/dsdt.asl
+++ b/src/mainboard/hp/pro_3x00_series/dsdt.asl
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#define BRIGHTNESS_UP \_SB.PCI0.GFX0.INCB
-#define BRIGHTNESS_DOWN \_SB.PCI0.GFX0.DECB
#include <acpi/acpi.h>
DefinitionBlock(
@@ -23,7 +21,6 @@
Device (\_SB.PCI0)
{
#include <northbridge/intel/sandybridge/acpi/sandybridge.asl>
- #include <drivers/intel/gma/acpi/default_brightness_levels.asl>
#include <southbridge/intel/bd82x6x/acpi/pch.asl>
}
}
--
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: newchange
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Id39cd18713cc596eb2c92e028dad480fe7de8ef2
Gerrit-Change-Number: 85847
Gerrit-PatchSet: 1
Gerrit-Owner: Václav Straka <venda.straka(a)gmail.com>
Attention is currently required from: Angel Pons.
Václav Straka has posted comments on this change by Václav Straka. ( https://review.coreboot.org/c/coreboot/+/85825?usp=email )
Change subject: mb/hp: Add Pro 3400
......................................................................
Patch Set 7:
(1 comment)
File Documentation/mainboard/hp/pro_3x00_series.md:
PS1:
> If possible, yes
Done. I'll create a follow up right now.
--
To view, visit https://review.coreboot.org/c/coreboot/+/85825?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: I833996f6eddcaac91fb0ad0cd95fcc2a99447387
Gerrit-Change-Number: 85825
Gerrit-PatchSet: 7
Gerrit-Owner: Václav Straka <venda.straka(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Comment-Date: Sat, 04 Jan 2025 00:49:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Václav Straka <venda.straka(a)gmail.com>
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Attention is currently required from: Václav Straka.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85825?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/hp: Add Pro 3400
......................................................................
mb/hp: Add Pro 3400
Based on autoport and HP Pro 3500.
As part of this change renamed 3500 to 3x00 and added this as
it's variant.
It's an almost identical board to the 3500 but has a smaller flash.
Other differences between boards were identified by autoport.
They may or may not important but were included anyway.
Tested on HP Pro 3400, behaves exactly as 3500 described in the docs.
Changes were not significant enough to require retesting on 3500.
Change-Id: I833996f6eddcaac91fb0ad0cd95fcc2a99447387
Signed-off-by: Vesek <venda.straka(a)gmail.com>
---
M Documentation/mainboard/hp/pro_3500_series.md
M Documentation/mainboard/index.md
D src/mainboard/hp/pro_3500_series/Kconfig
A src/mainboard/hp/pro_3x00_series/Kconfig
R src/mainboard/hp/pro_3x00_series/Kconfig.name
R src/mainboard/hp/pro_3x00_series/Makefile.mk
R src/mainboard/hp/pro_3x00_series/acpi/ec.asl
R src/mainboard/hp/pro_3x00_series/acpi/platform.asl
R src/mainboard/hp/pro_3x00_series/acpi/superio.asl
R src/mainboard/hp/pro_3x00_series/acpi_tables.c
A src/mainboard/hp/pro_3x00_series/board_info.txt
A src/mainboard/hp/pro_3x00_series/cmos.default
A src/mainboard/hp/pro_3x00_series/cmos.layout
R src/mainboard/hp/pro_3x00_series/common_defines.h
R src/mainboard/hp/pro_3x00_series/devicetree.cb
R src/mainboard/hp/pro_3x00_series/dsdt.asl
R src/mainboard/hp/pro_3x00_series/early_init.c
R src/mainboard/hp/pro_3x00_series/gma-mainboard.ads
R src/mainboard/hp/pro_3x00_series/hda_verb.c
R src/mainboard/hp/pro_3x00_series/led.c
R src/mainboard/hp/pro_3x00_series/led.h
R src/mainboard/hp/pro_3x00_series/mainboard.c
R src/mainboard/hp/pro_3x00_series/smihandler.c
C src/mainboard/hp/pro_3x00_series/variants/pro_3400_series/board_info.txt
A src/mainboard/hp/pro_3x00_series/variants/pro_3400_series/data.vbt
A src/mainboard/hp/pro_3x00_series/variants/pro_3400_series/gpio.c
A src/mainboard/hp/pro_3x00_series/variants/pro_3400_series/overridetree.cb
R src/mainboard/hp/pro_3x00_series/variants/pro_3500_series/board_info.txt
R src/mainboard/hp/pro_3x00_series/variants/pro_3500_series/data.vbt
R src/mainboard/hp/pro_3x00_series/variants/pro_3500_series/gpio.c
A src/mainboard/hp/pro_3x00_series/variants/pro_3500_series/overridetree.cb
31 files changed, 431 insertions(+), 96 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/85825/7
--
To view, visit https://review.coreboot.org/c/coreboot/+/85825?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: I833996f6eddcaac91fb0ad0cd95fcc2a99447387
Gerrit-Change-Number: 85825
Gerrit-PatchSet: 7
Gerrit-Owner: Václav Straka <venda.straka(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Václav Straka <venda.straka(a)gmail.com>
Attention is currently required from: Václav Straka.
Angel Pons has posted comments on this change by Václav Straka. ( https://review.coreboot.org/c/coreboot/+/85825?usp=email )
Change subject: mb/hp: Add Pro 3400
......................................................................
Patch Set 6:
(1 comment)
File Documentation/mainboard/hp/pro_3x00_series.md:
PS1:
> Yes, that would be possible. Do you still want this? I am not sure since it's marked as resolved.
If possible, yes
--
To view, visit https://review.coreboot.org/c/coreboot/+/85825?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: I833996f6eddcaac91fb0ad0cd95fcc2a99447387
Gerrit-Change-Number: 85825
Gerrit-PatchSet: 6
Gerrit-Owner: Václav Straka <venda.straka(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Václav Straka <venda.straka(a)gmail.com>
Gerrit-Comment-Date: Sat, 04 Jan 2025 00:36:37 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Václav Straka <venda.straka(a)gmail.com>
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Attention is currently required from: Angel Pons.
Václav Straka has posted comments on this change by Václav Straka. ( https://review.coreboot.org/c/coreboot/+/85825?usp=email )
Change subject: mb/hp: Add Pro 3400
......................................................................
Patch Set 6:
(1 comment)
File Documentation/mainboard/hp/pro_3x00_series.md:
PS1:
> It's really annoying that Gerrit doesn't show this file as being renamed. […]
Yes, that would be possible. Do you still want this? I am not sure since it's marked as resolved.
--
To view, visit https://review.coreboot.org/c/coreboot/+/85825?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: I833996f6eddcaac91fb0ad0cd95fcc2a99447387
Gerrit-Change-Number: 85825
Gerrit-PatchSet: 6
Gerrit-Owner: Václav Straka <venda.straka(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Comment-Date: Fri, 03 Jan 2025 22:48:08 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Attention is currently required from: Ana Carolina Cabral, Fred Reitberger, Jason Glenesk, Matt DeVillier, Paul Menzel.
Felix Held has posted comments on this change by Ana Carolina Cabral. ( https://review.coreboot.org/c/coreboot/+/84918?usp=email )
Change subject: soc/amd/common/acpi: Add SPI flash controller
......................................................................
Patch Set 5:
(1 comment)
File src/soc/amd/common/acpi/spi.asl:
https://review.coreboot.org/c/coreboot/+/84918/comment/5c5c9c47_ce8ddb7c?us… :
PS5, Line 21: ASCE
different values get written to this field from the ASSC method when the driver acquires the bus vs when it releases the bus resulting in different spi chip select pins being used; since the spi flash will always use the same chip select pin, this likely breaks functionality in some case; not sure though which exact case
--
To view, visit https://review.coreboot.org/c/coreboot/+/84918?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: I0f2c1e3351671ad47fbe5c890e4f99d2e19dbfbf
Gerrit-Change-Number: 84918
Gerrit-PatchSet: 5
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: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Attention: Ana Carolina Cabral
Gerrit-Comment-Date: Fri, 03 Jan 2025 21:40:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No