]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/BaseIoLibIntrinsic: Add EBC support
authorMichael Kinney <michael.d.kinney@intel.com>
Mon, 14 Dec 2015 06:11:17 +0000 (06:11 +0000)
committermdkinney <mdkinney@Edk2>
Mon, 14 Dec 2015 06:11:17 +0000 (06:11 +0000)
commitd910a704f84d645fd202ec1a7a2a68423d48fc88
tree323340c6ea80f8c3c6cf61228ed310f460d3a6b3
parentf87b742ab4c984986e0ff70ba64ffd4e6e36a25b
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
MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
MdePkg/Library/BaseIoLibIntrinsic/IoLibEbc.c [new file with mode: 0644]
MdePkg/MdePkg.dsc