You've already forked edk2-platforms
mirror of
https://github.com/Dasharo/edk2-platforms.git
synced 2026-03-06 14:51:43 -08:00
Platform/Intel: Add Cmos related modules to BoardModulePkg
https://bugzilla.tianocore.org/show_bug.cgi?id=1552 Add Cmos related libraries to BoardModulePkg. Totally two library have been added, one is CmosAccessLib and the other is PlatformCmosAccessLib. PlatformCmosAccessLib will be used by CmosAccessLib. These two libraries provide the generic operations for CMOS access. APIs exports by PlatformCmosAccessLib include: PlatformCmosGetEntry PlatformCmosGetNmiState APIs exports by CmosAccessLib include: CmosRead8 CmosWrite8 CmosRead16 CmosWrite16 CmosRead32 CmosWrite32 CmosInit Cc: Michael Kubacki <michael.a.kubacki@intel.com> Cc: Sai Chaganty <rangasai.v.chaganty@intel.com> Cc: Oram Isaac W <isaac.w.oram@intel.com> Sign-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Signed-off-by: Eric Dong <eric.dong@intel.com>
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
|
||||
|
||||
[Includes]
|
||||
|
||||
Include
|
||||
|
||||
[LibraryClasses]
|
||||
## @libraryclass Provide services to access CMOS area.
|
||||
CmosAccessLib|Include/Library/CmosAccessLib.h
|
||||
|
||||
## @libraryclass Provide platform relevant services to access CMOS area.
|
||||
PlatformCmosAccessLib|Include/Library/PlatformCmosAccessLib.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user