VirtualBox

Ignore:
Timestamp:
Mar 31, 2025 11:31:09 AM (2 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168237
Message:

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/IndustryStandard/Tpm20.h

    r99404 r108794  
    204204// Table 8 - TPM_ECC_CURVE Constants
    205205typedef UINT16 TPM_ECC_CURVE;
    206 #define TPM_ECC_NONE       (TPM_ECC_CURVE)(0x0000)
    207 #define TPM_ECC_NIST_P192  (TPM_ECC_CURVE)(0x0001)
    208 #define TPM_ECC_NIST_P224  (TPM_ECC_CURVE)(0x0002)
    209 #define TPM_ECC_NIST_P256  (TPM_ECC_CURVE)(0x0003)
    210 #define TPM_ECC_NIST_P384  (TPM_ECC_CURVE)(0x0004)
    211 #define TPM_ECC_NIST_P521  (TPM_ECC_CURVE)(0x0005)
    212 #define TPM_ECC_BN_P256    (TPM_ECC_CURVE)(0x0010)
    213 #define TPM_ECC_BN_P638    (TPM_ECC_CURVE)(0x0011)
    214 #define TPM_ECC_SM2_P256   (TPM_ECC_CURVE)(0x0020)
     206#define TPM_ECC_NONE        (TPM_ECC_CURVE)(0x0000)
     207#define TPM_ECC_NIST_P192   (TPM_ECC_CURVE)(0x0001)
     208#define TPM_ECC_NIST_P224   (TPM_ECC_CURVE)(0x0002)
     209#define TPM_ECC_NIST_P256   (TPM_ECC_CURVE)(0x0003)
     210#define TPM_ECC_NIST_P384   (TPM_ECC_CURVE)(0x0004)
     211#define TPM_ECC_NIST_P521   (TPM_ECC_CURVE)(0x0005)
     212#define TPM_ECC_BN_P256     (TPM_ECC_CURVE)(0x0010)
     213#define TPM_ECC_BN_P638     (TPM_ECC_CURVE)(0x0011)
     214#define TPM_ECC_SM2_P256    (TPM_ECC_CURVE)(0x0020)
     215#define TPM_ECC_BP_P512_R1  (TPM_ECC_CURVE)(0x0032)
    215216
    216217// Table 11 - TPM_CC Constants (Numeric Order)
     
    12481249  TPMI_SM4_KEY_BITS    SM4;
    12491250  TPM_KEY_BITS         sym;
    1250   TPMI_ALG_HASH     xor;
     1251  TPMI_ALG_HASH        xor_;
    12511252} TPMU_SYM_KEY_BITS;
    12521253
     
    13211322typedef union {
    13221323  TPMS_SCHEME_HMAC    hmac;
    1323   TPMS_SCHEME_XOR  xor;
     1324  TPMS_SCHEME_XOR     xor_;
    13241325} TPMU_SCHEME_KEYEDHASH;
    13251326
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette