summaryrefslogtreecommitdiff
path: root/EmbeddedPkg
AgeCommit message (Expand)AuthorFilesLines
2015-08-12EmbeddedPkg: remove mention of ARMGCCArd Biesheuvel2-3/+3
2015-07-16EmbeddedPkg/Lan9118Dxe: Ignore spurious RXE errorsRonald Cron1-28/+49
2015-07-14EmbeddedPkg/AndroidFastboot: Use Linux Loader instead of BdsLibOlivier Martin2-7/+44
2015-07-07EmbeddedPkg: Remove duplicated definitions of ZeroGuidOlivier Martin2-2/+4
2015-05-29EmbeddedPkg/AcpiLib: Introduced LocateAndInstallAcpiFromFvConditional()Olivier Martin2-15/+73
2015-05-27EmbeddedPkg/FdtPlatformDxe: Add FdtLib to the required librariesOlivier Martin1-0/+1
2015-05-27EmbeddedPkg/AcpiLib.h: Introduced EFI_ACPI_6_0_GIC_MSI_FRAME_INIT()Olivier Martin1-0/+6
2015-05-13EmbeddedPkg/FdtPlatformDxe: Do not exit if RunFdtInstallation() failsOlivier Martin1-3/+0
2015-05-11EmbeddedPkg: Added SATA Silicon Image driverOlivier Martin7-1/+1869
2015-05-06EmbeddedPkg: Remove dependency on TimerLibOlivier Martin8-23/+26
2015-05-05EmbeddedPkg: do not ASSERT() on valid external inputArd Biesheuvel1-7/+8
2015-05-05EmbeddedPkg/PrePiLib: Ensure the FFS files are always 8-byte alignedOlivier Martin1-0/+3
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 Martin5-11/+375
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-08ArmPlatformPkg: Use LzmaDecompress support from MdeModulePkgOlivier Martin1-1/+1
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-28ArmVirtualizationPkg: use a HOB to store device tree blobArd Biesheuvel2-0/+28
2015-02-26ArmPlatformPkg/Bds: Remove any use of the "Fdt" UEFI variableRonald Cron1-14/+1
2015-02-26ArmPlatformPkg/ArmVExpressDxe: Load FDT into the EFI Configuration TableRonald Cron3-327/+1
2015-02-25EmbeddedPkg/FdtPlatformDxe: Add 'setfdt' EFI Shell commandRonald Cron5-6/+139
2015-02-25EmbeddedPkg : Add FdtPlatformDxe driverRonald Cron6-4/+863
2015-02-03*/Contributions.txt: Update example email addressJordan Justen1-2/+2
2015-01-23EmbeddedPkg/AcpiLib.h: Added some helper macros for ACPI 5.1Olivier Martin1-0/+19
2015-01-23EmbeddedPkg: Introduced AcpiLibOlivier Martin4-0/+245
2014-11-11EmbeddedPkg/Lan9118Dxe: Remove link check in SNP initializationRonald Cron3-19/+3
2014-10-31EDK II Contributions.txt: Update patch format informationJordan Justen1-13/+29
2014-10-27EmbeddedPkg: Clarify the declaration of SerialPortGetControl()Ronald Cron2-9/+29
2014-10-27EmbeddedPkg: Clarify the declaration of SerialPortSetControl()Ronald Cron1-3/+23
2014-10-27EmbeddedPkg: Add scope of SerialPortExtLib.hRonald Cron1-1/+11
2014-10-27EmbeddedPkg: Remove unused TemplateSerialPortLibRonald Cron3-138/+2
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
2014-09-18EmbeddedPkg: Introduced NULL library for SerialPortExtLibOlivier Martin3-0/+79
2014-09-16EmbeddedPkg/Lan9118Dxe: Fixed typoOlivier Martin1-1/+1
2014-09-09EmbeddedPkg: Split off FDT loading functionality from FdtLibArd Biesheuvel6-44/+97
2014-09-01HalRuntimeServicesExampleLib/Rtc.c : Added missing commentsRonald Cron1-22/+23
2014-08-26EmbeddedPkg/FdtLib: Added support to load FDT from Firmware VolumeOlivier Martin3-1/+118
2014-08-26EmbeddedPkg/FdtLib: Added support to load Fdt from SemihostingOlivier Martin3-2/+208
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron13-38/+37