summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* BaseTools: remove EdkIIWorkspace as its not used.Carsey, Jaben2018-04-232-318/+0
* SecurityPkg FmpAuthenticationLibRsa2048Sha256: Remove PCD referenceStar Zeng2018-04-202-6/+3
* MdeModulePkg DxeCapsuleLibFmp: Fix wrong Index is usedStar Zeng2018-04-201-1/+1
* Nt32Pkg/NtGopInput: ReadKeyStrokeEx always return key stateRuiyu Ni2018-04-201-31/+48
* ArmPkg/TimerDxe: remove workaround for KVM timer handlingArd Biesheuvel2018-04-192-11/+0
* BaseTools: Support DSC component !include PCD itemsYunhua Feng2018-04-191-3/+10
* BaseTools: merge towards minimum PCD MAX <something> methodsCarsey, Jaben2018-04-185-44/+31
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-1827-159/+137
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-1817-168/+177
* BaseTools: refactor and remove more keys() usageCarsey, Jaben2018-04-181-32/+27
* BaseTools: Eot - Remove FvImage fileCarsey, Jaben2018-04-183-1437/+24
* BaseTools: Remove un-needed list comprehensionCarsey, Jaben2018-04-181-1/+1
* BaseTools: remove duplicate function nameCarsey, Jaben2018-04-181-2/+2
* FatPkg/EnhancedFatDxe: Ensure traverse of subtasks is delete-safeHao Wu2018-04-181-3/+12
* IntelFrameworkModulePkg IsaSerialDxe: Update algorithm to calculate DivisorLiming Gao2018-04-181-2/+2
* BaseTools: change DscBuildData functions without need for self to staticmethodCarsey, Jaben2018-04-171-38/+64
* BaseTools: remove an unused fileCarsey, Jaben2018-04-172-128/+0
* BaseTools: delete an unused fileCarsey, Jaben2018-04-172-486/+0
* BaseTools: FfsInfStatement - remove unused functionCarsey, Jaben2018-04-171-21/+0
* BaseTools: FdfParser - refactor functions to make staticCarsey, Jaben2018-04-172-10/+11
* BaseTools: FdfParser refactor to remove a dictionaryCarsey, Jaben2018-04-171-5/+4
* BaseTools: refactor DepexSection.GenSectionCarsey, Jaben2018-04-171-10/+4
* BaseTools: use dictionary.get() when we have value if not foundCarsey, Jaben2018-04-171-3/+1
* BaseTools: move RegEx compile out of loopsCarsey, Jaben2018-04-171-6/+5
* BaseTools: Remove unused functions from DscBuildDataCarsey, Jaben2018-04-171-31/+0
* BaseTools: remove unused local variable.Carsey, Jaben2018-04-171-2/+0
* BaseTools: fix None comparisonsCarsey, Jaben2018-04-175-10/+9
* BaseTools: reduce list usage when not neededCarsey, Jaben2018-04-171-21/+27
* BaseTools: use set instead of list for a variable to be used with inCarsey, Jaben2018-04-171-5/+2