]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg
Fix linked list loops
[mirror_edk2.git] / MdePkg /
2009-05-21 eric_tianupdate the file description of PrintXY and AsciiPrintXY...
2009-05-21 lgao4Fix ScsiLib build break by << operator, which is replac...
2009-05-21 xli24Remove __APPLE__ usage in ProcessorBind.h files.
2009-05-20 mdkinneyRemove redundant #include statements
2009-05-20 mdkinneyRemove redundant #include
2009-05-20 mdkinneyUpdate #ifndef to match the name of the include file.
2009-05-20 mdkinneyRemove extra #include that is not required for this...
2009-05-20 xli24Define macro for .global/.globl in assembly.
2009-05-20 xli24Replace .globl with ASM_GLOBAL
2009-05-20 xli241. Remove .extern from GCC assembly.
2009-05-19 rsun3Add back logic to encode LUN in CDB for compatibility...
2009-05-19 xli24Fix the unaligned issue of PCI read/write buffer.
2009-05-19 rsun3Fix bugs in the UEFI SCSI Library.
2009-05-19 xli24Add BaseLib for BaseCpuLib.inf.
2009-05-18 lgao41. Clean up MdePkg internal header files
2009-05-15 eric_tiancleanup the .S file to wrap all public symbols with...
2009-05-15 xli24Update CpuSleep() for IPF.
2009-05-14 xli241. Add address check for "RegisterForRuntime" APIs...
2009-05-12 vanjefffixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESO...
2009-05-12 rsun3Fix the implementation of AsciiStrStr() and StrStr...
2009-05-12 qhuang8Minor update the function interface for three re-alloca...
2009-05-11 qhuang8Add conformance check for OldBuffer and size even if...
2009-05-11 qhuang8Fix minor coding style issue for ScsiReadCapacity16Comm...
2009-05-11 eric_tianIn PrintXY() and AsciiPrintXY(), the number of chartact...
2009-05-11 eric_tianadd the extra comments into BasePeCoffRelocateImage...
2009-05-10 mdkinneyUpdate GCC version of VAR_ARG () to be compatible with...
2009-05-09 mdkinneyClarify BuildCvHob() API in HobLib to state that this...
2009-05-09 mdkinneyUpdate function header description of ScsiReadCapacity1...
2009-05-09 mdkinneyClarify that FreePages(), FreeAlignedPages(), and FreeP...
2009-05-09 mdkinney1) Clarify file and function header comments for the...
2009-05-08 mdkinneyClarify clipping behavior of PrintXY() and AsciiPrintXY().
2009-05-08 mdkinneyClarify ASSERT() conditions for Reallocate Pool functions.
2009-05-08 mdkinneyClean up comment
2009-05-08 rsun3Fix bugs in StrStr() and AsciiStrStr().
2009-05-08 eric_tianThe GCC compiler’s behavior is different than the Micro...
2009-05-06 klu2Synchronize PCD_Infrastructure 0.55 with source code.
2009-05-06 klu2Remove duplicated PcdDebugPrintErrorLevel definition...
2009-05-06 eric_tianfix the wrong data length. According to spec, to get...
2009-05-06 lgao4Update BasePeCoff to Initialize the debug field to...
2009-05-04 eric_tianfix the typo
2009-05-04 klu2Update function comments for AsmPrepareThunk16, AsmThun...
2009-05-04 klu2Add checking for ThunkAttribute to avoid THUNK_ATTRIBUT...
2009-04-30 gikidyReview the comments to match Spec.
2009-04-30 qhuang8Fix the bug that EnablePaging64() should assert() for...
2009-04-30 gikidyReplace references to RFC 3066 with RFC 4646.
2009-04-30 gikidyReplace references to RFC 3066 with RFC 4646.
2009-04-30 lgao4Update BasePeCoffLib comments to specify this library...
2009-04-30 lgao4Update IPF version BasePeCoffLib only supports IFP...
2009-04-30 xli24Fix the bug that SetMem.S of BaseMemoryLibOptDxe is...
2009-04-30 xli24Fix the bug in DxeRuntimePciExpressLib that behavior...
2009-04-29 klu2Add limitation clarification for usage of AsmPrepareThu...
2009-04-29 xli24Fix the bug that gEfiSalSystemTableGuid is missing...
2009-04-29 xli24Fix the bug that InternalReallocatePool() ignores the...
2009-04-28 vanjefffixed ECC issues.
2009-04-27 eric_tianupdate platformlangcodes and langcodes to adapt new...
2009-04-27 lgao4Correct minor comments.
2009-04-24 qhuang8Merge RuntimeLib and RuntimeServices.c.
2009-04-24 qhuang8Use GUIDed event for virtual address change event
2009-04-23 qhuang8Add check for the validity of resource directory address.
2009-04-23 qhuang8Add checking for start address for PCI express Read...
2009-04-23 eric_tianupdate
2009-04-23 eric_tianupdate string function comment to clear the semantic...
2009-04-22 qhuang8Add HiiResourceData field to PeCoffLib library class...
2009-04-21 jljustenRename enum with a duplicate name of EVENT_LOG_TYPE_DATA.
2009-04-20 gikidyCoding style verified.
2009-04-20 qhuang8Remove some unrecognized unicode characters.
2009-04-20 gikidyEnhanced industry standard definitions of SMBIOS Table.
2009-04-20 vanjeff1. use #define instead of enumerator type for Structure...
2009-04-17 qhuang8Save segment registers on stack in case the thunk code...
2009-04-16 vanjeffrremove EFI_IMAGE_SUBSYSTEM_EFI_EFI_ROM. No spec to...
2009-04-16 lgao4Add UEFI2.1d HiiPlatformSetupFormset Guid
2009-04-15 qhuang8Fix several minor coding style issues.
2009-04-15 qhuang8Add extra definition to MdePkg\Include\IndustrialStanda...
2009-04-15 qhuang8Add UEFI 2.1d Hii Package list GUID definition to MdePkg.
2009-04-15 vanjeffadd security check
2009-04-13 vanjeff1. add ata identify data definition for ATA-5
2009-04-10 jljustenFix various 'EFIAPI' inconsistencies found while buildi...
2009-04-10 jljustenAllow EFIAPI to be defined on the compiler command...
2009-04-10 jljustenFix some build issues encountered with ELFGCC.
2009-04-09 gikidyUseless definition removed and typo corrected.
2009-04-07 eric_tianadd assertion condition to satisfy the requirement...
2009-04-03 gikidyMEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH process added.
2009-04-02 lgao4Add CreatePopUp API into UefiLib
2009-04-02 gikidyFix some typo.
2009-04-02 gikidyAdd flag for device directly connect to the HBA.
2009-04-01 jji4Read-Capacity16 command added for SCSI drivers
2009-04-01 gikidyNew data field added follow UEFI Spec.
2009-03-27 jji4Synchronized with UEFI Spec
2009-03-27 qhuang8Retire RFC_3066_ENTRY_SIZE definition.
2009-03-26 jji4Synchronized with UEFI Spec
2009-03-26 jji4Synchronized with UEFI Spec
2009-03-24 qhuang8Fix minor formatting issue.
2009-03-24 qhuang8Add GetVariabe(), GetEfiGlobalVariable() and GetBestLan...
2009-03-17 jji4ISO_639_2_ENTRY_SIZE has been moved to be local.
2009-03-15 vanjeffremove some internal definitions.
2009-03-12 qhuang8Fix typos in GCC assembly.
2009-03-10 qhuang8Remove wrong comments in function header.
2009-03-10 qhuang8Remove incorrect assertion. According to spec, it shoul...
2009-03-10 lgao4Correct ASSERT to more cases.
2009-03-10 vanjeffcomments update.
next