Elyes Haouas has submitted this change. ( https://review.coreboot.org/c/coreboot/+/76693?usp=email )
Change subject: soc/intel/common/block/cse/Kconfig: Remove unused symbols
......................................................................
soc/intel/common/block/cse/Kconfig: Remove unused symbols
Change-Id: I35742721e049102a3e153b857824073a5d257cc3
Signed-off-by: Elyes Haouas <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76693
Reviewed-by: Martin L Roth <gaumless(a)gmail.com>
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
---
M src/soc/intel/common/block/cse/Kconfig
1 file changed, 0 insertions(+), 38 deletions(-)
Approvals:
Martin L Roth: Looks good to me, approved
build bot (Jenkins): Verified
diff --git a/src/soc/intel/common/block/cse/Kconfig b/src/soc/intel/common/block/cse/Kconfig
index dc53268..4750889 100644
--- a/src/soc/intel/common/block/cse/Kconfig
+++ b/src/soc/intel/common/block/cse/Kconfig
@@ -358,53 +358,15 @@
help
This file is the CSE data binary typically generated by Intel FIT tool.
-config CSE_PMCP_FILE
- string "Name of PMC file"
- default "pmc.bin"
- help
- This file is the PMC input binary as released by Intel in a CSE kit.
-
-config CSE_IOMP_FILE
- string "Name of IOM file"
- default "iom.bin"
- help
- This file is the IOM input binary as released by Intel in a CSE kit.
-
-config CSE_TBTP_FILE
- string "Name of TBT file"
- default "tbt.bin"
- help
- This file is the TBT input binary as released by Intel in a CSE kit.
-
config CSE_NPHY_FILE
string "Name of NPHY file"
default "nphy.bin"
help
This file is the NPHY input binary as released by Intel in a CSE kit.
-config CSE_PCHC_FILE
- string "Name of PCHC file"
- default "pchc.bin"
- help
- This file is the PCHC input binary as released by Intel in a CSE kit.
-
-config CSE_IUNP_FILE
- string "Name of IUNIT file"
- default "iunit.bin"
- help
- This file is the PCHC input binary as released by Intel in a CSE kit.
-
config CSE_BPDT_VERSION
string
help
This config indicates the BPDT version used by CSE for a given SoC.
-config CSE_OEMP_FILE
- string "Name of OEM Key Manifest file"
- default "oem_km.bin"
- help
- OEM Key Manifest lists the public key hashes used for authenticating the
- OEM created binaries to be loaded. This binary is generated by signing with
- the key owned by trusted owner.
-
endif
--
To view, visit https://review.coreboot.org/c/coreboot/+/76693?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I35742721e049102a3e153b857824073a5d257cc3
Gerrit-Change-Number: 76693
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: merged