VirtualBox

Ignore:
Timestamp:
Mar 12, 2019 12:40:12 PM (6 years ago)
Author:
vboxsync
Message:

EFI: First step in UDK2018 merge. Does not build yet.

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/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf

    r58466 r77662  
    88#
    99#  Note: MD4 Digest functions, SHA-384 Digest functions, SHA-512 Digest functions,
    10 #  HMAC-MD5 functions, HMAC-SHA1 functions, AES/TDES/ARC4 functions, RSA external
     10#  HMAC-MD5 functions, HMAC-SHA1 functions, TDES/ARC4 functions, RSA external
    1111#  functions, PKCS#7 SignedData sign functions, Diffie-Hellman functions, and
    1212#  authenticode signature verification functions are not supported in this instance.
    1313#
    14 #  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
     14#  Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
    1515#  This program and the accompanying materials
    1616#  are licensed and made available under the terms and conditions of the BSD License
     
    4747  Hmac/CryptHmacMd5Null.c
    4848  Hmac/CryptHmacSha1Null.c
    49   Cipher/CryptAesNull.c
     49  Hmac/CryptHmacSha256.c
     50  Cipher/CryptAes.c
    5051  Cipher/CryptTdesNull.c
    5152  Cipher/CryptArc4Null.c
    5253  Pk/CryptRsaBasic.c
    5354  Pk/CryptRsaExtNull.c
     55  Pk/CryptPkcs5Pbkdf2.c
    5456  Pk/CryptPkcs7SignNull.c
    5557  Pk/CryptPkcs7Verify.c
     
    9698#
    9799[BuildOptions]
     100  #
     101  # suppress the following warnings so we do not break the build with warnings-as-errors:
     102  # C4090: 'function' : different 'const' qualifiers
     103  #
     104  MSFT:*_*_*_CC_FLAGS = /wd4090
     105
    98106  GCC:*_GCC44_IA32_CC_FLAGS = "-D__cdecl=__attribute__((cdecl))" "-D__declspec(t)=__attribute__((t))"
    99107  XCODE:*_*_*_CC_FLAGS = -mmmx -msse
Note: See TracChangeset for help on using the changeset viewer.

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