CbSupportDxe.inf 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ## @file
  2. # Coreboot Support DXE Module
  3. #
  4. # Report some MMIO/IO resources to dxe core, extract smbios and acpi tables from coreboot and install.
  5. #
  6. # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x00010005
  13. BASE_NAME = CbSupportDxe
  14. FILE_GUID = C68DAA4E-7AB5-41e8-A91D-5954421053F3
  15. MODULE_TYPE = DXE_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = CbDxeEntryPoint
  18. #
  19. # The following information is for reference only and not required by the build tools.
  20. #
  21. # VALID_ARCHITECTURES = IA32 X64 EBC
  22. #
  23. [Sources]
  24. CbSupportDxe.c
  25. CbSupportDxe.h
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. MdeModulePkg/MdeModulePkg.dec
  29. IntelFrameworkPkg/IntelFrameworkPkg.dec
  30. IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
  31. CorebootModulePkg/CorebootModulePkg.dec
  32. [LibraryClasses]
  33. UefiDriverEntryPoint
  34. UefiBootServicesTableLib
  35. DxeServicesTableLib
  36. DebugLib
  37. BaseMemoryLib
  38. UefiLib
  39. HobLib
  40. [Guids]
  41. gEfiAcpiTableGuid
  42. gEfiSmbiosTableGuid
  43. gUefiSystemTableInfoGuid
  44. gUefiAcpiBoardInfoGuid
  45. gUefiFrameBufferInfoGuid
  46. [Pcd]
  47. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
  48. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution
  49. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution
  50. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution
  51. [Depex]
  52. TRUE