Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47934 )
Change subject: security/intel/txt/ramstage.c: Fix clearing secrets on CBNT
......................................................................
security/intel/txt/ramstage.c: Fix clearing secrets on CBNT
With CBNT it looks like only the the TXT_E2STS_SECRET_STS should be
looked at.
Change-Id: Iff4436501b84f5c209add845b3cd3a62782d17e6
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/security/intel/txt/ramstage.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/47934/1
diff --git a/src/security/intel/txt/ramstage.c b/src/security/intel/txt/ramstage.c
index 80bf3f9..4e38d32 100644
--- a/src/security/intel/txt/ramstage.c
+++ b/src/security/intel/txt/ramstage.c
@@ -90,7 +90,7 @@
return;
/* Check for fatal ACM error and TXT reset */
- if (get_wake_error_status()) {
+// if (get_wake_error_status()) {
/*
* Check if secrets bit needs to be reset. Only platforms that support
* CONFIG(PLATFORM_HAS_DRAM_CLEAR) will be able to run this code.
@@ -106,7 +106,7 @@
intel_txt_log_acm_error(read32((void *)TXT_BIOSACM_ERRORCODE));
die("Waiting for platform reset...\n");
}
- }
+// }
}
BOOT_STATE_INIT_ENTRY(BS_POST_DEVICE, BS_ON_ENTRY, check_secrets_txt, NULL);
--
To view, visit https://review.coreboot.org/c/coreboot/+/47934
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iff4436501b84f5c209add845b3cd3a62782d17e6
Gerrit-Change-Number: 47934
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: newchange
Martin Roth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48961 )
Change subject: util: Make sure all util dirs have description files at top level
......................................................................
util: Make sure all util dirs have description files at top level
New util directories have been added with no description.md file.
The description file for supermicro was added at a secondary level,
which doesn't help a user find the util since no path was added. Move
it up to the top level.
Signed-off-by: Martin Roth <martin(a)coreboot.org>
Change-Id: I40b4c25dd7706513e96c6b8078a34160f8bb901e
---
A util/apcb/description.md
A util/mainboard/description.md
A util/qemu/description.md
A util/spd_tools/description.md
A util/supermicro/description.md
D util/supermicro/smcbiosinfo/description.md
6 files changed, 24 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/48961/1
diff --git a/util/apcb/description.md b/util/apcb/description.md
new file mode 100644
index 0000000..674243a
--- /dev/null
+++ b/util/apcb/description.md
@@ -0,0 +1,4 @@
+AMD PSP Control Block tools
+
+* _apcb_edit.py_ - This tool allows patching an existing APCB binary with
+ specific SPDs and GPIO selection pins. `Python3`
diff --git a/util/mainboard/description.md b/util/mainboard/description.md
new file mode 100644
index 0000000..4050a80
--- /dev/null
+++ b/util/mainboard/description.md
@@ -0,0 +1,3 @@
+mainboard specific scripts
+
+* _google_ - Directory for google mainboard specific scripts
diff --git a/util/qemu/description.md b/util/qemu/description.md
new file mode 100644
index 0000000..6e3a16c
--- /dev/null
+++ b/util/qemu/description.md
@@ -0,0 +1,3 @@
+__qemu__
+
+- Makefile & comprehensive default config for QEMU Q35 emulation
diff --git a/util/spd_tools/description.md b/util/spd_tools/description.md
new file mode 100644
index 0000000..aa12781
--- /dev/null
+++ b/util/spd_tools/description.md
@@ -0,0 +1,11 @@
+Tools for generating SPD files for DDR4 memory used in platforms with
+memory down configuration.
+
+
+
+* _gen_spd.go_ - Generates de-duplicated SPD files using a
+ global memory part list provided by the
+ mainboard in JSON format. `Go`
+
+* _gen_part_id.go_ - Allocates DRAM strap IDs for different
+ DDR4 memory parts used by the board. `Go`
diff --git a/util/supermicro/description.md b/util/supermicro/description.md
new file mode 100644
index 0000000..8584016
--- /dev/null
+++ b/util/supermicro/description.md
@@ -0,0 +1,3 @@
+Tools for supermicro platforms
+
+* _smcbiosinfo_ - Generates SMC biosinfo for BMC BIOS updates `C`
diff --git a/util/supermicro/smcbiosinfo/description.md b/util/supermicro/smcbiosinfo/description.md
deleted file mode 100644
index 21170eb..0000000
--- a/util/supermicro/smcbiosinfo/description.md
+++ /dev/null
@@ -1 +0,0 @@
-Generates SMC biosinfo for BMC BIOS updates `C`
--
To view, visit https://review.coreboot.org/c/coreboot/+/48961
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I40b4c25dd7706513e96c6b8078a34160f8bb901e
Gerrit-Change-Number: 48961
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Gerrit-MessageType: newchange
Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Michael Niewöhner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/49077
to look at the new patch set (#4).
Change subject: mb/clevo/l140cu: Move FSP-M config hook to mainboard level
......................................................................
mb/clevo/l140cu: Move FSP-M config hook to mainboard level
Every variant needs to configure memory init parameters. Thus, move the
hook for the FSP-M configuration to mainboard level being able to do
common configurations there.
Also, include the variants romstage.c on mainboard level instead of
variant level.
Change-Id: Ic161f83cb629b1e70ca670e10975a25bc0949656
Signed-off-by: Felix Singer <felixsinger(a)posteo.net>
---
M src/mainboard/clevo/cml-u/Makefile.inc
A src/mainboard/clevo/cml-u/include/variant/romstage.h
A src/mainboard/clevo/cml-u/romstage.c
M src/mainboard/clevo/cml-u/variants/l140cu/Makefile.inc
M src/mainboard/clevo/cml-u/variants/l140cu/romstage.c
5 files changed, 22 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/49077/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/49077
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic161f83cb629b1e70ca670e10975a25bc0949656
Gerrit-Change-Number: 49077
Gerrit-PatchSet: 4
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Hello Patrick Georgi, Martin Roth, Michael Niewöhner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/49077
to look at the new patch set (#3).
Change subject: mb/clevo/l140cu: Move FSP-M config hook to mainboard level
......................................................................
mb/clevo/l140cu: Move FSP-M config hook to mainboard level
Every variant needs to configure memory init parameters. Thus, move the
hook for the FSP-M configuration to mainboard level being able to do
common configurations there.
Change-Id: Ic161f83cb629b1e70ca670e10975a25bc0949656
Signed-off-by: Felix Singer <felixsinger(a)posteo.net>
---
M src/mainboard/clevo/cml-u/Makefile.inc
A src/mainboard/clevo/cml-u/include/variant/romstage.h
A src/mainboard/clevo/cml-u/romstage.c
M src/mainboard/clevo/cml-u/variants/l140cu/Makefile.inc
M src/mainboard/clevo/cml-u/variants/l140cu/romstage.c
5 files changed, 22 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/49077/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/49077
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic161f83cb629b1e70ca670e10975a25bc0949656
Gerrit-Change-Number: 49077
Gerrit-PatchSet: 3
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-MessageType: newpatchset
Shaunak Saha has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48799 )
Change subject: soc/intel/apl,mb/*: move LPC/eSPI pad configuration to boards
......................................................................
Patch Set 9: Code-Review+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/48799
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I61717d9ddc57b174c6a2e31f950c22ad0b276f5d
Gerrit-Change-Number: 48799
Gerrit-PatchSet: 9
Gerrit-Owner: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Andrey Petrov <andrey.petrov(a)gmail.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Mario Scheithauer <mario.scheithauer(a)siemens.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Shaunak Saha <shaunak.saha(a)intel.com>
Gerrit-Reviewer: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: Sheng-Liang Pan <sheng-liang.pan(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: Sumeet Pawnikar <sumeet.r.pawnikar(a)intel.corp-partner.google.com>
Gerrit-Reviewer: Thomas Heijligen <src(a)posteo.de>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Mon, 04 Jan 2021 20:17:59 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment