diff options
author | Qin Long <qin.long@intel.com> | 2016-11-04 15:31:28 +0800 |
---|---|---|
committer | Qin Long <qin.long@intel.com> | 2016-11-16 16:49:10 +0800 |
commit | 9ec9a7a59769927ad1f5662f78a52031cb9cd758 (patch) | |
tree | dfddd61598dab02ae9eab4e2545ceec92469530b /MdePkg/Library/BaseLib/BaseLib.inf | |
parent | b3775af2775dd0fdf9c0698fb395ed3ffc81b2d3 (diff) | |
download | edk2-9ec9a7a59769927ad1f5662f78a52031cb9cd758.tar.gz |
MdePkg/BaseLib: Add one wrapper on RdRand access for parameter check.
Add one wrapper implementation over assembly RdRand access to check
possible NULL parameter, for better alignment with comment description.
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg/Library/BaseLib/BaseLib.inf')
-rw-r--r-- | MdePkg/Library/BaseLib/BaseLib.inf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/BaseLib.inf b/MdePkg/Library/BaseLib/BaseLib.inf index 1ffe870e7e..320ac457ea 100644 --- a/MdePkg/Library/BaseLib/BaseLib.inf +++ b/MdePkg/Library/BaseLib/BaseLib.inf @@ -428,6 +428,7 @@ X86EnablePaging32.c
X86DisablePaging64.c
X86DisablePaging32.c
+ X86RdRand.c
[Sources.X64]
X64/Thunk16.nasm
@@ -752,6 +753,7 @@ X86EnablePaging32.c
X86DisablePaging64.c
X86DisablePaging32.c
+ X86RdRand.c
X64/GccInline.c | GCC
X64/Thunk16.S | XCODE
X64/SwitchStack.nasm| GCC
|