summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Drivers
AgeCommit message (Expand)AuthorFilesLines
2023-04-10EmbeddedPkg: Update code to be more C11 compliant by using __func__Rebecca Cran3-25/+25
2021-12-07EmbeddedPkg: Apply uncrustify changesMichael Kubacki12-635/+799
2021-12-07EmbeddedPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2-23/+23
2021-10-14ArmVirtPkg/FdtClintDxe: Move FdtClientDxe to EmbeddedPkgAbner Chang2-0/+507
2020-08-06EmbeddedPkg/NonCoherentIoMmuDxe: Apply BSD-2-Clause-PatentMichael D Kinney2-17/+2
2020-05-05EmbeddedPkg: remove ISP 1716 USB host controller driverArd Biesheuvel3-783/+0
2020-05-05EmbeddedPkg: remove SiI3132 SATA controller driverArd Biesheuvel5-1859/+0
2020-05-05EmbeddedPkg: remove Lan9118 network controller driverArd Biesheuvel6-3582/+0
2020-05-05EmbeddedPkg: remove Lan91x network controller driverArd Biesheuvel3-2553/+0
2020-05-05EmbeddedPkg: remove DwEmmcDxe host controller driverArd Biesheuvel3-864/+0
2020-04-30EmbeddedPkg: rename gEfiMmcHostProtocolGuid to gEmbeddedMmcHostProtocolGuidArd Biesheuvel2-2/+2
2020-02-10EmbeddedPkg/VirtualKeyboard: Fix few typosAntoine Coeur2-15/+15
2020-02-10EmbeddedPkg/VirtualKeyboard: Fix a typo in EFI_INVALID_PARAMETERPhilippe Mathieu-Daudé1-11/+11
2019-12-06EmbeddedPkg: implement EDK2 IoMmu protocol wrapping DmaLibArd Biesheuvel2-0/+300
2019-11-07EmbeddedPkg/DtPlatformDxe: Add DT/ACPI Default FlexibilityAshish Singhal2-6/+12
2019-10-09EmbeddedPkg/AndroidFastbootTransportTcpDxe: fix DestroyChild() callLaszlo Ersek1-1/+1
2019-10-09EmbeddedPkg: add missing EFIAPI calling convention specifiersLaszlo Ersek4-8/+34
2019-07-04EmbeddedPkg: Fix various typosCœur9-10/+10
2019-04-09EmbeddedPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney39-276/+39
2018-09-14EmbeddedPkg/VirtualKeyboard: Avoid notification called more than onceDandan Bi1-1/+2
2018-06-29EmbeddedPkg: Removing ipf which is no longer supported from edk2.chenc21-1/+2
2018-04-30EmbeddedPkg/Drivers: add virtual keyboard driverHaojian Zhuang5-0/+2095
2018-02-23EmbeddedPkg: use central variable definitions in .vfr filesLeif Lindholm2-16/+2
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