diff options
author | Michael Kinney <michael.d.kinney@intel.com> | 2015-12-14 06:11:17 +0000 |
---|---|---|
committer | mdkinney <mdkinney@Edk2> | 2015-12-14 06:11:17 +0000 |
commit | d910a704f84d645fd202ec1a7a2a68423d48fc88 (patch) | |
tree | 323340c6ea80f8c3c6cf61228ed310f460d3a6b3 /MdePkg/MdePkg.dsc | |
parent | f87b742ab4c984986e0ff70ba64ffd4e6e36a25b (diff) | |
download | edk2-platforms-d910a704f84d645fd202ec1a7a2a68423d48fc88.tar.xz |
MdePkg/BaseIoLibIntrinsic: Add EBC support
The EBC instruction set supports memory and MMIO access, but not
I/O port access. Add EBC support to BaseIoLibIntrinsic that
generates an ASSERT() if the IoReadXX()/IoWriteXX() APIs are used.
This matches the implementation for other CPU types that do not
support I/O port access.
Cc: Liming Gao <liming.gao@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19234 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/MdePkg.dsc')
-rw-r--r-- | MdePkg/MdePkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index 4ea367ccc0..473df4d886 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -172,6 +172,7 @@ MdePkg/Library/DxeTimerLibEsal/DxeTimerLibEsal.inf
[Components.EBC]
+ MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
[Components.ARM, Components.AARCH64]
|