We will add PKCS7 and RSA2048SHA256 test key file to FDF, to check if the platform is using default test key, or different production key.
Cc: Michael D Kinney <[email protected]> Cc: Kelly Steele <[email protected]> Cc: Feng Tian <[email protected]> Cc: Star Zeng <[email protected]> Cc: Liming Gao <[email protected]> Cc: Chao Zhang <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <[email protected]> --- QuarkPlatformPkg/QuarkPlatformPkg.dec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/QuarkPlatformPkg/QuarkPlatformPkg.dec b/QuarkPlatformPkg/QuarkPlatformPkg.dec index f4ab18c..fbd7987 100644 --- a/QuarkPlatformPkg/QuarkPlatformPkg.dec +++ b/QuarkPlatformPkg/QuarkPlatformPkg.dec @@ -895,6 +895,9 @@ gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecoveryBase|0xFFEC0400|UINT32|0xA00002AB gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecoverySize|0x0003F000|UINT32|0xA00002AC + gQuarkPlatformTokenSpaceGuid.PcdEdkiiRsa2048Sha256TestPublicKeyFileGuid|{0x04, 0xe1, 0xfe, 0xc4, 0x57, 0x66, 0x36, 0x49, 0xa6, 0x11, 0x13, 0x8d, 0xbc, 0x2a, 0x76, 0xad}|VOID*|0xA0010001 + gQuarkPlatformTokenSpaceGuid.PcdEdkiiPkcs7TestPublicKeyFileGuid|{0xba, 0xf5, 0x93, 0xf0, 0x37, 0x6f, 0x16, 0x48, 0x9e, 0x52, 0x91, 0xbe, 0xa0, 0xf7, 0xe0, 0xb8}|VOID*|0xA0010002 + [PcdsDynamic, PcdsDynamicEx] ## Provides the ability to enable the Fast Boot feature of the BIOS. This # enables the system to boot faster but may only enumerate the hardware -- 2.7.4.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

