summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Library
AgeCommit message (Expand)Author
2015-08-12EmbeddedPkg: remove mention of ARMGCCArd Biesheuvel
2015-07-07EmbeddedPkg: Remove duplicated definitions of ZeroGuidOlivier Martin
2015-05-29EmbeddedPkg/AcpiLib: Introduced LocateAndInstallAcpiFromFvConditional()Olivier Martin
2015-05-05EmbeddedPkg/PrePiLib: Ensure the FFS files are always 8-byte alignedOlivier Martin
2015-04-08ArmPlatformPkg: Use LzmaDecompress support from MdeModulePkgOlivier Martin
2015-02-26ArmPlatformPkg/ArmVExpressDxe: Load FDT into the EFI Configuration TableRonald Cron
2015-01-23EmbeddedPkg: Introduced AcpiLibOlivier Martin
2014-10-27EmbeddedPkg: Clarify the declaration of SerialPortGetControl()Ronald Cron
2014-10-27EmbeddedPkg: Remove unused TemplateSerialPortLibRonald Cron
2014-09-18EmbeddedPkg: Introduced NULL library for SerialPortExtLibOlivier Martin
2014-09-09EmbeddedPkg: Split off FDT loading functionality from FdtLibArd Biesheuvel
2014-09-01HalRuntimeServicesExampleLib/Rtc.c : Added missing commentsRonald Cron
2014-08-26EmbeddedPkg/FdtLib: Added support to load FDT from Firmware VolumeOlivier Martin
2014-08-26EmbeddedPkg/FdtLib: Added support to load Fdt from SemihostingOlivier Martin
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron
2014-08-19ARM Packages: Removed trailing spacesRonald Cron
2014-05-16EmbeddedPkg/PrePiLib: Remove duplicated definition of EFI_STATUS_CODE_DATA_MA...Olivier Martin
2014-02-24EmbeddedPkg/PrePiLib: Fixed incorrect type castingAndrew Fish
2014-02-12EmbeddedPkg/FdtLib: Updated libfdt to 1.4.0Olivier Martin
2013-07-17EmbeddedPkg/PrePiMemoryAllocationLib: Added dummy FreePages()Olivier Martin
2013-05-15EmbeddedPkg/SerialPortExtLib.h: Changed SerialPortSetAttributes() prototype t...oliviermartin
2013-03-12EmbeddedPkg: Introduced a separate SerialPortExtLib libraryoliviermartin
2013-01-25ARM Packages: Fixed line endingsoliviermartin
2012-09-28EmbeddedPkg: Introduced 'SerialPortExtLib.h'oliviermartin
2012-09-27EmbeddedPkg: Added support to libfdtoliviermartin
2012-02-24EmbeddedPkg/FdtLib: Added patches to support libfdt in EDK2oliviermartin
2011-12-29EmbeddedPkg/PrePiLib: Ensure FvImageInfo has been initialized to zerooliviermartin
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin
2011-08-08EmbeddedPkg: Fix mispellingsoliviermartin
2011-07-06ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin
2011-07-04ArmPlatformPkg: Fix build issuesoliviermartin
2011-07-01EmbeddedPkg: Removed unused PCD valuesoliviermartin
2011-07-01EmbeddedPkg/PrePiHobListPointerLib: New interface to abstract the HobListPoin...oliviermartin
2011-07-01EmbeddedPkg/PrePiLib: Remove the performance measurements from the libraryoliviermartin
2011-07-01EmbeddedPkg/PrePiHobLib: Move Hob functions from PrePiLib to PrePiHobLiboliviermartin
2011-07-01EmbeddedPkg: Introduce PrePiMemoryAllocationLib (2)oliviermartin
2011-07-01EmbeddedPkg: Introduce PrePiMemoryAllocationLiboliviermartin
2011-02-01Fix EBL GetCurrentIpAddress & GetCurrentMacAddress commands. Add variable ser...andrewfish
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish
2010-09-09These libraries moved to ArmPkg, but did not get deleted. Fixing that issue.andrewfish
2010-07-23Fix more InitializeDebugAgent API change bugs. GDB stub was not turned on in ...andrewfish
2010-05-28NullDmaLib:DmaMap() function needs to return valid DeviceAddress.andrewfish
2010-05-28Add a DMA lib that works like PCI_IO protocl. Add a NULL version that would w...andrewfish
2010-05-07Fix svn check in bug that broke CWD. Update the connect disconnect support in...andrewfish
2010-05-04Remove probe for removable media from FileLib, it was getting called way too ...andrewfish
2010-04-30Update FileLib to use pointer to BlockIo->Media and not a cached copy also ad...andrewfish
2010-04-29Update the copyright notice formathhtian
2010-04-21Clean up using FIQ as ctrl-c checker so you can break in from the debugger.andrewfish
2010-04-13Add supported for performance libraries.andrewfish
2010-04-03Add the beginning of a GDB based Debug Agent. IA-32 and X64 don't have low le...andrewfish