summaryrefslogtreecommitdiff
path: root/EmbeddedPkg
AgeCommit message (Expand)AuthorFilesLines
2011-07-06ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin2-314/+314
2011-07-04ArmPlatformPkg: Fix build issuesoliviermartin1-1/+1
2011-07-01EmbeddedPkg: Removed unused PCD valuesoliviermartin2-13/+0
2011-07-01EmbeddedPkg/Ebl: Check if gST->ConOut has been initializedoliviermartin1-0/+5
2011-07-01EmbeddedPkg/PrePiLib: Export HobConstructor()oliviermartin1-0/+7
2011-07-01EmbeddedPkg/PrePiHobListPointerLib: New interface to abstract the HobListPoin...oliviermartin3-0/+152
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-06-15ArmPkg: Fix warnings raised by ARMGCColiviermartin1-0/+2
2011-06-11EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the fun...oliviermartin2-2/+2
2011-06-08Fix bug in SerialRead returning error if no data was present.andrewfish1-1/+5
2011-06-03EmbeddedPkg/SerialDxe: Only read Serial Port if data availableoliviermartin1-3/+5
2011-06-03EmbeddedPkg/SerialDxe: Fix SIMPLE_TEXT_OUT_DEVICE_PATH Device Patholiviermartin2-2/+2
2011-06-03EmbeddedPkg/SimpleTextInOutSerial: Update the cursor positionoliviermartin1-2/+60
2011-06-03EmbeddedPkg/MmcDxe: Fix coding styleoliviermartin2-678/+710
2011-06-03EmbeddedPkg/MmcDxe: Wait for the MMC controller to be in Transfer Modeoliviermartin2-5/+17
2011-06-03EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkgoliviermartin9-1/+1831
2011-04-27EmbeddedPkg/LauterbachT32: Lauterbach T32 Debug Scriptsoliviermartin7-0/+525
2011-03-31EmbeddedPkg/Ebl: Add support for env variable deletionoliviermartin1-4/+25
2011-02-01Fix EBL GetCurrentIpAddress & GetCurrentMacAddress commands. Add variable ser...andrewfish7-16/+218
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish1-0/+5
2010-12-06Fix dec file to pass new stricter error checking.andrewfish1-2/+2
2010-09-09These libraries moved to ArmPkg, but did not get deleted. Fixing that issue.andrewfish4-470/+0
2010-08-12Fix bug in LoadFv command. Don't free the buffer the file was loaded into as ...andrewfish1-1/+3
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...andrewfish4-2/+350
2010-05-18Fix newline at end of file issue.andrewfish1-1/+2
2010-05-18Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can ...andrewfish2-159/+0
2010-05-11Added a PCD to turn on/off probing Block IO devices to detect add/remove/chan...andrewfish4-22/+48
2010-05-08Fix gcc warning.andrewfish1-1/+0
2010-05-08Removed connect/disconnect in device command and replace with simple BlockIo ...andrewfish1-10/+4
2010-05-07Fix svn check in bug that broke CWD. Update the connect disconnect support in...andrewfish3-3/+21
2010-05-04Remove probe for removable media from FileLib, it was getting called way too ...andrewfish3-113/+111
2010-04-30Update FileLib to use pointer to BlockIo->Media and not a cached copy also ad...andrewfish3-15/+42
2010-04-29Update the copyright notice formathhtian111-286/+247
2010-04-21Fixup Embedded Package PCD namesandrewfish1-2/+3
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...andrewfish14-4/+4836
2010-04-03Add Current working directory support to the libraryandrewfish1-379/+372
2010-02-25Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. R...andrewfish2-1/+23
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten7-0/+0
2010-02-17Fix case bug.andrewfish1-1/+1
2010-02-16Fix typo in mfill commandandrewfish1-2/+2
2010-02-15Cleanup SerailIO drivers to have a device path and use PCD settings for vario...andrewfish4-13/+79
2010-02-12Fix help command scroll issue. Also add FV space used, and free space to dir ...andrewfish5-9/+54
2010-02-12Change UI for dir of FV to make it less confusing.andrewfish1-14/+17