summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseIoLibIntrinsic
AgeCommit message (Expand)AuthorFilesLines
2014-09-03MdePkg: Convert non DOS format files to DOS formatGao, Liming1-0/+0
2014-08-27MdePkg: INF/DEC file updates to EDK II packagesGao, Liming1-0/+0
2014-08-27MdePkg: INF/DEC file updates to EDK II packagesGao, Liming1-2/+3
2013-07-29MdePkg: Added ARM Aarch64 architecture supportHarry Liebel1-1/+4
2012-12-25Add ASSERT() for BitField operations to make sure the input value is valid. lgao41-1/+41
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter3-17/+17
2010-06-11Minor grammatical work--mostly adding periods. Sending separately a list of...myronporter9-88/+88
2010-04-23Update the copyright notice formathhtian10-22/+22
2010-02-241. Correct File header to ## @filelgao41-4/+4
2009-08-24Fix file headersmdkinney2-2/+2
2009-08-19Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang81-430/+430
2009-08-18Make EOL consistentmdkinney1-4/+4
2009-08-18Add ARM support to BaseIoLibIntrinsicmdkinney2-3/+437
2009-03-02Fix incorrect function headers for IoLib APIs.xli241-8/+8
2009-01-09INF file verified, and Coding Style reviewed.gikidy1-5/+5
2008-12-29Update copyright for files modified in this yearqhuang83-3/+3
2008-12-19Update IoLib to add MemoryFence for x86 Mmio function. lgao44-723/+255
2008-12-10Synchronize the h files with c files.gikidy7-187/+335
2008-12-05Make comments match the Spec.gikidy1-66/+65
2008-11-25Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE...lgao41-1/+0
2008-10-31Fix a prototype bug.qwang121-8/+8
2008-10-31Fix a prototype bug.qwang121-6/+6
2008-10-29Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian1-1/+0
2008-10-28Refine file header for INF files of MDE library instances.xli241-2/+4
2008-09-181. Change 0 == Length style to Length == 0lgao41-1/+1
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2-6/+2
2008-09-11Clean up BaseIoLibIntrinsic according to review comments.vanjeff6-25/+14
2008-08-25remove the unused msa files in MdePkg.lgao41-67/+0
2008-07-25Code Scrub for MdePkg.yshang14-13/+14
2008-07-08Code scrub:yshang18-70/+139
2008-02-01Add alignment checking for IoLib functions to conform to MdeLib spec.qhuang81-54/+68
2007-09-19Update Mde/MdeModulePkg to support ICC build for IA32/X64.yshang12-0/+410
2007-09-17FixedPcd macro should *not* be used in Library's inf file. klu21-1/+1
2007-08-30Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec...qhuang81-2/+2
2007-08-02Changed source file formatjwang361-4/+4
2007-07-20remove some comments introduced by tools.vanjeff1-10/+4
2007-07-20remove some comments introduced by tools.vanjeff1-1/+1
2007-07-19Remove unused comments in MdePkg.yshang11-36/+0
2007-07-18Remove _MSC_VER for this file is just built by MSFT tool chainklu21-2/+1
2007-07-18removed comments (and fix) compiler specific compile of .c filesAJFISH1-4/+4
2007-07-181) Add _MSC_VER judgment for usage of #pragma intrinsic klu21-1/+2
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH5-10/+0
2007-06-29Removed CommonHeader.h generated file from the MdePkg. AJFISH8-7/+7
2007-06-29removed [includes] section from MdePkg and MdeModulePkg .inf files. The inclu...AJFISH1-10/+0
2007-06-27Updated to support compiler intrinsics properly. I had to comment out some of...AJFISH1-4/+4
2007-06-22Import some basic libraries instances for Mde Packages. vanjeff9-0/+4279
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch7-4104/+0
2007-03-151. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff3-12/+6
2007-02-13PcdLib is only referenced by IPF arch.qhuang81-3/+3
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang123-69/+477