GuidHobFspEas.h 581 B

12345678910111213141516171819
  1. /** @file
  2. Intel FSP Hob Guid definition from Intel Firmware Support Package External
  3. Architecture Specification v1.1, April 2015, revision 001.
  4. Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
  5. SPDX-License-Identifier: BSD-2-Clause-Patent
  6. **/
  7. #ifndef __GUID_HOB_FSP_EAS_GUID__
  8. #define __GUID_HOB_FSP_EAS_GUID__
  9. extern EFI_GUID gFspBootLoaderTemporaryMemoryGuid;
  10. extern EFI_GUID gFspBootLoaderTolumHobGuid; // FSP EAS v1.1
  11. extern EFI_GUID gFspReservedMemoryResourceHobGuid;
  12. extern EFI_GUID gFspNonVolatileStorageHobGuid;
  13. #endif