summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Drivers
Commit message (Expand)AuthorAgeFilesLines
* EmbeddedPkg: Fix various typosCœur2019-07-049-10/+10
* EmbeddedPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0939-276/+39
* EmbeddedPkg/VirtualKeyboard: Avoid notification called more than onceDandan Bi2018-09-141-1/+2
* EmbeddedPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-291-1/+2
* EmbeddedPkg/Drivers: add virtual keyboard driverHaojian Zhuang2018-04-305-0/+2095
* EmbeddedPkg: use central variable definitions in .vfr filesLeif Lindholm2018-02-232-16/+2
* EmbeddedPkg: remove FdtPlatformDxeArd Biesheuvel2017-11-267-1627/+0
* Drivers/SataSiI3132Dxe: Allow 64-bit DMA transferDaniil Egranov2017-10-271-1/+1
* Drivers/SataSiI3132Dxe: Fixed PCI IO read and write operationsDaniil Egranov2017-10-271-2/+2
* EmbeddedPkg: add driver to set graphical/serial console preferenceArd Biesheuvel2017-10-235-0/+464
* EmbeddedPkg/EmbeddedPkg.dsc: fix build for non-ARM architecturesLeif Lindholm2017-08-301-1/+0
* EmbeddedPkg/DwEmmc: Adjust FIFO thresholdJun Nie2017-07-173-0/+49
* EmbeddedPkg/DwEmmcDxe: limit max clock for platformJun Nie2017-07-172-0/+5
* EmbeddedPkg: import DesignWare EMMC driverLeif Lindholm2017-05-103-0/+828
* EmbeddedPkg: import Lan91x Ethernet controller driverLeif Lindholm2017-04-193-0/+2571
* EmbeddedPkg/DtPlatformDxe: load platform DTB via new libraryArd Biesheuvel2017-03-312-19/+17
* EmbeddedPkg: add DT platform driver to select between DT and ACPIArd Biesheuvel2017-03-285-0/+380
* EmbeddedPkg/AndroidFastbootTransportTcpDxe: remove broken hostname handlingArd Biesheuvel2016-10-282-26/+0
* EmbeddedPkg: Fix typos in commentsGary Lin2016-10-192-2/+2
* EmbeddedPkg/FdtPlatformDxe: Reference Shell protocols in MdePkgRuiyu Ni2016-10-191-2/+2
* EmbeddedPkg/Lan9118Dxe: Do not return uninitialised TxBuffMichael Brown2016-05-121-0/+2
* EmbeddedPkg/Lan9118Dxe: add mask PCD to disable auto-negotiation featuresRyan Harkin2016-05-112-0/+2
* EmbeddedPkg/Lan9118Dxe: remove redundant stallsMark Rutland2016-05-102-21/+0
* EmbeddedPkg/Lan9118Dxe: Use LAN9118 MMIO wrappersMark Rutland2016-05-103-107/+107
* EmbeddedPkg/Lan9118Dxe: add LAN9118 MMIO wrappersMark Rutland2016-05-103-0/+136
* Revert "EmbeddedPkg/Lan9118Dxe: use MemoryFence"Mark Rutland2016-05-102-26/+23
* EmbeddedPkg/Lan9118Dxe: rename TimeOut to RetriesRyan Harkin2016-02-101-11/+11
* EmbeddedPkg/Lan9118Dxe: minor DEBUG tidyupRyan Harkin2016-02-101-3/+3
* EmbeddedPkg/Lan9118Dxe: add PCD for negotiation timeoutRyan Harkin2016-02-102-1/+2
* EmbeddedPkg/Lan9118Dxe: use MemoryFenceRyan Harkin2016-02-102-23/+26
* EmbeddedPkg: Convert all .uni files to utf-8Jordan Justen2015-12-151-0/+0
* EmbeddedPkg/Lan9118Dxe: Ignore spurious RXE errorsRonald Cron2015-07-161-28/+49
* EmbeddedPkg/FdtPlatformDxe: Add FdtLib to the required librariesOlivier Martin2015-05-271-0/+1
* EmbeddedPkg/FdtPlatformDxe: Do not exit if RunFdtInstallation() failsOlivier Martin2015-05-131-3/+0
* EmbeddedPkg: Added SATA Silicon Image driverOlivier Martin2015-05-115-0/+1865
* EmbeddedPkg: Remove dependency on TimerLibOlivier Martin2015-05-063-6/+3
* EmbeddedPkg: do not ASSERT() on valid external inputArd Biesheuvel2015-05-051-7/+8
* EmbeddedPkg/FdtPlatformDxe: Changed the driver from DXE to UEFI driverOlivier Martin2015-05-051-4/+1
* EmbeddedPkg/FdtPlatformDxe: Update the uni fileRonald Cron2015-05-051-0/+0
* EmbeddedPkg/FdtPlatformDxe: Introduce EFI Shell command 'dumfdt'Olivier Martin2015-05-054-11/+372
* EmbeddedPkg/FdtPlatformDxe: Move 'setfdt' Shell command into a separate fileOlivier Martin2015-05-054-502/+603
* EmbeddedPkg/FdtPlatformDxe: 'setfdt' command, display the successful device pathRonald Cron2015-05-051-60/+76
* EmbeddedPkg/FdtPlatformDxe: 'setfdt' command, add deletion of the UEFI variab...Ronald Cron2015-05-051-47/+60
* ArmPlatformPkg/FdtPlatformDxe: 'setfdt' command, add display of FDT device pa...Ronald Cron2015-05-051-2/+110
* EmbeddedPkg/FdtPlatformDxe: Run FDT installation process at TPL_APPLICATION l...Olivier Martin2015-05-051-153/+101
* EmbeddedPkg/Lan9118Dxe: Fix risk of buffer overflow.Olivier Martin2015-04-021-6/+6
* EmbeddedPkg/Lan9118Dxe: Fix the reset after a receiver or transmitter errorRonald Cron2015-04-021-10/+31
* EmbeddedPkg/FdtPlatformDxe: Add 'setfdt' EFI Shell commandRonald Cron2015-02-254-6/+134
* EmbeddedPkg : Add FdtPlatformDxe driverRonald Cron2015-02-253-0/+847
* EmbeddedPkg/Lan9118Dxe: Remove link check in SNP initializationRonald Cron2014-11-113-19/+3