MiscBootInformationData.c 832 B

12345678910111213141516171819202122232425262728293031323334
  1. /** @file
  2. Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. Module Name:
  5. MiscBootInformationData.c
  6. Abstract:
  7. Static data of Boot information.
  8. Boot information is Misc. subclass type 26 and SMBIOS type 32.
  9. **/
  10. #include "CommonHeader.h"
  11. #include "MiscSubclassDriver.h"
  12. //
  13. // Static (possibly build generated) Bios Vendor data.
  14. //
  15. MISC_SMBIOS_TABLE_DATA(EFI_MISC_BOOT_INFORMATION_STATUS_DATA, BootInformationStatus)
  16. = {
  17. EfiBootInformationStatusNoError, // BootInformationStatus
  18. 0 // BootInformationData
  19. };