Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86613?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/google/fatcat/var/felino: Add Fn key scancode
......................................................................
mb/google/fatcat/var/felino: Add Fn key scancode
The Fn key on felino emits a scancode of 94 (0x5e).
BUG=b:395822961
TEST=Flash Felino, boot to Linux kernel, and verify that KEY_FN is
generated when pressed using `evtest`.
Change-Id: I297cc3dea577acff6c85804ba1f7e5778fc63736
Signed-off-by: Tongtong Pan <pantongtong(a)huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86613
Reviewed-by: Subrata Banik <subratabanik(a)google.com>
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
---
M src/mainboard/google/fatcat/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Subrata Banik: Looks good to me, approved
build bot (Jenkins): Verified
diff --git a/src/mainboard/google/fatcat/Kconfig b/src/mainboard/google/fatcat/Kconfig
index 13d791a..a425d7e 100644
--- a/src/mainboard/google/fatcat/Kconfig
+++ b/src/mainboard/google/fatcat/Kconfig
@@ -80,6 +80,7 @@
config BOARD_GOOGLE_FELINO
select BOARD_GOOGLE_BASEBOARD_FATCAT
+ select MAINBOARD_HAS_GOOGLE_STRAUSS_KEYBOARD
config BOARD_GOOGLE_FRANCKA
select BOARD_GOOGLE_BASEBOARD_FATCAT
--
To view, visit https://review.coreboot.org/c/coreboot/+/86613?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I297cc3dea577acff6c85804ba1f7e5778fc63736
Gerrit-Change-Number: 86613
Gerrit-PatchSet: 3
Gerrit-Owner: Tongtong Pan <pantongtong(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Jayvik Desai <jayvik(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Pranava Y N <pranavayn(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Weimin Wu <wuweimin(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Dolan Liu <liuyong5(a)huaqin.corp-partner.google.com>
Filip Brozovic has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86680?usp=email )
Change subject: Revert "soc/intel/alderlake: Guard PchPcieClockGating & PchPciePowerGating UPDs"
......................................................................
Revert "soc/intel/alderlake: Guard PchPcieClockGating & PchPciePowerGating UPDs"
This reverts commit 491afc3cc778ba82154f405061922da5024357c5.
Reason for revert: Starting with FSP MR6, the 'PchPcieClockGating' and
'PchPciePowerGating' UPDs are also available on ADL-N.
Change-Id: I0134737cfb956163ea6e722cd0a3f39dffbaa13b
Signed-off-by: Filip Brozovic <fbrozovic(a)gmail.com>
---
M src/soc/intel/alderlake/fsp_params.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/86680/1
diff --git a/src/soc/intel/alderlake/fsp_params.c b/src/soc/intel/alderlake/fsp_params.c
index cbfd223d..d9204b4 100644
--- a/src/soc/intel/alderlake/fsp_params.c
+++ b/src/soc/intel/alderlake/fsp_params.c
@@ -922,7 +922,7 @@
}
s_cfg->PcieComplianceTestMode = CONFIG(SOC_INTEL_COMPLIANCE_TEST_MODE);
-#if CONFIG(FSP_TYPE_IOT) && !CONFIG(SOC_INTEL_ALDERLAKE_PCH_N)
+#if CONFIG(FSP_TYPE_IOT)
/*
* Intel requires that all enabled PCH PCIe ports have a CLK_REQ signal connected.
* The CLK_REQ is used to wake the silicon when link entered L1 link-state. L1
--
To view, visit https://review.coreboot.org/c/coreboot/+/86680?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: I0134737cfb956163ea6e722cd0a3f39dffbaa13b
Gerrit-Change-Number: 86680
Gerrit-PatchSet: 1
Gerrit-Owner: Filip Brozovic <fbrozovic(a)gmail.com>
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/84565?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: mb/dell: Convert E6400 into a variant
......................................................................
mb/dell: Convert E6400 into a variant
In preparation for adding additional GM45/ICH9 based Dell Latitude
laptops, rework the E6400 port to use a variant scheme so that code can
be shared.
Change-Id: I8094fce56eaaadb20aef173644cd3b2c0b008e95
Signed-off-by: Nicholas Chin <nic.c3.14(a)gmail.com>
---
D src/mainboard/dell/e6400/Makefile.mk
R src/mainboard/dell/gm45_latitude/Kconfig
R src/mainboard/dell/gm45_latitude/Kconfig.name
A src/mainboard/dell/gm45_latitude/Makefile.mk
R src/mainboard/dell/gm45_latitude/acpi/ec.asl
R src/mainboard/dell/gm45_latitude/acpi/ich9_pci_irqs.asl
R src/mainboard/dell/gm45_latitude/acpi/superio.asl
R src/mainboard/dell/gm45_latitude/blc.c
R src/mainboard/dell/gm45_latitude/board_info.txt
R src/mainboard/dell/gm45_latitude/bootblock.c
R src/mainboard/dell/gm45_latitude/cmos.default
R src/mainboard/dell/gm45_latitude/cmos.layout
R src/mainboard/dell/gm45_latitude/cstates.c
R src/mainboard/dell/gm45_latitude/devicetree.cb
R src/mainboard/dell/gm45_latitude/dsdt.asl
R src/mainboard/dell/gm45_latitude/mainboard.c
R src/mainboard/dell/gm45_latitude/romstage.c
R src/mainboard/dell/gm45_latitude/variants/e6400/data.vbt
R src/mainboard/dell/gm45_latitude/variants/e6400/gma-mainboard.ads
R src/mainboard/dell/gm45_latitude/variants/e6400/gpio.c
R src/mainboard/dell/gm45_latitude/variants/e6400/hda_verb.c
A src/mainboard/dell/gm45_latitude/variants/e6400/overridetree.cb
22 files changed, 33 insertions(+), 17 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/84565/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/84565?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: I8094fce56eaaadb20aef173644cd3b2c0b008e95
Gerrit-Change-Number: 84565
Gerrit-PatchSet: 3
Gerrit-Owner: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Nicholas Chin has posted comments on this change by Nicholas Chin. ( https://review.coreboot.org/c/coreboot/+/84565?usp=email )
Change subject: mb/dell: Convert E6400 into a variant
......................................................................
Set Ready For Review
--
To view, visit https://review.coreboot.org/c/coreboot/+/84565?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: I8094fce56eaaadb20aef173644cd3b2c0b008e95
Gerrit-Change-Number: 84565
Gerrit-PatchSet: 2
Gerrit-Owner: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sat, 01 Mar 2025 20:47:19 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Attention is currently required from: Shuo Liu.
Nicholas Chin has posted comments on this change by Shuo Liu. ( https://review.coreboot.org/c/coreboot/+/86639?usp=email )
Change subject: cbfstool: Fix the help text
......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/86639/comment/f5f7ffd7_7c6eccb7?us… :
PS1, Line 10: updated
Maybe "corrected"? The use of "updated" gave me the impression that the option was previously changed from mmio to mmap, but when looking for the commit where that happened it seems to have just been a mistake in commit c52ffcede366 ("cbfs: Remove remnants of ext-win-*") which was updating the help text to account for commit 34a7e66faa46 ("util/cbfstool: Add a new mechanism to provide a memory map").
It would also be good to reference 34a7e66faa46 where the mmap option was originally added.
--
To view, visit https://review.coreboot.org/c/coreboot/+/86639?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: I5f8224c8789e642fc68f6ae2242e8e7a7228c8de
Gerrit-Change-Number: 86639
Gerrit-PatchSet: 1
Gerrit-Owner: Shuo Liu <shuo.liu(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Attention: Shuo Liu <shuo.liu(a)intel.com>
Gerrit-Comment-Date: Sat, 01 Mar 2025 20:46:08 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No