Age | Commit message (Expand) | Author |
2010-01-29 | Add missing [Depex] | mdkinney |
2010-01-28 | Add PXE Tag Definitions for IA32/X64/Arm/IPF architectures. | ljin6 |
2010-01-27 | Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful t... | mdkinney |
2010-01-27 | Fix incorrect array size | qhuang8 |
2010-01-27 | Clean up MdePkg source to correct some coding style issues, etc. | qhuang8 |
2010-01-26 | Fix incorrect Edk revision number in last commit | qhuang8 |
2010-01-26 | Add change log for the incompatible changes in MdePkg in Edk r9817. | qhuang8 |
2010-01-26 | Scrub EFI_ATA_IDENTIFY_DATA and EFI_ATAPI_IDENTIFY_DATA to strict follow ATA-... | qhuang8 |
2010-01-25 | Fix typo in Monotonic Counter GUID macro name | qhuang8 |
2010-01-25 | Define EFI_PXE_BASE_CODE_DHCPV6_PACKET and EFI_PXE_BASE_CODE_PACKET for PXE o... | tye1 |
2010-01-15 | Correct the conflict EFI_ACPI_GET_ACPI_TABLE to EFI_ACPI_GET_ACPI_TABLE2 | lgao4 |
2010-01-15 | Add type-cast to fix build break for IA32 arch | qhuang8 |
2010-01-15 | Fix gcc warning | AJFISH |
2010-01-14 | Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi... | AJFISH |
2010-01-14 | Clean up format of comments | mdkinney |
2010-01-14 | Clean up comments | mdkinney |
2010-01-14 | Some HII related definitions change. Note these changes are inconsistent with... | rsun3 |
2010-01-14 | Fix formatting | mdkinney |
2010-01-14 | Clean up .h files for the CPU I/O PPI and the CPU I/O 2 Protocol | mdkinney |
2010-01-14 | Change SMM CPU I/O to SMM CPU I/O 2 | mdkinney |
2010-01-14 | Remove extra reference to SmmCpuIo.h | mdkinney |
2010-01-11 | disable ICC compiler warning #593: variable was set but never used. | eric_tian |
2009-12-29 | the 1st paramter of the function prototype lost the "CONST" keyword which is ... | jchen20 |
2009-12-25 | Publish definition of MCA/INIT/PMI Protocol & ESAL, as introduced in PI 1.2. | xli24 |
2009-12-25 | replaced EFI_HOB_TYPE_LOAD_PEIM with EFI_HOB_TYPE_LOAD_PEIM_UNUSED | vanjeff |
2009-12-23 | PI 1.1 SMM Feature Check-in | davidhuang |
2009-12-23 | Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL termina... | qhuang8 |
2009-12-22 | Add variable definitions of user identification | gdong1 |
2009-12-17 | 1. Fix a bug encounter in build | davidhuang |
2009-12-17 | To avoid naming conflicts between PI SMMBASE2 Protocol/FRAMEWORK SMM Base Pro... | davidhuang |
2009-12-14 | Introduce a MDEPKG_NDEBUG macro to provide a method which can be used to redu... | eric_tian |
2009-12-11 | Improve status codes returned for functions of EFI_TCG_PROTOCOL. Note that af... | rsun3 |
2009-12-11 | Add return value description for EFI_PEI_RECOVERY_BLOCK_IO_PPI.GetNumberOfBlo... | xli24 |
2009-12-11 | Add missing definition of "EFI_PEI_DESCRIPTOR" in PI spec. | qhuang8 |
2009-12-08 | Directly use FALSE when BootPolicy is FALSE. | lgao4 |
2009-12-07 | 1. fix the wrong description, change "target the buffer" to "the target buffer" | eric_tian |
2009-12-07 | according to IA32 intel architecture spec, mwait instuction needs not the ope... | eric_tian |
2009-12-07 | fix GCC build issue, mWait instruction need not the operands. | eric_tian |
2009-12-07 | Add the missing EFI_IMAGE_EXECUTION_AUTH_ value definitions. | lgao4 |
2009-12-06 | Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo... | AJFISH |
2009-12-05 | Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib... | mdkinney |
2009-12-04 | Prompt the PI specification version to 1.20 and UEFI specification version to... | klu2 |
2009-12-02 | Add more check for local FileInfo variable before it is used. | lgao4 |
2009-12-02 | 1. Fix a bug. (Changing EFI_SMM_SYSTEM_TABLE -> EFI_SMM_SYSTEM_TABLE2 for Smm... | davidhuang |
2009-12-01 | Make MEDIA DEVICE PATH on 2 byte aligned to avoid the access to unaligned dev... | lgao4 |
2009-12-01 | typo in comment | jcarsey |
2009-11-26 | Add PI complied S3 implementation. Move the Opcode definition and EFI_BOOT_SC... | jchen20 |
2009-11-26 | Add new GetFileBufferByFilePath API into DxeServicesLib. | lgao4 |
2009-11-24 | Fix a typo bug that miss & | klu2 |
2009-11-24 | Explicitly cast PCD_CALLBACK to EFI_PCD_PPI_CALLBACK/EFI_PCD_PROTOCOL_CALLBAC... | klu2 |