]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg
fix swap of pointers
[mirror_edk2.git] / MdePkg /
2009-06-11 vanjeffupdate codes per MdePkg doxgen review comments.
2009-06-10 jcarseygit-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2009-06-10 gikidyFor X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned...
2009-06-10 gikidySave/Restore xmm6-xmm15 in function setJump/longJump...
2009-06-10 gikidySave/Restore xmm6-xmm15 in function setJump/longJump.
2009-06-05 klu2 Need use 32-bit register to hold 32-bit stack address.
2009-06-05 klu2 Need use 32-bit register to hold 32-bit stack address.
2009-06-05 klu2Fix the bug that if code is run above 4G, AsmDisablePag...
2009-06-05 klu2Fix the bug that if code is run above 4G, AsmDisablePag...
2009-06-05 klu2Update comment for return description for PcdSetX macros.
2009-06-05 klu2The return description for LibPcdSetx function is ambig...
2009-06-05 rsun3Add missing parameter check ASSERTs in ScsiReadCapacity...
2009-06-04 mdkinneyFix build breaks from comment clean up checkin
2009-06-04 pkandelSecond set of changes based on a review of the code...
2009-06-04 xli24Add ASSERT check for AsmFlushCacheRange().
2009-06-04 eric_tianfix the issue when passing a L"" string to PrintXY.
2009-06-04 vanjeffupdate comments per review comments.
2009-06-04 pkandelReviewed the code comments in the Include/Protocol...
2009-06-03 qhuang81. Fix the bug that we should use rip relative addressi...
2009-06-03 qhuang8Save label "@F" to 64-bit register (r10) instead of...
2009-06-03 eric_tianmodify the implementation of GetInterface and GetConfig...
2009-06-02 qhuang8Use rip relative addressing for x64 label for Thunk16...
2009-05-31 mdkinneyCorrect parameter names for ASSERT() checks.
2009-05-30 mdkinneyThis checkin addresses the compatibility issue of passi...
2009-05-26 qhuang8Correct one minor instruction to clear the lower 4...
2009-05-26 qhuang8Fix the bug in x64 thunk code that it cannot handle...
2009-05-26 eric_tianupdate comments on implementation
2009-05-26 eric_tiansync the StrToImage flag of UGA to consistent with GOP
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.
next