summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg
Commit message (Expand)AuthorAgeFilesLines
* ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin2012-02-282-2/+2
* EmbeddedPkg/FdtLib: Added patches to support libfdt in EDK2oliviermartin2012-02-244-0/+1010
* EmbeddedPkg/PrePiLib: Ensure FvImageInfo has been initialized to zerooliviermartin2011-12-291-0/+1
* EmbeddedPkg: Fix Runtime driver module typeoliviermartin2011-12-142-2/+2
* Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2011-09-2210-169/+192
* EmbeddedPkg/Ebl: Fix EBL copy file commandoliviermartin2011-09-221-3/+53
* EmbeddedPkg/Mmc: Fixed ARMGCC buildoliviermartin2011-09-071-2/+2
* Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac...oliviermartin2011-09-061-16/+16
* EmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol functionoliviermartin2011-09-014-60/+99
* EmbeddedPkg/MmcDxe: Card Presence Detect Race Conditionoliviermartin2011-08-303-80/+95
* ArmPkg: Fix ARMGCC buildoliviermartin2011-08-181-1/+0
* EmbeddedPkg/MmcDxe: Set the BlockLength at the beginning of the BlockIo transferoliviermartin2011-08-151-10/+12
* EmbeddedPkg/MmcDxe: Fix the indexes in the response arrayoliviermartin2011-08-151-8/+8
* EmbeddedPkg/MmcDxe: Implement the correct macro to get the device size of SD ...oliviermartin2011-08-152-3/+3
* EmbeddedPkg/MmcDxe: Fix the CMD3 sequenceoliviermartin2011-08-151-11/+13
* EmbeddedPkg/MmcDxe: Improved parameters checkingoliviermartin2011-08-151-9/+19
* EmbeddedPkg/MmcDxe: Create a periodic function to check if a card is presentoliviermartin2011-08-153-6/+87
* EmbeddedPkg: Fix mispellingsoliviermartin2011-08-0821-146/+146
* ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin2011-07-062-314/+314
* ArmPlatformPkg: Fix build issuesoliviermartin2011-07-041-1/+1
* EmbeddedPkg: Removed unused PCD valuesoliviermartin2011-07-012-13/+0
* EmbeddedPkg/Ebl: Check if gST->ConOut has been initializedoliviermartin2011-07-011-0/+5
* EmbeddedPkg/PrePiLib: Export HobConstructor()oliviermartin2011-07-011-0/+7
* EmbeddedPkg/PrePiHobListPointerLib: New interface to abstract the HobListPoin...oliviermartin2011-07-013-0/+152
* EmbeddedPkg/PrePiLib: Remove the performance measurements from the libraryoliviermartin2011-07-011-21/+0
* EmbeddedPkg/PrePiHobLib: Move Hob functions from PrePiLib to PrePiHobLiboliviermartin2011-07-014-857/+867
* EmbeddedPkg: Introduce PrePiMemoryAllocationLib (2)oliviermartin2011-07-012-4/+75
* EmbeddedPkg: Introduce PrePiMemoryAllocationLiboliviermartin2011-07-011-1/+0
* ArmPkg: Fix warnings raised by ARMGCColiviermartin2011-06-151-0/+2
* EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the fun...oliviermartin2011-06-112-2/+2
* Fix bug in SerialRead returning error if no data was present.andrewfish2011-06-081-1/+5
* EmbeddedPkg/SerialDxe: Only read Serial Port if data availableoliviermartin2011-06-031-3/+5
* EmbeddedPkg/SerialDxe: Fix SIMPLE_TEXT_OUT_DEVICE_PATH Device Patholiviermartin2011-06-032-2/+2
* EmbeddedPkg/SimpleTextInOutSerial: Update the cursor positionoliviermartin2011-06-031-2/+60
* EmbeddedPkg/MmcDxe: Fix coding styleoliviermartin2011-06-032-678/+710
* EmbeddedPkg/MmcDxe: Wait for the MMC controller to be in Transfer Modeoliviermartin2011-06-032-5/+17
* EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkgoliviermartin2011-06-039-1/+1831
* EmbeddedPkg/LauterbachT32: Lauterbach T32 Debug Scriptsoliviermartin2011-04-277-0/+525
* EmbeddedPkg/Ebl: Add support for env variable deletionoliviermartin2011-03-311-4/+25
* Fix EBL GetCurrentIpAddress & GetCurrentMacAddress commands. Add variable ser...andrewfish2011-02-017-16/+218
* Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish2010-12-151-0/+5
* Fix dec file to pass new stricter error checking.andrewfish2010-12-061-2/+2
* These libraries moved to ArmPkg, but did not get deleted. Fixing that issue.andrewfish2010-09-094-470/+0
* Fix bug in LoadFv command. Don't free the buffer the file was loaded into as ...andrewfish2010-08-121-1/+3
* Fix more InitializeDebugAgent API change bugs. GDB stub was not turned on in ...andrewfish2010-07-233-9/+45
* NullDmaLib:DmaMap() function needs to return valid DeviceAddress.andrewfish2010-05-281-0/+2
* Add a DMA lib that works like PCI_IO protocl. Add a NULL version that would w...andrewfish2010-05-284-2/+350
* Fix newline at end of file issue.andrewfish2010-05-181-1/+2
* Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can ...andrewfish2010-05-182-159/+0
* Added a PCD to turn on/off probing Block IO devices to detect add/remove/chan...andrewfish2010-05-114-22/+48