summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* EmbeddedPkg: introduce NvVarStoreFormattedLibLaszlo Ersek2018-04-124-0/+135
* ArmPkg/CpuDxe: order CpuDxe after ArmGicDxe via protocol depexLaszlo Ersek2018-04-122-3/+1
* ArmPkg/ArmGicDxe: annotate protocol usage in "ArmGicDxe.inf"Laszlo Ersek2018-04-121-4/+4
* Omap35xxPkg/InterruptDxe: replace CPU Arch Protocol depex with notifyLaszlo Ersek2018-04-122-20/+65
* SignedCapsulePkg/SystemFirmwareReportDxe: Pass thru on same handleKinney, Michael D2018-04-111-3/+7
* SignedCapsulePkg/SystemFirmwareUpdateDxe: Single FMPKinney, Michael D2018-04-111-21/+322
* BaseTools: fix --genfds-multi-thread generate makefile issueFeng, YunhuaX2018-04-115-9/+23
* BaseTools: argument genfds-multi-thread create GenSec command issueFeng, YunhuaX2018-04-111-7/+126
* BaseTools: Correct GenSec argument dummy free memory issueFeng, YunhuaX2018-04-111-1/+2
* BaseTools: Fix the build error caused by eca980c0c899Yonghong Zhu2018-04-111-1/+1
* OvmfPkg: remove BLOCK_MMIO_PROTOCOL and BlockMmioToBlockIoDxeLaszlo Ersek2018-04-1012-1149/+0
* BaseTools: Remove unneeded filesCarsey, Jaben2018-04-105-3202/+0
* BaseTools: Remove EdkIIWorkspaceBuild.py from source codeFeng, YunhuaX2018-04-102-1671/+0
* BaseTools: copy a dictionary from InfClassObject to BuildReportCarsey, Jaben2018-04-101-1/+15
* BaseTools: Fix two cases that use GUID CName as PCD ValueYonghong Zhu2018-04-102-2/+4
* BaseTools: Fix the bug for VOID* pcd max size from component sectionYonghong Zhu2018-04-104-6/+23
* BaseTools: Fix size override issue for Void* Patchable pcdYonghong Zhu2018-04-101-8/+12
* BaseTools: Fix a bug for Size incorrect of Void* Fixatbuild PcdYonghong Zhu2018-04-102-3/+5
* BaseTools: Fix a bug for VOID* type Fixatbuild Pcd in LibraryYonghong Zhu2018-04-101-5/+17
* BaseTools: Parse PCD GUID name in FILE statement issueYunhua Feng2018-04-101-2/+2
* BaseTools: refactor and remove out of date use of .keys()Carsey, Jaben2018-04-107-17/+8
* BaseTools: GenC - move content from both parts of if/elseCarsey, Jaben2018-04-101-4/+2
* BaseTools: change more list to setCarsey, Jaben2018-04-102-24/+10
* BaseTools: remove unneeded function callCarsey, Jaben2018-04-101-1/+0
* BaseTools: change another list to setCarsey, Jaben2018-04-101-2/+2
* BaseTools: optimize buildoptions loopCarsey, Jaben2018-04-101-15/+6
* BaseTools: simplify testing for existance and containing dataCarsey, Jaben2018-04-101-9/+7
* BaseTools: change list to setCarsey, Jaben2018-04-101-9/+5
* BaseTools: remove unused variablesCarsey, Jaben2018-04-101-10/+1
* BaseTools: replace a dict with a setCarsey, Jaben2018-04-101-2/+2
* BaseTools: sets are faster to check via "in" due to hashingCarsey, Jaben2018-04-101-6/+6
* BaseTools: defaultdict(set) allows us to just add to the setCarsey, Jaben2018-04-101-8/+5
* BaseTools: remove uncalled functionsCarsey, Jaben2018-04-101-27/+0
* BaseTools: remove unused fileCarsey, Jaben2018-04-103-79/+5
* BaseTools: Pcds in [Components] are not display correct in the reportYonghong Zhu2018-04-091-0/+1
* BaseTools: Pcd not used info should not in Module PCD sectionYonghong Zhu2018-04-091-5/+6
* BaseTools: dont make temporary dictCarsey, Jaben2018-04-091-3/+3
* BaseTools: Remove FdfParserLite.py from source since it is not usedFeng, YunhuaX2018-04-094-3643/+4
* MdeModulePkg/Gcd: Suppress incorrect compiler/analyzer warningsStar Zeng2018-04-081-1/+5
* BaseTools: small cleanupCarsey, Jaben2018-04-081-15/+0
* BaseTools: Autogen - change from list to setCarsey, Jaben2018-04-081-21/+15
* BaseTools: move RegEx to root of file and share itCarsey, Jaben2018-04-082-5/+4
* BaseTools: remove redundant checkCarsey, Jaben2018-04-082-3/+3
* BaseTools: AutoGen - use the new shared RegExCarsey, Jaben2018-04-082-3/+4
* BaseTools: Add new RegEx pattern to GlobalDataCarsey, Jaben2018-04-081-0/+3
* BaseTools: GenFds - move RegEx compileCarsey, Jaben2018-04-081-3/+2
* BaseTools: Autogen - move RegEx compileCarsey, Jaben2018-04-081-7/+15
* BaseTools: Remove unused code from MiscCarsey, Jaben2018-04-082-280/+1
* BaseTools: Workspace - use built in OrderedDict instead of custom version.Carsey, Jaben2018-04-083-43/+36
* BaseTools: use combined version of OrderedDictCarsey, Jaben2018-04-081-7/+11