]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/UefiCpuPkg.dec
UefiCpuPkg/Include/Library: Add Register CPU Features Library
authorJeff Fan <jeff.fan@intel.com>
Tue, 7 Mar 2017 08:35:40 +0000 (16:35 +0800)
committerJeff Fan <jeff.fan@intel.com>
Wed, 22 Mar 2017 02:11:49 +0000 (10:11 +0800)
commit548013c07f94975ebc007cdcda6c07deca8c97d7
tree0773a5865a2f3e0a7d35e882be480c9dda2eca4a
parente000e774cdfa7e7d3d8f75a1b1f0c0ffe611182a
UefiCpuPkg/Include/Library: Add Register CPU Features Library

Register CPU Features Library is used to register/manage/program CPU features.
NULL CPU features library instance could consume it register CPU features
functions.
CPU Feature module could consume this library to detect/analysis/program CPU
features on BSP/APs.

v4:
  Fix GCC build issue.

Cc: Feng Tian <feng.tian@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h [new file with mode: 0644]
UefiCpuPkg/UefiCpuPkg.dec