BoardModulePkg.dec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ## @file
  2. # This package provides the modules that build for a full feature platform.
  3. # This BoardModulePkg should only depend on EDKII Core packages and MinPlatformPkg.
  4. #
  5. # The DEC files are used by the utilities that parse DSC and
  6. # INF files to generate AutoGen.c and AutoGen.h files
  7. # for the build infrastructure.
  8. #
  9. # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
  10. #
  11. # SPDX-License-Identifier: BSD-2-Clause-Patent
  12. #
  13. ##
  14. [Defines]
  15. DEC_SPECIFICATION = 0x00010017
  16. PACKAGE_NAME = BoardModulePkg
  17. PACKAGE_VERSION = 0.1
  18. PACKAGE_GUID = 30EEB750-574D-45AA-8895-D77161019BC7
  19. [Includes]
  20. Include
  21. [LibraryClasses]
  22. ## @libraryclass Provide services to access CMOS area.
  23. CmosAccessLib|Include/Library/CmosAccessLib.h
  24. ## @libraryclass Provide platform relevant services to access CMOS area.
  25. PlatformCmosAccessLib|Include/Library/PlatformCmosAccessLib.h
  26. ## @libraryclass Provide services to get BIOS ID information.
  27. BiosIdLib|Include/Library/BiosIdLib.h
  28. ## @libraryclass Provides a service to determine the firmware boot media device.
  29. FirmwareBootMediaInfoLib|Include/Library/FirmwareBootMediaInfoLib.h
  30. [Guids]
  31. ## Include Include/Guid/BiosId.h
  32. gBiosIdGuid = { 0xC3E36D09, 0x8294, 0x4b97, { 0xA8, 0x57, 0xD5, 0x28, 0x8F, 0xE3, 0x3E, 0x28 } }
  33. ## GUID to publish BIOS information HOB
  34. gBiosInfoGuid = { 0x09d0d15c, 0xe9f0, 0x4dfc, {0x9e, 0x0b, 0x39, 0x33, 0x1f, 0xca, 0x66, 0x85} }
  35. ## {7F4EE1A3-C1F3-43E4-BA1A-39DCDE46C343}
  36. gBoardModulePkgTokenSpaceGuid = { 0x7f4ee1a3, 0xc1f3, 0x43e4, { 0xba, 0x1a, 0x39, 0xdc, 0xde, 0x46, 0xc3, 0x43 } }
  37. [PcdsFixedAtBuild]
  38. ## PcdPs2KbMsEnable 0x0:Disable, 0x1:Enable
  39. gBoardModulePkgTokenSpaceGuid.PcdPs2KbMsEnable|0x00|UINT8|0x00000001
  40. ## SuperIo Pci ISA Bridge info. It is an array that contains the Segment, Bus, Device and Function
  41. # information describing the PCI Device Info. The first byte is the segment number,
  42. # the second is the bus number, third byte is the device number, the fourth byte
  43. # is the Function.
  44. gBoardModulePkgTokenSpaceGuid.PcdSuperIoPciIsaBridgeDevice|{0xFF, 0xFF, 0xFF, 0xFF}|VOID*|0x00000002
  45. ## PcdUart1Enable 0x0:Disable, 0x1:Enable
  46. gBoardModulePkgTokenSpaceGuid.PcdUart1Enable|0x00|UINT8|0x00000003
  47. gBoardModulePkgTokenSpaceGuid.PcdUart1IrqMask|0x0010|UINT16|0x00000004
  48. gBoardModulePkgTokenSpaceGuid.PcdUart1IoPort|0x03F8|UINT16|0x00000005
  49. gBoardModulePkgTokenSpaceGuid.PcdUart1Length|0x08|UINT8|0x00000006
  50. ## PcdUart2Enable 0x0:Disable, 0x1:Enable
  51. gBoardModulePkgTokenSpaceGuid.PcdUart2Enable|0x00|UINT8|0x00000007
  52. gBoardModulePkgTokenSpaceGuid.PcdUart2IrqMask|0x0008|UINT16|0x00000008
  53. gBoardModulePkgTokenSpaceGuid.PcdUart2IoPort|0x02F8|UINT16|0x00000009
  54. gBoardModulePkgTokenSpaceGuid.PcdUart2Length|0x08|UINT8|0x0000000A