SecurityIpMkTme1v0_Inputs.h 634 B

12345678910111213141516171819202122232425
  1. /** @file
  2. Provides data structure information used by SiliconIp MK-TME
  3. @copyright
  4. Copyright 2020 - 2021 Intel Corporation. <BR>
  5. SPDX-License-Identifier: BSD-2-Clause-Patent
  6. **/
  7. //
  8. // TME (Total Memory Encryption)
  9. //
  10. UINT8 EnableTme; ///< TME Enable
  11. UINT8 EnableTmeCR; ///< TME for Optane Persistent Memory. Set to 0 exclude Optane from encryption.
  12. //
  13. // MK-TME
  14. //
  15. UINT8 EnableMktme; ///< MK-TME Enable
  16. UINT8 ReservedS234;
  17. UINT8 ReservedS235;
  18. UINT64 ReservedS236;
  19. UINT64 ReservedS237;
  20. UINT8 ReservedS238;