Lance Zhao has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/49048 )
Change subject: soc/intel/{icl,tgl,jsl,ehl}: add LPIT support
......................................................................
Patch Set 5: Code-Review+1
I didn't check JSL and EHL, but 0x193C is right on all other silicon
--
To view, visit https://review.coreboot.org/c/coreboot/+/49048
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id1abbe8dcb7796eeb26ccb72f1f26cf7a040dba4
Gerrit-Change-Number: 49048
Gerrit-PatchSet: 5
Gerrit-Owner: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Justin TerAvest <teravest(a)chromium.org>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Lance Zhao
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Shaunak Saha <shaunak.saha(a)intel.corp-partner.google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 04 Jan 2021 03:45:26 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Lance Zhao has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/49044 )
Change subject: cpu/intel: add PC10 residency counter MSR
......................................................................
Patch Set 2: Code-Review+2
The PC10 residency MSR is not generic,it will not apply for generation before glodmont, and start from 4th gene in core. Also not supported yet in xeon yet. But the implemented here seems okay.
--
To view, visit https://review.coreboot.org/c/coreboot/+/49044
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia6f74861502d4a9f872b2bbbab2e5f1925a14c4d
Gerrit-Change-Number: 49044
Gerrit-PatchSet: 2
Gerrit-Owner: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Justin TerAvest <teravest(a)chromium.org>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Lance Zhao
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Shaunak Saha <shaunak.saha(a)intel.corp-partner.google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 04 Jan 2021 03:38:19 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48979 )
Change subject: mb/google/hatch: set Tianocore boot timeout to 5s for PUFF-based boards
......................................................................
mb/google/hatch: set Tianocore boot timeout to 5s for PUFF-based boards
PUFF-based Chromeboxes need more than the 2s default in order to init
an external display and show the boot splash/menu prompt.
Test: build/boot WYVERN variant, ensure boot splash/menu prompt visible
regardless of display init type used.
Change-Id: Ie6d2151d28058501498a4c501bb221919b4e1b39
Signed-off-by: Matt DeVillier <matt.devillier(a)gmail.com>
---
M src/mainboard/google/hatch/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/48979/1
diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig
index a4e91b6..548a8a6 100644
--- a/src/mainboard/google/hatch/Kconfig
+++ b/src/mainboard/google/hatch/Kconfig
@@ -188,4 +188,8 @@
config USE_PM_ACPI_TIMER
default n
+config TIANOCORE_BOOT_TIMEOUT
+ int
+ default 5 if BOARD_GOOGLE_BASEBOARD_PUFF
+
endif # BOARD_GOOGLE_HATCH_COMMON
--
To view, visit https://review.coreboot.org/c/coreboot/+/48979
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie6d2151d28058501498a4c501bb221919b4e1b39
Gerrit-Change-Number: 48979
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-MessageType: newchange
Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48978 )
Change subject: mb/google/{beltino,fizz,jecht}: Set Tianocore boot timeout to 5s
......................................................................
mb/google/{beltino,fizz,jecht}: Set Tianocore boot timeout to 5s
These Chromeboxes need more than the 2s default in order to init
an external display and show the boot splash/menu prompt.
Test: build/boot one of each variant, ensure boot splash/menu
prompt visible regardless of display init type used.
Change-Id: Ib90136b7e564451aff638af4d42abd97e42b3c19
Signed-off-by: Matt DeVillier <matt.devillier(a)gmail.com>
---
M src/mainboard/google/beltino/Kconfig
M src/mainboard/google/fizz/Kconfig
M src/mainboard/google/jecht/Kconfig
3 files changed, 12 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/48978/1
diff --git a/src/mainboard/google/beltino/Kconfig b/src/mainboard/google/beltino/Kconfig
index cbf9dc4..9cd71a8 100644
--- a/src/mainboard/google/beltino/Kconfig
+++ b/src/mainboard/google/beltino/Kconfig
@@ -62,4 +62,8 @@
config PCIEXP_AER
def_bool n
+config TIANOCORE_BOOT_TIMEOUT
+ int
+ default 5
+
endif # BOARD_GOOGLE_BASEBOARD_BELTINO
diff --git a/src/mainboard/google/fizz/Kconfig b/src/mainboard/google/fizz/Kconfig
index e09f853..548f2eb 100644
--- a/src/mainboard/google/fizz/Kconfig
+++ b/src/mainboard/google/fizz/Kconfig
@@ -99,4 +99,8 @@
config USE_PM_ACPI_TIMER
default n
+config TIANOCORE_BOOT_TIMEOUT
+ int
+ default 5
+
endif # BOARD_GOOGLE_BASEBOARD_FIZZ
diff --git a/src/mainboard/google/jecht/Kconfig b/src/mainboard/google/jecht/Kconfig
index 4851bd7..5955565 100644
--- a/src/mainboard/google/jecht/Kconfig
+++ b/src/mainboard/google/jecht/Kconfig
@@ -59,4 +59,8 @@
config PCIEXP_AER
def_bool n
+config TIANOCORE_BOOT_TIMEOUT
+ int
+ default 5
+
endif
--
To view, visit https://review.coreboot.org/c/coreboot/+/48978
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib90136b7e564451aff638af4d42abd97e42b3c19
Gerrit-Change-Number: 48978
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-MessageType: newchange
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/49025 )
Change subject: mb/clevo/cml-u: Rework Kconfig
......................................................................
Patch Set 3:
(3 comments)
https://review.coreboot.org/c/coreboot/+/49025/3/src/mainboard/clevo/cml-u/…
File src/mainboard/clevo/cml-u/Kconfig:
https://review.coreboot.org/c/coreboot/+/49025/3/src/mainboard/clevo/cml-u/…
PS3, Line 13: select HAVE_SPD_IN_CBFS
> are there cml-u boards without soldered ram?
yes, n141cu for example.
https://review.coreboot.org/c/coreboot/+/49025/3/src/mainboard/clevo/cml-u/…
PS3, Line 21: _OPTIONS
> nit: I don't think we really need that suffix
we do, since it is already declared in Kconfig.name
https://review.coreboot.org/c/coreboot/+/49025/3/src/mainboard/clevo/cml-u/…
PS3, Line 21: onfig BOARD_CLEVO_L140CU_OPTIONS
: bool
: select BOARD_CLEVO_CMLU_COMMON
: select EC_SYSTEM76_EC
: select HAVE_SPD_IN_CBFS
> just an idea: we could have a separate Kconfig for each variant in variants/<variant>/Kconfig where […]
I thought about that, but IMO the amount of config options is too small compared to the complexity this would add. It's not worth it. So I would like to leave it just here. It's not that this file is about to explode ;)
--
To view, visit https://review.coreboot.org/c/coreboot/+/49025
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1f5b6f535597149f28dd8c8322acc2e988f11505
Gerrit-Change-Number: 49025
Gerrit-PatchSet: 3
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 04 Jan 2021 01:02:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-MessageType: comment