mbox series

[edk2,0/5] ArmPlatformPkg: create standalone .dsc file

Message ID 20171205101326.23732-1-ard.biesheuvel@linaro.org
Headers show
Series ArmPlatformPkg: create standalone .dsc file | expand

Message

Ard Biesheuvel Dec. 5, 2017, 10:13 a.m. UTC
Do some reshuffling and add some NULL library implementation so we can
start building ArmPlatformPkg from its own .DSC

Ard Biesheuvel (5):
  ArmPlatformPkg: remove unused ArmPlatformLibNullSec
  ArmPlatformPkg/PrePeiCoreMPCore: use a unique GUID
  ArmPlatformPkg: add Null implementation of LcdPlatformlLib
  ArmPlatformPkg: add Null implementation of NorFlashPlatformLib
  ArmPlatformPkg: add package .DSC file

 ArmPlatformPkg/ArmPlatformPkg.dsc                                          | 121 ++++++++++++++++++++
 ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullSec.inf        |  47 --------
 ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.c             |  92 +++++++++++++++
 ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf           |  28 +++++
 ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.c   |  34 ++++++
 ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.inf |  30 +++++
 ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf                             |   2 +-
 7 files changed, 306 insertions(+), 48 deletions(-)
 create mode 100644 ArmPlatformPkg/ArmPlatformPkg.dsc
 delete mode 100644 ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullSec.inf
 create mode 100644 ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.c
 create mode 100644 ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf
 create mode 100644 ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.c
 create mode 100644 ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.inf

-- 
2.11.0

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel