summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg/QemuVideoDxe: round up FrameBufferSize to full pageGerd Hoffmann2018-04-261-0/+6
* CryptoPkg/OpensslLib: remove OpenSSL version number from OpenSSL-HOWTO.txtLaszlo Ersek2018-04-261-1/+0
* BaseTools: Fix one invalid change in 6be94743Yunhua Feng2018-04-261-1/+1
* BaseTools: CommonClass - remove unused classesCarsey, Jaben2018-04-261-396/+1
* BaseTools: AutoGen - use defaultdict to auto initializeCarsey, Jaben2018-04-261-5/+1
* BaseTools: GenFds - simplify testing for Hex numberCarsey, Jaben2018-04-262-8/+2
* BaseTools: AutoGen - use dafultdict instead of dictCarsey, Jaben2018-04-261-2/+1
* BaseTools: remove duplicate variableCarsey, Jaben2018-04-261-2/+0
* BaseTools: remove dict from DscBuildDataCarsey, Jaben2018-04-261-3/+1
* BaseTools: Remove extra .keys()Carsey, Jaben2018-04-261-1/+1
* BaseTools: AutoGen - remove unused variables.Carsey, Jaben2018-04-261-2/+0
* BaseTools: AutoGen - remove dictionary populated, but never accessedCarsey, Jaben2018-04-261-2/+0
* BaseTools: Workspace - refactor GetStructurePcdInfoCarsey, Jaben2018-04-261-6/+5
* BaseTools: simplify if callCarsey, Jaben2018-04-261-1/+1
* BaseTools: Autogen - replace string constants with those from DataTypeCarsey, Jaben2018-04-261-34/+34
* BaseTools: Workspace - refactor RegEx to minimize multiple compilingCarsey, Jaben2018-04-262-3/+9
* ArmVirtPkg: reinstate timer unmask quirk for XenArd Biesheuvel2018-04-263-0/+180
* ArmPkg: add reenable hook to ArmGenericTimerCounterLibArd Biesheuvel2018-04-264-0/+23
* BaseTools: Share RegEx between filesCarsey, Jaben2018-04-262-20/+17
* BaseTools: GenPatchPcdTable - refactor RegEx to minimize multiple compilingCarsey, Jaben2018-04-261-9/+15
* BaseTools: Misc - refactor RegEx to minimize multiple compilingCarsey, Jaben2018-04-261-5/+11
* SignedCapsulePkg SystemFirmwareUpdate: Fix typo EFI_SECURITY_VIOLATIOStar Zeng2018-04-254-11/+11
* IntelSiliconPkg MicrocodeUpdate: Fix typo EFI_SECURITY_VIOLATIOStar Zeng2018-04-252-10/+10
* MdePkg FirmwareManagement.h: Fix typo EFI_SECURITY_VIOLATIOStar Zeng2018-04-251-6/+7
* MdeModulePkg NvmExpressDxe: return error code in error pathStar Zeng2018-04-251-0/+1
* MdeModulePkg EsrtFmpDxe: Use EfiBootServicesData for ESRT tableStar Zeng2018-04-251-2/+2
* UefiCpuPkg MpInitLib: Fix typo "sCPUID" to "CPUID"Star Zeng2018-04-251-2/+2
* OvmfPkg/README: add HTTPS BootGary Lin2018-04-241-0/+88
* Maintainers.txt: add Laszlo Ersek to stewardsLeif Lindholm2018-04-241-0/+1
* ArmPkg: Introduce SCMI protocolGirish Pathak2018-04-2317-1/+2748
* ArmPkg: MTL Library interface and Null library implementationGirish Pathak2018-04-234-1/+273
* ArmPlatformPkg: New DP500/DP550/DP650 GOP driverGirish Pathak2018-04-235-1/+702
* ArmPlatformPkg: Reserving framebuffer at buildGirish Pathak2018-04-231-0/+5
* ArmPlatformPkg: Additional display modesGirish Pathak2018-04-231-0/+60
* ArmPlatformPkg: PCD to swap red/blue format for HDLCDGirish Pathak2018-04-233-2/+16
* ArmPlatformPkg: Add PCD to select pixel formatGirish Pathak2018-04-233-38/+40
* ArmPlatformPkg: Redefine LcdPlatformGetTimings functionGirish Pathak2018-04-234-70/+64
* ArmPlatformPkg: Implement LcdIdentify function for HDLCD GOPGirish Pathak2018-04-232-1/+9
* ArmPlatformPkg: PL111Lcd: Combine two writes to LCDControlGirish Pathak2018-04-231-5/+1
* ArmPlatformPkg: PL111Lcd: Replace magic number with macroGirish Pathak2018-04-231-2/+1
* ArmPlatformPkg: HDLCD and PL111: Update debug ASSERTSGirish Pathak2018-04-232-12/+11
* ArmPlatformPkg: Tidy Lcd code: Updated commentsGirish Pathak2018-04-235-38/+189
* ArmPlatformPkg: Tidy Lcd code: Coding standardGirish Pathak2018-04-236-178/+210
* ArmPlatformPkg: Rectify line endings of LcdPlatformNullLibGirish Pathak2018-04-231-92/+92
* ArmPlatformPkg: Rectify line endings of LcdHwNullLibGirish Pathak2018-04-231-75/+75
* ShellPkg: Add acpiview tool to dump ACPI tablesRuiyu Ni2018-04-2325-1/+5896
* MdeModulePkg/UefiBootManagerLib: fix AddLoadOptionVariable docs/prototypeRuiyu Ni2018-04-232-12/+26
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-2316-172/+171
* BaseTools: remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-232-4/+4
* BaseTools: remove PlatformClass as it's not usedCarsey, Jaben2018-04-232-457/+0