Joel Kitching has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47233 )
Change subject: vboot: stop implementing VbExDisplayScreen
......................................................................
vboot: stop implementing VbExDisplayScreen
This function is no longer required to be implemented since
EC/AUXFW sync was decoupled from vboot UI. (See CL:2087016.)
BUG=chromium:2117776
TEST=Compile locally
BRANCH=none
Signed-off-by: Joel Kitching <kitching(a)google.com>
Change-Id: I43e8160a4766a38c4fa14bcf4495fc719fbcd6c2
---
M src/security/vboot/ec_sync.c
1 file changed, 0 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/47233/1
diff --git a/src/security/vboot/ec_sync.c b/src/security/vboot/ec_sync.c
index 97b8ed9..1fd7e75 100644
--- a/src/security/vboot/ec_sync.c
+++ b/src/security/vboot/ec_sync.c
@@ -12,7 +12,6 @@
#include <timer.h>
#include <timestamp.h>
#include <vb2_api.h>
-#include <vboot_api.h> /* for VbExDisplayScreen() and VbScreenData */
#define _EC_FILENAME(select, suffix) \
(select == VB_SELECT_FIRMWARE_READONLY ? "ecro" suffix : "ecrw" suffix)
@@ -402,21 +401,6 @@
***********************************************************************/
/*
- * Unsupported.
- *
- * coreboot does not support the graphics initialization needed to
- * display the vboot "wait" screens, etc., because the use case for
- * supporting software sync early in the boot flow is to be able to
- * quickly update the EC and/or sysjump to RW earlier so that USB-PD
- * power (> 15 W) can be negotiated for earlier.
- */
-vb2_error_t VbExDisplayScreen(uint32_t screen_type, uint32_t locale,
- const VbScreenData *data)
-{
- return VB2_ERROR_UNKNOWN;
-}
-
-/*
* Write opaque data into NV storage region.
*/
vb2_error_t vb2ex_commit_data(struct vb2_context *ctx)
--
To view, visit https://review.coreboot.org/c/coreboot/+/47233
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I43e8160a4766a38c4fa14bcf4495fc719fbcd6c2
Gerrit-Change-Number: 47233
Gerrit-PatchSet: 1
Gerrit-Owner: Joel Kitching <kitching(a)google.com>
Gerrit-MessageType: newchange
Hello build bot (Jenkins), Tim Wawrzynczak, Nick Vaccaro, Brandon Breitenstein, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47653
to look at the new patch set (#2).
Change subject: soc/intel/tigerlake: Define TCSS AUX pin bias control
......................................................................
soc/intel/tigerlake: Define TCSS AUX pin bias control
This adds definitions for controlling the TCSS AUX pins biasing and
port orientation.
BRANCH=volteer
BUG=b:163476857
TEST=verified external USB-C monitor shows up in both cable
orientations in combination with following patches
Change-Id: I001aede139c2503ce9cae3af8d625624ff6e1af7
Signed-off-by: Caveh Jalali <caveh(a)chromium.org>
---
M src/soc/intel/tigerlake/include/soc/early_tcss.h
1 file changed, 21 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/47653/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/47653
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I001aede139c2503ce9cae3af8d625624ff6e1af7
Gerrit-Change-Number: 47653
Gerrit-PatchSet: 2
Gerrit-Owner: Caveh Jalali <caveh(a)chromium.org>
Gerrit-Reviewer: Brandon Breitenstein <brandon.breitenstein(a)intel.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-MessageType: newpatchset
V Sowmya has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47523 )
Change subject: soc/intel/common: Add Kconfig to enable the CSE FW Update feature
......................................................................
soc/intel/common: Add Kconfig to enable the CSE FW Update feature
Add the Kconfig to enable the CSE FW Update feature and also to
ensure all teh configs are set by the mainboards to enable this
feature.
BUG=b:169077783
Change-Id: I12810031224f79aba8a4057725ae0ed5a9b36d7e
Signed-off-by: V Sowmya <v.sowmya(a)intel.com>
---
M src/soc/intel/common/block/cse/Kconfig
1 file changed, 10 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/47523/1
diff --git a/src/soc/intel/common/block/cse/Kconfig b/src/soc/intel/common/block/cse/Kconfig
index 62e6334..76307ec 100644
--- a/src/soc/intel/common/block/cse/Kconfig
+++ b/src/soc/intel/common/block/cse/Kconfig
@@ -20,6 +20,14 @@
help
Enables CSE Lite SKU
+config SOC_INTEL_CSE_RW_UPDATE
+ bool
+ default n
+ depends on SOC_INTEL_CSE_LITE_SKU
+ help
+ This config will enable CSE RW firmware update feature and also will be used ensure
+ all the required configs are provided by mainboard.
+
config SOC_INTEL_CSE_FMAP_NAME
string "Name of CSE Region in FMAP"
depends on SOC_INTEL_CSE_LITE_SKU
@@ -34,18 +42,18 @@
help
CBFS entry name for Intel CSE CBFS RW blob
+if SOC_INTEL_CSE_RW_UPDATE
config SOC_INTEL_CSE_RW_FILE
string "Intel CSE CBFS RW path and filename"
- depends on SOC_INTEL_CSE_LITE_SKU
default ""
help
Intel CSE CBFS RW blob path and file name
config SOC_INTEL_CSE_RW_VERSION
string "Intel CSE RW firmware version"
- depends on SOC_INTEL_CSE_LITE_SKU
default ""
help
This config contains the Intel CSE RW version of the blob that is provided by
SOC_INTEL_CSE_RW_FILE config and the version must be set in the format
major.minor.hotfix.build.
+endif
--
To view, visit https://review.coreboot.org/c/coreboot/+/47523
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I12810031224f79aba8a4057725ae0ed5a9b36d7e
Gerrit-Change-Number: 47523
Gerrit-PatchSet: 1
Gerrit-Owner: V Sowmya <v.sowmya(a)intel.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-MessageType: newchange
V Sowmya has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47430 )
Change subject: soc/intel/common: Add Kconfig for CSE RW firmware version
......................................................................
soc/intel/common: Add Kconfig for CSE RW firmware version
This patch adds a kconfig SOC_INTEL_CSE_RW_VERSION to pass the
CSE RW firmware version from the maiboard. This will be extracted
by makefile to update the cse_rw_metadata structure.
BUG=b:169077783
Change-Id: I62691ee3ede7d4cd21f821381f5d1519f9061fd9
Signed-off-by: V Sowmya <v.sowmya(a)intel.com>
---
M src/soc/intel/common/block/cse/Kconfig
1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/47430/1
diff --git a/src/soc/intel/common/block/cse/Kconfig b/src/soc/intel/common/block/cse/Kconfig
index a651198..9d781f9 100644
--- a/src/soc/intel/common/block/cse/Kconfig
+++ b/src/soc/intel/common/block/cse/Kconfig
@@ -40,3 +40,10 @@
default ""
help
Intel CSE CBFS RW blob path and file name
+
+config SOC_INTEL_CSE_RW_VERSION
+ string "Intel CSE RW firmware version"
+ depends on SOC_INTEL_CSE_LITE_SKU
+ default ""
+ help
+ Intel CSE RW firmware version
--
To view, visit https://review.coreboot.org/c/coreboot/+/47430
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I62691ee3ede7d4cd21f821381f5d1519f9061fd9
Gerrit-Change-Number: 47430
Gerrit-PatchSet: 1
Gerrit-Owner: V Sowmya <v.sowmya(a)intel.com>
Gerrit-MessageType: newchange
Christian Walter has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46499 )
Change subject: soc/intel/xeon_sp/cpx: Lock down P2SB SBI
......................................................................
Patch Set 12: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/46499
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Idfd5c01003e0d307631e5c6895ac02e89a9aff08
Gerrit-Change-Number: 46499
Gerrit-PatchSet: 12
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Jonathan Zhang <jonzhang(a)fb.com>
Gerrit-Reviewer: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Tue, 17 Nov 2020 23:42:03 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment