summaryrefslogtreecommitdiff
path: root/EmbeddedPkg
AgeCommit message (Expand)AuthorFilesLines
2017-08-30EmbeddedPkg/EmbeddedPkg.dsc: fix build for non-ARM architecturesLeif Lindholm3-21/+20
2017-08-29EmbeddedPkg/DmaLib: add routine to allocate aligned buffersArd Biesheuvel2-6/+72
2017-08-20EmbeddedPkg/AndroidBoot: boot android kernel from storageJun Nie8-0/+779
2017-08-07EmbeddedPkg/AndroidFastboot: split android boot headerJun Nie4-31/+65
2017-08-03edk2: Move License.txt file to rootMichael D Kinney1-26/+0
2017-08-03edk2: Move TianoCore Contribution Agreement to rootMichael D Kinney1-218/+0
2017-07-17EmbeddedPkg/DwEmmc: Adjust FIFO thresholdJun Nie4-0/+50
2017-07-17EmbeddedPkg/DwEmmcDxe: limit max clock for platformJun Nie3-0/+6
2017-07-05EmbeddedPkg/MmcDxe: Align the ExtCSD bufferJun Nie3-6/+18
2017-06-29EmbeddedPkg/MmcDxe: Correct argument of ECSD readJun Nie1-1/+1
2017-06-29EmbeddedPkg/MmcDxe: Add non-DDR timing mode supportJun Nie1-2/+14
2017-05-10EmbeddedPkg: import EfiTimeBaseLib (as TimeBaseLib)Leif Lindholm3-0/+273
2017-05-10EmbeddedPkg: import DesignWare EMMC driverLeif Lindholm4-0/+832
2017-04-19EmbeddedPkg: import Lan91x Ethernet controller driverLeif Lindholm4-0/+2575
2017-04-19EmbeddedPkg/AndroidFastbootApp: remove dependency on deprecated BdsLibArd Biesheuvel2-2/+57
2017-04-05MdeModulePkg: move PlatformHasAcpiGuid from EmbeddedPkgArd Biesheuvel3-39/+1
2017-03-31EmbeddedPkg/DtPlatformDxe: load platform DTB via new libraryArd Biesheuvel2-19/+17
2017-03-31EmbeddedPkg: add base DtPlatformDtbLoaderLib implementationArd Biesheuvel3-0/+100
2017-03-31EmbeddedPkg: add DtPlatformDtbLoaderLib library classArd Biesheuvel2-0/+40
2017-03-31EmbeddedPkg: add DtPlatformDxe to .dsc fileArd Biesheuvel1-0/+2
2017-03-28EmbeddedPkg: add DT platform driver to select between DT and ACPIArd Biesheuvel8-0/+432
2017-03-28EmbeddedPkg: introduce EDKII Platform Has Device Tree GUIDLaszlo Ersek2-0/+38
2017-03-28EmbeddedPkg: introduce PlatformHasAcpiLibLaszlo Ersek2-0/+76
2017-03-28EmbeddedPkg: introduce EDKII Platform Has ACPI GUIDLaszlo Ersek2-0/+38
2017-03-14EmbeddedPkg/PrePiLib: allocate code pages for DxeCoreArd Biesheuvel2-1/+33
2016-12-05EmbeddedPkg: Remove use of IntelFrameworkModulePkg legacy libsLeif Lindholm1-1/+1
2016-11-25EmbeddedPkg/AndroidFastboot: drop dependency on the LinuxLoaderArd Biesheuvel1-48/+22
2016-11-24EmbeddedPkg/MmcDxe: expand to support multiple blocksHaojian Zhuang2-59/+121
2016-11-24EmbeddedPkg/MmcDxe: set I/O speed and bus width in SD stackHaojian Zhuang2-0/+122
2016-11-24EmbeddedPkg/MmcDxe: invoke SetIos() protocol method to set speed and widthHaojian Zhuang2-3/+187
2016-11-24EmbeddedPkg/Protocol/MmcHost: add new methods for I/O width and multiblockHaojian Zhuang1-1/+34
2016-11-14EmbeddedPkg: MmcDxe: add SPEC_VERS field in CSD structureHaojian Zhuang1-1/+2
2016-11-14EmbeddedPkg: MmcDxe: declare ECSD structureHaojian Zhuang2-3/+158
2016-11-14EmbeddedPkg: MmcDxe: move ECSD into CardInfo structureHaojian Zhuang2-3/+3
2016-11-14EmbeddedPkg: MmcDxe: wait OCR busy bit freeHaojian Zhuang1-3/+8
2016-10-28EmbeddedPkg: enable -DDISABLE_NEW_DEPRECATED_INTERFACESArd Biesheuvel1-1/+2
2016-10-28EmbeddedPkg/MmcDxe: eliminate deprecated string function callsArd Biesheuvel1-2/+2
2016-10-28EmbeddedPkg/EfiFileLib: eliminate deprecated string function callsArd Biesheuvel1-19/+24
2016-10-28EmbeddedPkg/Ebl: eliminate deprecated string function callsArd Biesheuvel5-18/+25
2016-10-28EmbeddedPkg/AndroidFastboot: eliminate deprecated string function callsArd Biesheuvel2-6/+8
2016-10-28EmbeddedPkg/GdbDebugAgent: fix VOID* cast of incorrect sizeArd Biesheuvel1-1/+1
2016-10-28EmbeddedPkg: add missing modulesArd Biesheuvel1-0/+9
2016-10-28EmbeddedPkg: remove unused PrePiHobListPointerLibArd Biesheuvel4-109/+0
2016-10-28EmbeddedPkg/AndroidFastbootTransportTcpDxe: remove broken hostname handlingArd Biesheuvel2-26/+0
2016-10-19EmbeddedPkg: Fix typos in commentsGary Lin14-19/+19
2016-10-19EmbeddedPkg/FdtPlatformDxe: Reference Shell protocols in MdePkgRuiyu Ni1-2/+2
2016-09-08BeagleBoardPkg EmbeddedPkg Omap35xxPkg: move to ArmBaseLibArd Biesheuvel1-6/+1
2016-08-03EmbeddedPkg: make PrePiMemoryAllocationLib a SEC type libraryArd Biesheuvel1-1/+1
2016-07-06EmbeddedPkg/AcpiLib: add GICC table init macro for ACPI 6.0Graeme Gregory1-0/+9
2016-05-12EmbeddedPkg/Lan9118Dxe: Do not return uninitialised TxBuffMichael Brown1-0/+2