summaryrefslogtreecommitdiffstats
path: root/src/security
diff options
context:
space:
mode:
authorReka Norman <rekanorman@google.com>2023-06-05 09:54:45 +1000
committerFelix Held <felix-coreboot@felixheld.de>2023-06-07 09:20:24 +0000
commitb9dd0371f155a340584d5625b80a699a17cb5538 (patch)
tree19a000fdc7852aca04b96daec443215fdc2d7611 /src/security
parent8d9fb76c410aa3a1a02554c840116338a107efd6 (diff)
downloadcoreboot-b9dd0371f155a340584d5625b80a699a17cb5538.tar.gz
coreboot-b9dd0371f155a340584d5625b80a699a17cb5538.tar.bz2
coreboot-b9dd0371f155a340584d5625b80a699a17cb5538.zip
mb/google/nissa/var/joxer: Remove VBOOT_GSC_BOARD_ID config
Board IDs are now filled in as part of the signing process, so we don't need to set them in coreboot. BUG=b:240620735 TEST=Build and check VBOOT_GSC_BOARD_ID is set to ZZCR. Change-Id: I7dda8ad59046a1dd9a28595e037eda86e91c98df Signed-off-by: Reka Norman <rekanorman@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75641 Reviewed-by: Himanshu Sahdev <himanshu.sahdev@intel.com> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/security')
-rw-r--r--src/security/vboot/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/security/vboot/Kconfig b/src/security/vboot/Kconfig
index a9981874cc5f..a2af5d256417 100644
--- a/src/security/vboot/Kconfig
+++ b/src/security/vboot/Kconfig
@@ -336,6 +336,8 @@ config VBOOT_GSC_BOARD_ID
help
GSC board ID to be embedded in the GSCVD. Usually each specific mainboard variant
has its own. Google engineers can find these in the go/cros-dlm database ("Products").
+ The specific board IDs are filled in as part of the production signing process, so
+ this value is just a default and doesn't need to be set per-variant in coreboot.
(Note: This is a completely separate thing from coreboot's `board_id()` function.)
menu "GBB configuration"