public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch v2 0/3] [edk2-platform] Add modules to BoardModulePkg.
@ 2019-05-28  7:04 Dong, Eric
  2019-05-28  7:04 ` [Patch v2 1/3] [edk2-platform] Maintainers.txt: Add BoardModulePkg in Platform/Intel/ folder Dong, Eric
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dong, Eric @ 2019-05-28  7:04 UTC (permalink / raw)
  To: devel

V2 change:
1. Add platform DSC file to enable build for this package.
2. Add BZ link for the related changes.

V1 change:
Add new package BoardModulePkg in Platform/Intel folder. This folder
used to keep the board generic modules, such as Cmos, BiosId.

Add Cmos and BiosId related modules to BoardModulePkg.


Eric Dong (3):
  Maintainers.txt: Add BoardModulePkg in Platform/Intel/ folder.
  Platform/Intel: Add Cmos related modules to BoardModulePkg
  Platform/Intel/BoardModulePkg: Add BiosId Module.

 Maintainers.txt                               |   4 +
 .../Intel/BoardModulePkg/BoardModulePkg.dec   |  38 ++
 .../BoardModulePkg/Include/Guid/BiosId.h      |  59 +++
 .../Include/Library/BiosIdLib.h               |  57 ++
 .../Include/Library/CmosAccessLib.h           | 106 ++++
 .../Include/Library/PlatformCmosAccessLib.h   |  68 +++
 .../Library/BiosIdLib/DxeBiosIdLib.c          | 175 +++++++
 .../Library/BiosIdLib/DxeBiosIdLib.inf        |  42 ++
 .../Library/BiosIdLib/PeiBiosIdLib.c          | 191 +++++++
 .../Library/BiosIdLib/PeiBiosIdLib.inf        |  42 ++
 .../Library/CmosAccessLib/CmosAccessLib.c     | 486 ++++++++++++++++++
 .../Library/CmosAccessLib/CmosAccessLib.inf   |  28 +
 .../CmosAccessLib/CmosAccessLibInternal.h     |  35 ++
 .../PlatformCmosAccessLibNull.c               |  39 ++
 .../PlatformCmosAccessLibNull.inf             |  23 +
 15 files changed, 1393 insertions(+)
 create mode 100644 Platform/Intel/BoardModulePkg/BoardModulePkg.dec
 create mode 100644 Platform/Intel/BoardModulePkg/Include/Guid/BiosId.h
 create mode 100644 Platform/Intel/BoardModulePkg/Include/Library/BiosIdLib.h
 create mode 100644 Platform/Intel/BoardModulePkg/Include/Library/CmosAccessLib.h
 create mode 100644 Platform/Intel/BoardModulePkg/Include/Library/PlatformCmosAccessLib.h
 create mode 100644 Platform/Intel/BoardModulePkg/Library/BiosIdLib/DxeBiosIdLib.c
 create mode 100644 Platform/Intel/BoardModulePkg/Library/BiosIdLib/DxeBiosIdLib.inf
 create mode 100644 Platform/Intel/BoardModulePkg/Library/BiosIdLib/PeiBiosIdLib.c
 create mode 100644 Platform/Intel/BoardModulePkg/Library/BiosIdLib/PeiBiosIdLib.inf
 create mode 100644 Platform/Intel/BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.c
 create mode 100644 Platform/Intel/BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf
 create mode 100644 Platform/Intel/BoardModulePkg/Library/CmosAccessLib/CmosAccessLibInternal.h
 create mode 100644 Platform/Intel/BoardModulePkg/Library/PlatformCmosAccessLibNull/PlatformCmosAccessLibNull.c
 create mode 100644 Platform/Intel/BoardModulePkg/Library/PlatformCmosAccessLibNull/PlatformCmosAccessLibNull.inf

-- 
2.21.0.windows.1


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

end of thread, other threads:[~2019-05-28  7:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-28  7:04 [Patch v2 0/3] [edk2-platform] Add modules to BoardModulePkg Dong, Eric
2019-05-28  7:04 ` [Patch v2 1/3] [edk2-platform] Maintainers.txt: Add BoardModulePkg in Platform/Intel/ folder Dong, Eric
2019-05-28  7:04 ` [Patch v2 2/3] [edk2-platform] Platform/Intel: Add Cmos related modules to BoardModulePkg Dong, Eric
2019-05-28  7:04 ` [Patch v2 3/3] [edk2-platform] Platform/Intel/BoardModulePkg: Add BiosId Module Dong, Eric

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