public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] New feature to enable standalone PCD driver
@ 2021-05-24  9:24 Zhiguang Liu
  2021-05-24  9:24 ` [PATCH 1/2] MdePkg: Standalone " Zhiguang Liu
  2021-05-24  9:24 ` [PATCH 2/2] UefiPayloadPkg: Use standalone " Zhiguang Liu
  0 siblings, 2 replies; 10+ messages in thread
From: Zhiguang Liu @ 2021-05-24  9:24 UTC (permalink / raw)
  To: devel

There are cases that different binary is build differently, and both want to use PCD feature.
If these two different don't want to use PCD to communicate, they should have a standalone PCD data base,
For example, bootloader and payload want to have seperately PCD data base.

Zhiguang Liu (2):
  MdePkg: Standalone PCD driver
  UefiPayloadPkg: Use standalone PCD driver

 MdeModulePkg/Universal/PCD/Dxe/Pcd.c       | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf     | 16 ++++++++++++----
 MdeModulePkg/Universal/PCD/Dxe/Service.c   |  7 ++++++-
 MdePkg/Include/Protocol/Pcd.h              |  5 -----
 MdePkg/Include/Protocol/PcdInfo.h          |  5 -----
 MdePkg/Library/DxePcdLib/DxePcdLib.c       | 24 ++++++++++++++++++++----
 MdePkg/Library/DxePcdLib/DxePcdLib.inf     | 16 ++++++++++++----
 MdePkg/Library/DxePcdLib/PayloadPcdLib.inf | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 MdePkg/MdePkg.dec                          | 12 ++++++++++++
 UefiPayloadPkg/UefiPayloadPkg.dsc          |  9 +++++----
 10 files changed, 189 insertions(+), 51 deletions(-)
 create mode 100644 MdePkg/Library/DxePcdLib/PayloadPcdLib.inf

-- 
2.30.0.windows.2


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

end of thread, other threads:[~2021-05-26 17:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-24  9:24 [PATCH 0/2] New feature to enable standalone PCD driver Zhiguang Liu
2021-05-24  9:24 ` [PATCH 1/2] MdePkg: Standalone " Zhiguang Liu
2021-05-24 20:29   ` [edk2-devel] " Michael D Kinney
2021-05-25  1:09     ` Zhiguang Liu
2021-05-25 14:18       ` Michael D Kinney
2021-05-25  1:33     ` Ni, Ray
2021-05-25 14:35       ` Michael D Kinney
2021-05-26  2:03         ` Ni, Ray
2021-05-26 17:47           ` Michael D Kinney
2021-05-24  9:24 ` [PATCH 2/2] UefiPayloadPkg: Use standalone " Zhiguang Liu

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