summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Drivers
AgeCommit message (Expand)AuthorFilesLines
2017-11-26EmbeddedPkg: remove FdtPlatformDxeArd Biesheuvel7-1627/+0
2017-10-27Drivers/SataSiI3132Dxe: Allow 64-bit DMA transferDaniil Egranov1-1/+1
2017-10-27Drivers/SataSiI3132Dxe: Fixed PCI IO read and write operationsDaniil Egranov1-2/+2
2017-10-23EmbeddedPkg: add driver to set graphical/serial console preferenceArd Biesheuvel5-0/+464
2017-08-30EmbeddedPkg/EmbeddedPkg.dsc: fix build for non-ARM architecturesLeif Lindholm1-1/+0
2017-07-17EmbeddedPkg/DwEmmc: Adjust FIFO thresholdJun Nie3-0/+49
2017-07-17EmbeddedPkg/DwEmmcDxe: limit max clock for platformJun Nie2-0/+5
2017-05-10EmbeddedPkg: import DesignWare EMMC driverLeif Lindholm3-0/+828
2017-04-19EmbeddedPkg: import Lan91x Ethernet controller driverLeif Lindholm3-0/+2571
2017-03-31EmbeddedPkg/DtPlatformDxe: load platform DTB via new libraryArd Biesheuvel2-19/+17
2017-03-28EmbeddedPkg: add DT platform driver to select between DT and ACPIArd Biesheuvel5-0/+380
2016-10-28EmbeddedPkg/AndroidFastbootTransportTcpDxe: remove broken hostname handlingArd Biesheuvel2-26/+0
2016-10-19EmbeddedPkg: Fix typos in commentsGary Lin2-2/+2
2016-10-19EmbeddedPkg/FdtPlatformDxe: Reference Shell protocols in MdePkgRuiyu Ni1-2/+2
2016-05-12EmbeddedPkg/Lan9118Dxe: Do not return uninitialised TxBuffMichael Brown1-0/+2
2016-05-11EmbeddedPkg/Lan9118Dxe: add mask PCD to disable auto-negotiation featuresRyan Harkin2-0/+2
2016-05-10EmbeddedPkg/Lan9118Dxe: remove redundant stallsMark Rutland2-21/+0
2016-05-10EmbeddedPkg/Lan9118Dxe: Use LAN9118 MMIO wrappersMark Rutland3-107/+107
2016-05-10EmbeddedPkg/Lan9118Dxe: add LAN9118 MMIO wrappersMark Rutland3-0/+136
2016-05-10Revert "EmbeddedPkg/Lan9118Dxe: use MemoryFence"Mark Rutland2-26/+23
2016-02-10EmbeddedPkg/Lan9118Dxe: rename TimeOut to RetriesRyan Harkin1-11/+11
2016-02-10EmbeddedPkg/Lan9118Dxe: minor DEBUG tidyupRyan Harkin1-3/+3
2016-02-10EmbeddedPkg/Lan9118Dxe: add PCD for negotiation timeoutRyan Harkin2-1/+2
2016-02-10EmbeddedPkg/Lan9118Dxe: use MemoryFenceRyan Harkin2-23/+26
2015-12-15EmbeddedPkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-07-16EmbeddedPkg/Lan9118Dxe: Ignore spurious RXE errorsRonald Cron1-28/+49
2015-05-27EmbeddedPkg/FdtPlatformDxe: Add FdtLib to the required librariesOlivier Martin1-0/+1
2015-05-13EmbeddedPkg/FdtPlatformDxe: Do not exit if RunFdtInstallation() failsOlivier Martin1-3/+0
2015-05-11EmbeddedPkg: Added SATA Silicon Image driverOlivier Martin5-0/+1865
2015-05-06EmbeddedPkg: Remove dependency on TimerLibOlivier Martin3-6/+3
2015-05-05EmbeddedPkg: do not ASSERT() on valid external inputArd Biesheuvel1-7/+8
2015-05-05EmbeddedPkg/FdtPlatformDxe: Changed the driver from DXE to UEFI driverOlivier Martin1-4/+1
2015-05-05EmbeddedPkg/FdtPlatformDxe: Update the uni fileRonald Cron1-0/+0
2015-05-05EmbeddedPkg/FdtPlatformDxe: Introduce EFI Shell command 'dumfdt'Olivier Martin4-11/+372
2015-05-05EmbeddedPkg/FdtPlatformDxe: Move 'setfdt' Shell command into a separate fileOlivier Martin4-502/+603
2015-05-05EmbeddedPkg/FdtPlatformDxe: 'setfdt' command, display the successful device pathRonald Cron1-60/+76
2015-05-05EmbeddedPkg/FdtPlatformDxe: 'setfdt' command, add deletion of the UEFI variab...Ronald Cron1-47/+60
2015-05-05ArmPlatformPkg/FdtPlatformDxe: 'setfdt' command, add display of FDT device pa...Ronald Cron1-2/+110
2015-05-05EmbeddedPkg/FdtPlatformDxe: Run FDT installation process at TPL_APPLICATION l...Olivier Martin1-153/+101
2015-04-02EmbeddedPkg/Lan9118Dxe: Fix risk of buffer overflow.Olivier Martin1-6/+6
2015-04-02EmbeddedPkg/Lan9118Dxe: Fix the reset after a receiver or transmitter errorRonald Cron1-10/+31
2015-02-25EmbeddedPkg/FdtPlatformDxe: Add 'setfdt' EFI Shell commandRonald Cron4-6/+134
2015-02-25EmbeddedPkg : Add FdtPlatformDxe driverRonald Cron3-0/+847
2014-11-11EmbeddedPkg/Lan9118Dxe: Remove link check in SNP initializationRonald Cron3-19/+3
2014-10-27EmbeddedPkg/Lan9118Dxe: Rework filter init, enabling and disablingRonald Cron2-56/+77
2014-10-27EmbeddedPkg/Lan9118Dxe: Fix interrupt's mask returned by GetStatusRonald Cron1-6/+1
2014-10-27EmbeddedPkg/Lan9118Dxe: Switch back the driver in stopped state after shutdownRonald Cron1-0/+3
2014-10-27EmbeddedPkg/Lan9118Dxe: Add or fix input parameter checksRonald Cron1-103/+213
2014-10-27EmbeddedPkg/Lan9118Dxe: Fixed dereferencing optional NULL pointerOlivier Martin1-2/+2
2014-10-27EmbeddedPkg: Fix crash when retrieving LAN9118 network statisticsRonald Cron1-1/+1