Age | Commit message (Expand) | Author | Files | Lines |
2009-03-02 | Fix incorrect function headers for IoLib APIs. | xli24 | 1 | -8/+8 |
2009-01-09 | INF file verified, and Coding Style reviewed. | gikidy | 1 | -5/+5 |
2008-12-29 | Update copyright for files modified in this year | qhuang8 | 3 | -3/+3 |
2008-12-19 | Update IoLib to add MemoryFence for x86 Mmio function. | lgao4 | 4 | -723/+255 |
2008-12-10 | Synchronize the h files with c files. | gikidy | 7 | -187/+335 |
2008-12-05 | Make comments match the Spec. | gikidy | 1 | -66/+65 |
2008-11-25 | Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE... | lgao4 | 1 | -1/+0 |
2008-10-31 | Fix a prototype bug. | qwang12 | 1 | -8/+8 |
2008-10-31 | Fix a prototype bug. | qwang12 | 1 | -6/+6 |
2008-10-29 | Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I... | eric_tian | 1 | -1/+0 |
2008-10-28 | Refine file header for INF files of MDE library instances. | xli24 | 1 | -2/+4 |
2008-09-18 | 1. Change 0 == Length style to Length == 0 | lgao4 | 1 | -1/+1 |
2008-09-17 | remove unnecessary comments introduced by tools from MdePkg. The regular expr... | vanjeff | 2 | -6/+2 |
2008-09-11 | Clean up BaseIoLibIntrinsic according to review comments. | vanjeff | 6 | -25/+14 |
2008-08-25 | remove the unused msa files in MdePkg. | lgao4 | 1 | -67/+0 |
2008-07-25 | Code Scrub for MdePkg. | yshang1 | 4 | -13/+14 |
2008-07-08 | Code scrub: | yshang1 | 8 | -70/+139 |
2008-02-01 | Add alignment checking for IoLib functions to conform to MdeLib spec. | qhuang8 | 1 | -54/+68 |
2007-09-19 | Update Mde/MdeModulePkg to support ICC build for IA32/X64. | yshang1 | 2 | -0/+410 |
2007-09-17 | FixedPcd macro should *not* be used in Library's inf file. | klu2 | 1 | -1/+1 |
2007-08-30 | Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec... | qhuang8 | 1 | -2/+2 |
2007-08-02 | Changed source file format | jwang36 | 1 | -4/+4 |
2007-07-20 | remove some comments introduced by tools. | vanjeff | 1 | -10/+4 |
2007-07-20 | remove some comments introduced by tools. | vanjeff | 1 | -1/+1 |
2007-07-19 | Remove unused comments in MdePkg. | yshang1 | 1 | -36/+0 |
2007-07-18 | Remove _MSC_VER for this file is just built by MSFT tool chain | klu2 | 1 | -2/+1 |
2007-07-18 | removed comments (and fix) compiler specific compile of .c files | AJFISH | 1 | -4/+4 |
2007-07-18 | 1) Add _MSC_VER judgment for usage of #pragma intrinsic | klu2 | 1 | -1/+2 |
2007-07-12 | Removed MdePkg usage of ModuleName: in file headers | AJFISH | 5 | -10/+0 |
2007-06-29 | Removed CommonHeader.h generated file from the MdePkg. | AJFISH | 8 | -7/+7 |
2007-06-29 | removed [includes] section from MdePkg and MdeModulePkg .inf files. The inclu... | AJFISH | 1 | -10/+0 |
2007-06-27 | Updated to support compiler intrinsics properly. I had to comment out some of... | AJFISH | 1 | -4/+4 |
2007-06-22 | Import some basic libraries instances for Mde Packages. | vanjeff | 9 | -0/+4279 |
2007-06-01 | Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist... | lhauch | 7 | -4104/+0 |
2007-03-15 | 1. Remove #ifdef _MSC_EXTENSION_ from all source files | vanjeff | 3 | -12/+6 |
2007-02-13 | PcdLib is only referenced by IPF arch. | qhuang8 | 1 | -3/+3 |
2007-02-12 | 1) Added BIT0, BIT1, …, BIT63 to the Base Defines | qwang12 | 3 | -69/+477 |
2007-01-26 | Make MDE and EdkModule packages avoid all Intel IPF compiler warnings except ... | xli24 | 1 | -12/+12 |
2006-11-22 | Add 64-bit I/O port functions that ASSERT() | mdkinney | 1 | -0/+50 |
2006-11-14 | Add IPF support in Base IO Lib, and related change in fpd file | gtian | 2 | -1/+447 |
2006-11-03 | According to MDE Library specification, BaseIoLibIntrinsic Module only suppor... | xli24 | 1 | -1/+1 |
2006-09-27 | Remove the duplicated Copy Right in msa header. | lgao4 | 1 | -10/+0 |
2006-08-09 | 1. Added ReadWriteBarrier() before and after each I/O read/write function. | bxing | 1 | -24/+46 |
2006-07-26 | Removed cross references from PciCf8Lib and PciExpressLib class to PciLib cla... | ajfish | 3 | -192/+409 |
2006-07-13 | Added license & copyright declaration | jwang36 | 1 | -0/+10 |
2006-07-12 | 1. Updated some files’ description files in MdePkg, EdkModulePkg & EdkNt32Pkg. | qhuang8 | 1 | -2/+3 |
2006-07-12 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@905 6f19... | alfred | 1 | -1/+1 |
2006-07-07 | Redefine SPEC and Release Version to 0x20000 | lgao4 | 1 | -6/+6 |
2006-07-07 | Obsoleted by new schema and new build tools. | jwang36 | 2 | -80/+0 |
2006-06-30 | removed unnecessary name space declarations in some top level elements | jwang36 | 1 | -3/+3 |