summaryrefslogtreecommitdiff
path: root/EmbeddedPkg
AgeCommit message (Expand)Author
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin
2011-09-22EmbeddedPkg/Ebl: Fix EBL copy file commandoliviermartin
2011-09-07EmbeddedPkg/Mmc: Fixed ARMGCC buildoliviermartin
2011-09-06Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac...oliviermartin
2011-09-01EmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol functionoliviermartin
2011-08-30EmbeddedPkg/MmcDxe: Card Presence Detect Race Conditionoliviermartin
2011-08-18ArmPkg: Fix ARMGCC buildoliviermartin
2011-08-15EmbeddedPkg/MmcDxe: Set the BlockLength at the beginning of the BlockIo transferoliviermartin
2011-08-15EmbeddedPkg/MmcDxe: Fix the indexes in the response arrayoliviermartin
2011-08-15EmbeddedPkg/MmcDxe: Implement the correct macro to get the device size of SD ...oliviermartin
2011-08-15EmbeddedPkg/MmcDxe: Fix the CMD3 sequenceoliviermartin
2011-08-15EmbeddedPkg/MmcDxe: Improved parameters checkingoliviermartin
2011-08-15EmbeddedPkg/MmcDxe: Create a periodic function to check if a card is presentoliviermartin
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/Ebl: Check if gST->ConOut has been initializedoliviermartin
2011-07-01EmbeddedPkg/PrePiLib: Export HobConstructor()oliviermartin
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-06-15ArmPkg: Fix warnings raised by ARMGCColiviermartin
2011-06-11EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the fun...oliviermartin
2011-06-08Fix bug in SerialRead returning error if no data was present.andrewfish
2011-06-03EmbeddedPkg/SerialDxe: Only read Serial Port if data availableoliviermartin
2011-06-03EmbeddedPkg/SerialDxe: Fix SIMPLE_TEXT_OUT_DEVICE_PATH Device Patholiviermartin
2011-06-03EmbeddedPkg/SimpleTextInOutSerial: Update the cursor positionoliviermartin
2011-06-03EmbeddedPkg/MmcDxe: Fix coding styleoliviermartin
2011-06-03EmbeddedPkg/MmcDxe: Wait for the MMC controller to be in Transfer Modeoliviermartin
2011-06-03EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkgoliviermartin
2011-04-27EmbeddedPkg/LauterbachT32: Lauterbach T32 Debug Scriptsoliviermartin
2011-03-31EmbeddedPkg/Ebl: Add support for env variable deletionoliviermartin
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-12-06Fix dec file to pass new stricter error checking.andrewfish
2010-09-09These libraries moved to ArmPkg, but did not get deleted. Fixing that issue.andrewfish
2010-08-12Fix bug in LoadFv command. Don't free the buffer the file was loaded into as ...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-18Fix newline at end of file issue.andrewfish
2010-05-18Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can ...andrewfish
2010-05-11Added a PCD to turn on/off probing Block IO devices to detect add/remove/chan...andrewfish
2010-05-08Fix gcc warning.andrewfish
2010-05-08Removed connect/disconnect in device command and replace with simple BlockIo ...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