]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg
Remove ".intel_syntax", convert MASM to GAS.
[mirror_edk2.git] / MdePkg /
2009-08-12 vanjeffadd 2 class code definitions defiled in PCI 2.3 spec.
2009-08-12 qhuang8Use "movd" instruction to manipulate MMX register to...
2009-08-11 qhuang8Minor update to remove some Unicode character in public...
2009-08-11 qhuang8Minor update source to make end-of-line consistent.
2009-08-11 qhuang8Remove all unnecessary .align directives in MdePkg
2009-08-11 qhuang8clean up all of eight BaseMemoryLib instances in MdePkg...
2009-08-07 lgao4Correct the format of comments
2009-08-04 lgao4remove incorrect comments.
2009-07-29 vanjeffupdate MdePkg version to 1.01
2009-07-28 klu2Add PcdVerifyNoteInList for judge whether do verificati...
2009-07-27 lgao4Remove unrecognized characters.
2009-07-24 vanjeffUpdated EFI_MTFTP4_TOKEN structure to add member Contex...
2009-07-24 mdkinneyMove those status code definitions that exactly match...
2009-07-23 lgao4Update EFI_PEI_FIRMWARE_VOLUME_PPI.FindFileByName funct...
2009-07-23 lgao4Rename BaseLib internal functions by adding InternalBas...
2009-07-15 lgao4Remove unrecognized characters.
2009-07-14 mdkinneyAdd the following PI 1.2 Protocols to the MdePkg
2009-07-13 mdkinneyAdd the following PI 1.2 Protocols to the MdePkg
2009-07-13 klu2Add macro definitions indicating from SMBIOS 2.6
2009-07-13 mdkinneyAdd the following PI 1.2 PPIs to the MdePkg
2009-07-13 mdkinneyAdd MP Services Protocol from the UEFI Platform Initial...
2009-07-12 mdkinneyFix typo in #ifndef name
2009-07-11 mdkinneyRemove "Module Name:" from include file headers.
2009-07-08 jchen20to fill the gap between PI1.0 and code to fix the bug...
2009-07-05 mdkinneyFix minor typo
2009-07-03 gikidyFix a typo.
2009-07-01 mdkinneyUpdate BASE_ARG() macro to pass static analysis tools...
2009-07-01 zliu3Update the Tpm12.h to the TCG TPM spec 1.2 revision
2009-07-01 lgao4Enhance function macro EFI_PEI_PCI_CFG_ADDRESS defined...
2009-06-30 mdkinneyAdjust the behavior of the MdePkg Print Library class...
2009-06-21 klu2Fix the wrong structure definition in Smbios.h.
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...
next