summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2013-07-17EmbeddedPkg/PrePiMemoryAllocationLib: Added dummy FreePages()Olivier Martin1-0/+26
2013-05-15EmbeddedPkg/SerialPortExtLib.h: Changed SerialPortSetAttributes() prototype t...oliviermartin1-6/+6
2013-03-12EmbeddedPkg: Introduced a separate SerialPortExtLib libraryoliviermartin4-64/+119
2013-01-25ARM Packages: Fixed line endingsoliviermartin29-8378/+8378
2012-09-28EmbeddedPkg: Introduced 'SerialPortExtLib.h'oliviermartin1-3/+64
2012-09-27EmbeddedPkg: Added support to libfdtoliviermartin15-1009/+2046
2012-02-24EmbeddedPkg/FdtLib: Added patches to support libfdt in EDK2oliviermartin4-0/+1010
2011-12-29EmbeddedPkg/PrePiLib: Ensure FvImageInfo has been initialized to zerooliviermartin1-0/+1
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin3-9/+8
2011-08-08EmbeddedPkg: Fix mispellingsoliviermartin2-14/+14
2011-07-06ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin1-192/+192
2011-07-04ArmPlatformPkg: Fix build issuesoliviermartin1-1/+1
2011-07-01EmbeddedPkg: Removed unused PCD valuesoliviermartin1-6/+0
2011-07-01EmbeddedPkg/PrePiHobListPointerLib: New interface to abstract the HobListPoin...oliviermartin2-0/+108
2011-07-01EmbeddedPkg/PrePiLib: Remove the performance measurements from the libraryoliviermartin1-21/+0
2011-07-01EmbeddedPkg/PrePiHobLib: Move Hob functions from PrePiLib to PrePiHobLiboliviermartin4-857/+867
2011-07-01EmbeddedPkg: Introduce PrePiMemoryAllocationLib (2)oliviermartin2-4/+75
2011-07-01EmbeddedPkg: Introduce PrePiMemoryAllocationLiboliviermartin1-1/+0
2011-02-01Fix EBL GetCurrentIpAddress & GetCurrentMacAddress commands. Add variable ser...andrewfish2-12/+7
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish1-0/+5
2010-09-09These libraries moved to ArmPkg, but did not get deleted. Fixing that issue.andrewfish4-470/+0
2010-07-23Fix more InitializeDebugAgent API change bugs. GDB stub was not turned on in ...andrewfish3-9/+45
2010-05-28NullDmaLib:DmaMap() function needs to return valid DeviceAddress.andrewfish1-0/+2
2010-05-28Add a DMA lib that works like PCI_IO protocl. Add a NULL version that would w...andrewfish2-0/+188
2010-05-07Fix svn check in bug that broke CWD. Update the connect disconnect support in...andrewfish1-0/+10
2010-05-04Remove probe for removable media from FileLib, it was getting called way too ...andrewfish1-107/+82
2010-04-30Update FileLib to use pointer to BlockIo->Media and not a cached copy also ad...andrewfish1-4/+31
2010-04-29Update the copyright notice formathhtian53-129/+117
2010-04-21Clean up using FIQ as ctrl-c checker so you can break in from the debugger.andrewfish4-25/+54
2010-04-13Add supported for performance libraries.andrewfish5-0/+74
2010-04-03Add the beginning of a GDB based Debug Agent. IA-32 and X64 don't have low le...andrewfish11-0/+4771
2010-04-03Add Current working directory support to the libraryandrewfish1-379/+372
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten4-0/+0
2010-02-17Fix case bug.andrewfish1-1/+1
2010-02-12Fix help command scroll issue. Also add FV space used, and free space to dir ...andrewfish1-1/+9
2010-02-11Add support for Seeking on FV, and update the device syntax to support specif...andrewfish1-41/+77
2010-02-11Fix issue with making a seek to zero on an FV file legal.andrewfish1-3/+5
2010-02-10Update EBL to have an optional width specifier on commands. So hexdump.4 mean...andrewfish1-36/+50
2010-02-10The VOLUME name case did not reserve enough storage in the CWD function.andrewfish1-1/+1
2010-02-10Fix issue with VOLUMN Name as an alias for device name.andrewfish1-42/+43
2010-02-10Needed to fix defaulting / to be \ as it is required by EFI Simple File System.andrewfish1-2/+2
2010-02-10Add CWD and thus a cd command to EBL shell. Fix WatchdogTimout code in EBL, i...andrewfish1-10/+158
2010-02-07Added CWD to EfiFileLib. Fix some X64 warnings.andrewfish1-1/+82
2010-01-31Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently...andrewfish4-24/+42
2010-01-31Rmove info filesandrewfish2-0/+0
2010-01-31Remove info filesandrewfish2-0/+0
2010-01-30Adding some new libraries to experiment with size reduction. Trying not to du...andrewfish8-0/+410
2010-01-30Change name to remove Templateandrewfish4-5/+55
2010-01-30Fix some VS2003 warningsandrewfish1-4/+4
2010-01-12A few more header fixesAJFISH13-18/+25