| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync patch r11825 from main trunk. | vanjeff | 2012-01-19 | 1 | -3/+3 |
* | sync patch r10781, r10793, r10797, r10799 from main trunk. | vanjeff | 2011-04-18 | 7 | -61/+26 |
* | sync patch r11046, r11047, from main trunk. | vanjeff | 2011-04-13 | 4 | -12/+12 |
* | sync patch r10864, r10865, r10866, r10876 from main trunk. | vanjeff | 2010-10-13 | 1 | -2/+2 |
* | sync patches r10549, r10550, and r10773 from main trunk. | vanjeff | 2010-08-11 | 1 | -17/+205 |
* | Fix bug in BaseLib AsmCpuVirtual() to return 1 instead of 0 when CPU is in vi... | xdu2 | 2010-04-27 | 1 | -1/+2 |
* | Remove obsolete BuildCapsuleHob() function in DxeCoreHobLib. | qhuang8 | 2010-03-23 | 1 | -26/+1 |
* | Add Math64.S to reduce the number of compiler intrinsics that need to be supp... | andrewfish | 2010-03-17 | 2 | -2/+267 |
* | Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg. | jyao1 | 2010-03-05 | 2 | -77/+0 |
* | Add SmmCore SmmServicesTable library. | jyao1 | 2010-03-05 | 2 | -0/+77 |
* | Remove SMM_CORE from SmmServicesTableLib.inf that is dedicated for DXE_SMM_DR... | hhuan13 | 2010-03-04 | 1 | -1/+1 |
* | Removing "Ex" in PI PCD_PPI/PROTOCOL's interface according to PI 1.2 latest u... | klu2 | 2010-03-03 | 2 | -28/+28 |
* | updated definitions of PCD PPI/Protocol per latest UEFI Spec. | vanjeff | 2010-03-01 | 1 | -2/+2 |
* | Remove assumption that the transition code for transitioning from 64-bit to 3... | mdkinney | 2010-03-01 | 2 | -15/+21 |
* | Update SEC Platform Information PPI according to PI 1.2 errata A. | xli24 | 2010-02-27 | 1 | -11/+11 |
* | Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. | klu2 | 2010-02-25 | 9 | -13/+1 |
* | Correct Copyright year format | lgao4 | 2010-02-24 | 1 | -1/+1 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-24 | 81 | -304/+304 |
* | Disable interrupt when changing IDTR register. | klu2 | 2010-02-23 | 5 | -5/+20 |
* | Temporarily remove the C implementation of some GCC assembly files in MdePkg.... | qhuang8 | 2010-02-23 | 8 | -4020/+2 |
* | Remove SMM_CORE as a supported module type for the MemoryAllocationLib instan... | mdkinney | 2010-02-15 | 1 | -7/+3 |
* | Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER | mdkinney | 2010-02-14 | 2 | -0/+862 |
* | 1) Remove dependency on the UEFI Boot Services Table Library so the gBS, gST,... | mdkinney | 2010-02-14 | 2 | -29/+18 |
* | Remove constructor from this library. This library already has SMM CPU I/O 2... | mdkinney | 2010-02-14 | 2 | -38/+5 |
* | Do not set gBS to NULL when the ExitBootServices event notification for the U... | mdkinney | 2010-02-11 | 1 | -6/+1 |
* | Minor update to fix typos and update the file to use \r\n as end of line | qhuang8 | 2010-02-01 | 1 | -3/+3 |
* | Add missing dependency expression for some library instances in MdePkg | qhuang8 | 2010-02-01 | 8 | -13/+25 |
* | Add missing [Depex] | mdkinney | 2010-01-29 | 1 | -0/+3 |
* | Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful t... | mdkinney | 2010-01-27 | 2 | -0/+137 |
* | Clean up MdePkg source to correct some coding style issues, etc. | qhuang8 | 2010-01-27 | 8 | -31/+76 |
* | Add type-cast to fix build break for IA32 arch | qhuang8 | 2010-01-15 | 1 | -2/+2 |
* | Fix gcc warning | AJFISH | 2010-01-15 | 1 | -31/+33 |
* | Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi... | AJFISH | 2010-01-14 | 1 | -0/+45 |
* | Clean up .h files for the CPU I/O PPI and the CPU I/O 2 Protocol | mdkinney | 2010-01-14 | 1 | -4/+2 |
* | Change SMM CPU I/O to SMM CPU I/O 2 | mdkinney | 2010-01-14 | 5 | -53/+16 |
* | Remove extra reference to SmmCpuIo.h | mdkinney | 2010-01-14 | 2 | -8/+3 |
* | PI 1.1 SMM Feature Check-in | davidhuang | 2009-12-23 | 16 | -13/+5148 |
* | Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL termina... | qhuang8 | 2009-12-23 | 1 | -2/+10 |
* | Directly use FALSE when BootPolicy is FALSE. | lgao4 | 2009-12-08 | 1 | -1/+1 |
* | 1. fix the wrong description, change "target the buffer" to "the target buffer" | eric_tian | 2009-12-07 | 48 | -64/+80 |
* | according to IA32 intel architecture spec, mwait instuction needs not the ope... | eric_tian | 2009-12-07 | 1 | -1/+1 |
* | fix GCC build issue, mWait instruction need not the operands. | eric_tian | 2009-12-07 | 1 | -1/+1 |
* | Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo... | AJFISH | 2009-12-06 | 2 | -30/+30 |
* | Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib... | mdkinney | 2009-12-05 | 16 | -16/+568 |
* | Add more check for local FileInfo variable before it is used. | lgao4 | 2009-12-02 | 1 | -1/+1 |
* | Make MEDIA DEVICE PATH on 2 byte aligned to avoid the access to unaligned dev... | lgao4 | 2009-12-01 | 1 | -1/+16 |
* | Add new GetFileBufferByFilePath API into DxeServicesLib. | lgao4 | 2009-11-26 | 2 | -5/+348 |
* | Fix a typo bug that miss & | klu2 | 2009-11-24 | 1 | -1/+1 |
* | Explicitly cast PCD_CALLBACK to EFI_PCD_PPI_CALLBACK/EFI_PCD_PROTOCOL_CALLBAC... | klu2 | 2009-11-24 | 2 | -4/+4 |
* | 1, PeiPcdLib use EFI_PEI_PCD_PPI defined in PI 1.2 to handle dynamicEx type P... | klu2 | 2009-11-24 | 4 | -51/+123 |