summaryrefslogtreecommitdiff
path: root/EmbeddedPkg
AgeCommit message (Expand)AuthorFilesLines
2013-01-25ARM Packages: Fixed line endingsoliviermartin51-15635/+15635
2012-10-19EmbeddedPkg/MmcDxe: Ensure MMC is in Identification Modeoliviermartin1-7/+6
2012-09-28EmbeddedPkg: Introduced 'SerialPortExtLib.h'oliviermartin4-49/+273
2012-09-27EmbeddedPkg: Added support to libfdtoliviermartin18-1009/+3675
2012-08-31EmbeddedPkg/MmcDxe: The timeout while waiting for the programming to be compl...oliviermartin1-1/+0
2012-08-02EmbeddedPkg/MmcDxe: Fixed typooliviermartin1-11/+17
2012-08-02EmbeddedPkg/MmcDxe: Avoid nanosecond delay when command succeedsoliviermartin1-1/+4
2012-08-02EmbeddedPkg/MmcDxe: Fixed MmcIdentificationMode()oliviermartin2-4/+4
2012-07-09EmbeddedPkg/EmbeddedPkg.dec: Add missing PcdMetronomeTickPeriod PCDoliviermartin1-0/+2
2012-07-04EmbeddedPkg/MetronomeDxe: Replaced hardcoded Tick Period by PcdMetronomeTickP...oliviermartin2-6/+8
2012-05-02EmbeddedPkg/Ebl: Returned an error message when a command is not supportedoliviermartin1-0/+2
2012-05-02EmbeddedPkg/SerialDxe: Do not block UART when no data is available on the portoliviermartin1-6/+7
2012-04-12EDK II Packages: Added License.txt filesoliviermartin1-0/+26
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten1-0/+188
2012-03-26EmbeddedPkg/MmcDxe: Fixed XCLANG buildoliviermartin1-5/+6
2012-02-28ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin2-2/+2
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-12-14EmbeddedPkg: Fix Runtime driver module typeoliviermartin2-2/+2
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin10-169/+192
2011-09-22EmbeddedPkg/Ebl: Fix EBL copy file commandoliviermartin1-3/+53
2011-09-07EmbeddedPkg/Mmc: Fixed ARMGCC buildoliviermartin1-2/+2
2011-09-06Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac...oliviermartin1-16/+16
2011-09-01EmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol functionoliviermartin4-60/+99
2011-08-30EmbeddedPkg/MmcDxe: Card Presence Detect Race Conditionoliviermartin3-80/+95
2011-08-18ArmPkg: Fix ARMGCC buildoliviermartin1-1/+0
2011-08-15EmbeddedPkg/MmcDxe: Set the BlockLength at the beginning of the BlockIo transferoliviermartin1-10/+12
2011-08-15EmbeddedPkg/MmcDxe: Fix the indexes in the response arrayoliviermartin1-8/+8
2011-08-15EmbeddedPkg/MmcDxe: Implement the correct macro to get the device size of SD ...oliviermartin2-3/+3
2011-08-15EmbeddedPkg/MmcDxe: Fix the CMD3 sequenceoliviermartin1-11/+13
2011-08-15EmbeddedPkg/MmcDxe: Improved parameters checkingoliviermartin1-9/+19
2011-08-15EmbeddedPkg/MmcDxe: Create a periodic function to check if a card is presentoliviermartin3-6/+87
2011-08-08EmbeddedPkg: Fix mispellingsoliviermartin21-146/+146
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