public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms v3 0/2] ArmPlatformPkg PCD cleanup
@ 2017-12-12 19:07 Ard Biesheuvel
  2017-12-12 19:07 ` [PATCH edk2-platforms v3 1/2] Platform/ARM/VExpressPkg: use dedicated PCD for fastboot product name Ard Biesheuvel
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ard Biesheuvel @ 2017-12-12 19:07 UTC (permalink / raw)
  To: edk2-devel; +Cc: leif.lindholm, Ard Biesheuvel

Remove lots and lots of PCD assignments of obsolete PCDs that are about
to be removed from ArmPlatformPkg.

v3: Don't replace instances of gArmPlatformTokenSpaceGuid.PcdFirmwareVendor
    with gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor. First of all, the
    latter expects a Unicode string, but blindly replacing them would result
    in user visible changes in the firmware vendor reported by the OS.
    Instead, replace the only meaningful reference with a dedicated new PCD
    (for fastboot), and just drop all other assignments.
    Patch #2 is therefore modified as well, so I dropped Leif's R-b

Ard Biesheuvel (2):
  Platform/ARM/VExpressPkg: use dedicated PCD for fastboot product name
  Platform Silicon: remove obsolete ArmPlatformPkg PCD assignments

 Platform/ARM/JunoPkg/ArmJuno.dsc                                                   | 13 -------------
 Platform/ARM/JunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf                             |  3 ---
 Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc                                  | 15 +--------------
 Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc                               | 17 -----------------
 Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc                                       | 10 ----------
 Platform/ARM/VExpressPkg/ArmVExpressPkg.dec                                        |  1 +
 Platform/ARM/VExpressPkg/Drivers/ArmVExpressFastBootDxe/ArmVExpressFastBoot.c      |  2 +-
 Platform/ARM/VExpressPkg/Drivers/ArmVExpressFastBootDxe/ArmVExpressFastBootDxe.inf |  2 +-
 Platform/ARM/VExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLib.inf             |  1 -
 Platform/ARM/VExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLibSec.inf          |  1 -
 Platform/Hisilicon/D02/Pv660D02.dsc                                                | 20 --------------------
 Platform/Hisilicon/D03/D03.dsc                                                     | 20 --------------------
 Platform/Hisilicon/D05/D05.dsc                                                     | 12 ------------
 Platform/Hisilicon/HiKey/HiKey.dsc                                                 |  1 -
 Silicon/AMD/Styx/Library/AmdStyxLib/AmdStyxLib.inf                                 |  1 -
 Silicon/AMD/Styx/Library/AmdStyxLib/AmdStyxLibSec.inf                              |  1 -
 Silicon/Hisilicon/Hisilicon.dsc.inc                                                | 14 --------------
 Silicon/Hisilicon/Library/ArmPlatformLibHisilicon/ArmPlatformLib.inf               |  1 -
 Silicon/Hisilicon/Library/ArmPlatformLibHisilicon/ArmPlatformLibSec.inf            |  1 -
 Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc                                      |  5 -----
 20 files changed, 4 insertions(+), 137 deletions(-)

-- 
2.11.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-12-12 19:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-12 19:07 [PATCH edk2-platforms v3 0/2] ArmPlatformPkg PCD cleanup Ard Biesheuvel
2017-12-12 19:07 ` [PATCH edk2-platforms v3 1/2] Platform/ARM/VExpressPkg: use dedicated PCD for fastboot product name Ard Biesheuvel
2017-12-12 19:07 ` [PATCH edk2-platforms v3 2/2] Platform Silicon: remove obsolete ArmPlatformPkg PCD assignments Ard Biesheuvel
2017-12-12 19:13 ` [PATCH edk2-platforms v3 0/2] ArmPlatformPkg PCD cleanup Leif Lindholm
2017-12-12 19:16   ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox