summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2011-11-08MdePkg/BaseLib: Replaced inline assembly for ARMGCC by GCC assembly source fileoliviermartin3-77/+69
2011-10-27Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiF...lzeng143-10/+52
2011-10-24Update Base type SecPeiDxeTimerLibCpu to support all module type.lgao41-3/+6
2011-10-08Fix Xcode link failure. Relocations are not supported in .text sections.andrewfish1-1/+1
2011-09-14Refine code to follow coding style.ydong101-1/+1
2011-09-13Minor copyright format updatehhtian1-1/+1
2011-09-08MdePkg: Add missing implementation of GetTimeInNanoSecond() to TimerLib libra...xdu21-0/+44
2011-09-05Refine code to follow coding style.ydong101-1/+1
2011-09-02Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h.li-elvin1-24/+1
2011-09-02Add check before use to make code run more safer.ydong101-8/+9
2011-08-29MdePkg: Add S3 library interfaces and base implementationsjljusten10-0/+5865
2011-08-25Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu23-3/+112
2011-08-24Refine code to follow coding style.ydong101-1/+1
2011-08-19Simplify the SmmPeriodicSmiLib to call AllocatePool() for every entry in the ...niruiyu1-43/+11
2011-08-15Use linked list to replace the current array solution to store the periodic S...niruiyu1-123/+173
2011-08-09Fix X64 compile error.lgao41-1/+1
2011-08-08clarify the logic of the print length counting functions in both PrintLib lib...jcarsey1-25/+17
2011-08-04Fix X64 compile error.lgao41-1/+1
2011-08-02Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey4-42/+255
2011-08-02MdePkg: Fixed hang/reset in thunk code when building with GCC X64geekboy15a1-6/+6
2011-07-27For libraries that have multiple module types support, just define a [Depex] ...lzeng1414-28/+28
2011-07-20MdePkg: Update CpuSleep to use ARMv7 instruction. andrewfish2-7/+17
2011-07-12MdePkg: Fix X64 clang compile issues.andrewfish5-29/+93
2011-06-28Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.jcarsey1-1/+4
2011-06-21Initialize data before using itydong102-1/+12
2011-06-15For BaseLib IsNull() function , update retval value comment to match its func...lgao41-3/+3
2011-06-10Add ESAL support libraries to MdePkgmdkinney21-0/+9365
2011-06-09Change BuildGuidHob and BuildGuidDataHob to return NULL upon failure.niruiyu3-11/+59
2011-05-26Fix ICC build break.lgao41-3/+9
2011-05-24Update BasePrintLib to handle the unaligned GUID. lgao41-4/+4
2011-05-23Add BlockIO revision 3 definition. Add new API ScsiInquiryCommandEx to UefiSc...niruiyu1-5/+115
2011-04-19Update the description of Loaded Image Protocol Unload function to follow the...lgao41-5/+6
2011-03-15Refine code to follow coding style.ydong101-3/+5
2011-03-14Enhance inf to follow spec.ydong101-6/+6
2011-03-10Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney9-25/+123
2011-02-21A minor change for the format of usage align with spec.gikidy1-1/+1
2011-02-17Update inappropriate comments.ydong101-4/+4
2011-02-16Per PI1.2B spec, for the case that TE Image Relocation Data Directory Entry V...lgao41-1/+9
2011-02-11Add SmmPeriodicSmiLib to MdePkg.mdkinney2-0/+1215
2011-02-01Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update...andrewfish8-43/+21
2011-01-07Fix InternalMemScanMem* functions so that they return the pointer to the matc...darylm5031-8/+12
2010-12-30Fix issue when BaseDebugLibSerialPort is combined with BaseSerialPortLibNull....mdkinney1-3/+1
2010-12-22Update inappropriate comments.ydong101-3/+3
2010-12-18Add CONSTRUCTOR to BaseDebugLibSerialPort to call SerialPortInitialize() in t...mdkinney2-4/+25
2010-12-18Remove CONSTRUCTOR from DxePcdLib aligning the DxePcdLib design with the PeiP...mdkinney2-91/+70
2010-12-18Add an empty CONSTRUCTOR to the UefiLib to resolve library dependency issues.mdkinney2-0/+23
2010-12-17Fix DxeHobLib to also support a module type of SMM_CORE.mdkinney1-2/+1
2010-12-16Add support for ARM MOVW/MOVT instructions that were added in the latest PE/C...andrewfish1-5/+164
2010-12-15Fix issue with CodeSourcery gcc requiring assembly functions to have a .type ...andrewfish8-2/+37
2010-12-06MdePkg: Fix GCC Thunk support for IA32jljusten1-2/+2