]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg: Add PlatformSecLib
authorMichael Kinney <michael.d.kinney@intel.com>
Mon, 19 Oct 2015 19:09:56 +0000 (19:09 +0000)
committermdkinney <mdkinney@Edk2>
Mon, 19 Oct 2015 19:09:56 +0000 (19:09 +0000)
commita39d509761b0b29948e3d4bdef597ca1cbfcf4ee
treea18282a395062071c92d8fd4f4400d8f7a3c47e6
parentb3dc26ed7e3c37efc1e43edf3aefcc5615302027
UefiCpuPkg: Add PlatformSecLib

Add PlatformSecLib class and PlatformSecLibNull instance
that is used by the SecCore.  PlatformSecLibNull should
not be used in a platform build.  Instead, it should be
used as a template for implementing a platform specific
instance of the PlatformSecLib library class.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18635 6f19259b-4bc3-4df7-8a09-765794883524
UefiCpuPkg/Include/Library/PlatformSecLib.h [new file with mode: 0644]
UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.c [new file with mode: 0644]
UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.inf [new file with mode: 0644]
UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.uni [new file with mode: 0644]