Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/79625?usp=email )
(
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
)Change subject: mb/hp/snb_ivb_laptops: Add VBT for Elitebook 8460p
......................................................................
mb/hp/snb_ivb_laptops: Add VBT for Elitebook 8460p
Extracted from a system running OEM BIOS version F.42.
intelvbttool --inlegacy --outvbt data.vbt
Change-Id: I6e499eb7ff8edb6556f8211d2fb8246cba5f5276
Signed-off-by: Riku Viitanen <riku.viitanen(a)protonmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79625
Reviewed-by: Arthur Heymans <arthur(a)aheymans.xyz>
Reviewed-by: Paul Menzel <paulepanter(a)mailbox.org>
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
---
M src/mainboard/hp/snb_ivb_laptops/Kconfig
A src/mainboard/hp/snb_ivb_laptops/variants/8460p/data.vbt
2 files changed, 1 insertion(+), 0 deletions(-)
Approvals:
Paul Menzel: Looks good to me, but someone else must approve
Arthur Heymans: Looks good to me, approved
build bot (Jenkins): Verified
diff --git a/src/mainboard/hp/snb_ivb_laptops/Kconfig b/src/mainboard/hp/snb_ivb_laptops/Kconfig
index 2ef8956..f0bd55f 100644
--- a/src/mainboard/hp/snb_ivb_laptops/Kconfig
+++ b/src/mainboard/hp/snb_ivb_laptops/Kconfig
@@ -54,6 +54,7 @@
select BOARD_HP_SNB_IVB_LAPTOPS_COMMON
select BOARD_ROMSIZE_KB_8192
select GFX_GMA_PANEL_1_ON_LVDS
+ select INTEL_GMA_HAVE_VBT
select INTEL_INT15
select MAINBOARD_HAS_LIBGFXINIT
select SOUTHBRIDGE_INTEL_BD82X6X
diff --git a/src/mainboard/hp/snb_ivb_laptops/variants/8460p/data.vbt b/src/mainboard/hp/snb_ivb_laptops/variants/8460p/data.vbt
new file mode 100644
index 0000000..61d6949
--- /dev/null
+++ b/src/mainboard/hp/snb_ivb_laptops/variants/8460p/data.vbt
Binary files differ
--
To view, visit https://review.coreboot.org/c/coreboot/+/79625?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I6e499eb7ff8edb6556f8211d2fb8246cba5f5276
Gerrit-Change-Number: 79625
Gerrit-PatchSet: 3
Gerrit-Owner: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: merged
Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/79743?usp=email )
Change subject: .gitreview: Update default branch from master to main
......................................................................
.gitreview: Update default branch from master to main
The master is deprecated in favor of the main.
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
Change-Id: I58001819079bc880e8cde1c3a6756ff6c8a1c016
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79743
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Reviewed-by: Paul Menzel <paulepanter(a)mailbox.org>
---
M .gitreview
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Paul Menzel: Looks good to me, but someone else must approve
Felix Singer: Looks good to me, approved
build bot (Jenkins): Verified
diff --git a/.gitreview b/.gitreview
index 20191c7..5d4fcd8 100644
--- a/.gitreview
+++ b/.gitreview
@@ -2,4 +2,4 @@
host=review.coreboot.org
port=29418
project=coreboot
-defaultbranch=master
+defaultbranch=main
--
To view, visit https://review.coreboot.org/c/coreboot/+/79743?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I58001819079bc880e8cde1c3a6756ff6c8a1c016
Gerrit-Change-Number: 79743
Gerrit-PatchSet: 3
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: merged
Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/79725?usp=email )
Change subject: sb/intel/bd82x6x: Honor POST code Kconfig option
......................................................................
sb/intel/bd82x6x: Honor POST code Kconfig option
This southbridge can route POST codes written to port 0x80 to either
LPC or PCI, but currently always route them to LPC. Change it so that
POST codes are routed to PCI if CONFIG(POST_DEVICE_PCI_PCIE) is
selected, LPC otherwise.
Rename the static function because POST codes no longer always go to
LPC.
Change-Id: I455d7aff27154d6821e262a21248e8c7306e2d61
Signed-off-by: Keith Hui <buurin(a)gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79725
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Reviewed-by: Nico Huber <nico.h(a)gmx.de>
---
M src/southbridge/intel/bd82x6x/bootblock.c
1 file changed, 7 insertions(+), 4 deletions(-)
Approvals:
Nico Huber: Looks good to me, but someone else must approve
Felix Singer: Looks good to me, approved
build bot (Jenkins): Verified
diff --git a/src/southbridge/intel/bd82x6x/bootblock.c b/src/southbridge/intel/bd82x6x/bootblock.c
index a3228e7..3260021 100644
--- a/src/southbridge/intel/bd82x6x/bootblock.c
+++ b/src/southbridge/intel/bd82x6x/bootblock.c
@@ -5,10 +5,13 @@
#include <southbridge/intel/common/early_spi.h>
#include "pch.h"
-static void enable_port80_on_lpc(void)
+static void setup_port80(void)
{
- /* Enable port 80 POST on LPC */
- RCBA32(GCS) &= (~0x04);
+ /* Enable port 80 POST */
+ if (CONFIG(POST_DEVICE_PCI_PCIE))
+ RCBA32(GCS) |= 0x04; /* ... on PCI(e) */
+ else
+ RCBA32(GCS) &= (~0x04); /* ... on LPC */
}
static void set_spi_speed(void)
@@ -37,7 +40,7 @@
early_pch_init();
- enable_port80_on_lpc();
+ setup_port80();
set_spi_speed();
/* Enable upper 128bytes of CMOS */
--
To view, visit https://review.coreboot.org/c/coreboot/+/79725?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I455d7aff27154d6821e262a21248e8c7306e2d61
Gerrit-Change-Number: 79725
Gerrit-PatchSet: 2
Gerrit-Owner: Keith Hui <buurin(a)gmail.com>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: merged
Attention is currently required from: Kun Liu.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79683?usp=email )
Change subject: mb/google/rex/var/screebo: Update DTT settings for thermal control
......................................................................
Patch Set 3:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/79683/comment/410d9efa_cc4216e8 :
PS3, Line 7: Update DTT settings for thermal control
Please be more specific next time.
https://review.coreboot.org/c/coreboot/+/79683/comment/14d62496_2a4ff6a9 :
PS3, Line 9: update DTT settings for thermal control,the values before
: Sensor1 and Sensor2 were set too high. Modify the protection
: temperature to better meet DUT requirements.
Please use 72 characters per line, and add a space after a comma.
--
To view, visit https://review.coreboot.org/c/coreboot/+/79683?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I8abc866c0d05a2437c34198e6b8fb4a58c1cb829
Gerrit-Change-Number: 79683
Gerrit-PatchSet: 3
Gerrit-Owner: Kun Liu <liukun11(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Reviewer: Eran Mitrani <mitrani(a)google.com>
Gerrit-Reviewer: Jakub Czapiga <czapiga(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Rui Zhou <zhourui(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tarun <tstuli(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Kun Liu <liukun11(a)huaqin.corp-partner.google.com>
Gerrit-Comment-Date: Sat, 23 Dec 2023 13:42:05 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Paul Menzel.
Riku Viitanen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79625?usp=email )
Change subject: mb/hp/snb_ivb_laptops: Add VBT for Elitebook 8460p
......................................................................
Patch Set 2:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/79625/comment/99d7ba15_b8345e1b :
PS1, Line 9: OEM BIOS
> Please add the version.
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/79625?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I6e499eb7ff8edb6556f8211d2fb8246cba5f5276
Gerrit-Change-Number: 79625
Gerrit-PatchSet: 2
Gerrit-Owner: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Comment-Date: Sat, 23 Dec 2023 10:53:46 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: comment