LS1043aRdbPkg.dsc 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # LS1043aRdbPkg.dsc
  2. #
  3. # LS1043ARDB Board package.
  4. #
  5. # Copyright 2017-2019 NXP
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ################################################################################
  10. #
  11. # Defines Section - statements that will be processed to create a Makefile.
  12. #
  13. ################################################################################
  14. [Defines]
  15. #
  16. # Defines for default states. These can be changed on the command line.
  17. # -D FLAG=VALUE
  18. #
  19. PLATFORM_NAME = LS1043aRdbPkg
  20. PLATFORM_GUID = 60169ec4-d2b4-44f8-825e-f8684fd42e4f
  21. OUTPUT_DIRECTORY = Build/LS1043aRdbPkg
  22. FLASH_DEFINITION = Platform/NXP/LS1043aRdbPkg/LS1043aRdbPkg.fdf
  23. !include Platform/NXP/NxpQoriqLs.dsc.inc
  24. !include Silicon/NXP/LS1043A/LS1043A.dsc.inc
  25. [LibraryClasses.common]
  26. SocLib|Silicon/NXP/Library/SocLib/LS1043aSocLib.inf
  27. ArmPlatformLib|Platform/NXP/LS1043aRdbPkg/Library/PlatformLib/ArmPlatformLib.inf
  28. ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf
  29. SerialPortLib|Silicon/NXP/Library/DUartPortLib/DUartPortLib.inf
  30. IoAccessLib|Silicon/NXP/Library/IoAccessLib/IoAccessLib.inf
  31. RealTimeClockLib|Silicon/Maxim/Library/Ds1307RtcLib/Ds1307RtcLib.inf
  32. [PcdsFixedAtBuild.common]
  33. #
  34. # LS1043a board Specific PCDs
  35. # XX (DRAM - Region 1 2GB)
  36. # (NOR - IFC Region 1 512MB)
  37. gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
  38. gArmTokenSpaceGuid.PcdSystemMemorySize|0x7BE00000
  39. gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x02000000
  40. #
  41. # Board Specific Pcds
  42. #
  43. gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x021c0500
  44. gNxpQoriqLsTokenSpaceGuid.PcdSerdes2Enabled|FALSE
  45. gNxpQoriqLsTokenSpaceGuid.PcdPlatformFreqDiv|0x1
  46. #
  47. # RTC Pcds
  48. #
  49. gDs1307RtcLibTokenSpaceGuid.PcdI2cSlaveAddress|0x68
  50. gDs1307RtcLibTokenSpaceGuid.PcdI2cBusFrequency|100000
  51. ################################################################################
  52. #
  53. # Components Section - list of all EDK II Modules needed by this Platform
  54. #
  55. ################################################################################
  56. [Components.common]
  57. #
  58. # Architectural Protocols
  59. #
  60. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
  61. <PcdsFixedAtBuild>
  62. gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable|TRUE
  63. }
  64. MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
  65. Silicon/NXP/Drivers/I2cDxe/I2cDxe.inf
  66. Platform/NXP/LS1043aRdbPkg/Drivers/PlatformDxe/PlatformDxe.inf
  67. ##