summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg/TlsAuthConfigLib: configure trusted CA certs for HTTPS bootLaszlo Ersek2018-03-305-3/+224
* OvmfPkg: annotate "PcdVariableStoreSize := PcdFlashNvStorageVariableSize"Laszlo Ersek2018-03-303-0/+6
* OvmfPkg/EmuVariableFvbRuntimeDxe: stop using PcdVariableStoreSizeLaszlo Ersek2018-03-302-5/+4
* MdeModulePkg/Variable/RuntimeDxe: introduce PcdMaxVolatileVariableSizeLaszlo Ersek2018-03-307-8/+74
* MdeModulePkg Variable: Align TPL level for (Smm)EndOfDxe callbackStar Zeng2018-03-301-2/+2
* BaseTools: cleanup class heirarchyCarsey, Jaben2018-03-305-59/+5
* BaseTools: remove loop and variables.Carsey, Jaben2018-03-301-13/+0
* BaseTools: use in to compare single charsCarsey, Jaben2018-03-301-1/+1
* BaseTools: no need to do int() API work for itCarsey, Jaben2018-03-304-18/+6
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-30131-1142/+1142
* CorebootPayloadPkg: Conditionally add DebugAgentLib for DXE driversAlex James2018-03-302-0/+6
* BaseTools: compare GUID value should not case-sensitiveBin Wang2018-03-291-1/+1
* BaseTools: refactor repeated RegExp when no special searching is needed.Carsey, Jaben2018-03-291-4/+5
* BaseTools: dont use enumerate when un-neededCarsey, Jaben2018-03-293-5/+5
* BaseTools: move regular expression compile out of function call.Carsey, Jaben2018-03-291-6/+6
* BaseTools: expression can use single in instead of 3 API calls.Carsey, Jaben2018-03-291-1/+1
* BaseTools: remove local hex number regular expressionCarsey, Jaben2018-03-292-5/+3
* BaseTools: Use precompiled RegExpCarsey, Jaben2018-03-291-3/+4
* BaseTools: use new shared GUID regular expressionsCarsey, Jaben2018-03-294-11/+9
* MdeModulePkg/PartitionDxe: Add partition type guid to installed handleJeff Brasen2018-03-296-18/+38
* BaseTools: GlobalData Add a regular expression for a hex numberCarsey, Jaben2018-03-291-0/+2
* BaseTools: Add new RegExp for future useCarsey, Jaben2018-03-291-0/+2
* BaseTools: Regular Expressions refactor out the hex char for later reuseCarsey, Jaben2018-03-291-1/+2
* BaseTools: add GUID pattern to global dataCarsey, Jaben2018-03-291-0/+7
* BaseTools: GlobalData share same MACRO name definitionCarsey, Jaben2018-03-291-3/+6
* BaseTools: FdfParser and FdfParserLite share reg expCarsey, Jaben2018-03-292-4/+5
* Vlv2TbltDevicePkg: Sync FLASH libraries from UDK2017 branchKinney, Michael D2018-03-285-36/+639
* Vlv2TbltDevicePkg: Display logo on BOOT_ON_FLASH_UPDATEKinney, Michael D2018-03-281-1/+13
* Vlv2TbltDevicePkg: Fix build issues in DSC/FDFKinney, Michael D2018-03-285-20/+50
* Vlv2TbltDevicePkg: Fix VS2015 build breaksKinney, Michael D2018-03-283-8/+1
* Vlv2TbltDevicePkg: Fix build scriptsMichael D Kinney2018-03-284-56/+70
* BaseTools/BinToPcd: Add support for multiple binary input filesKinney, Michael D2018-03-281-29/+54
* OvmfPkg/PlatformPei: debug log "etc/reserved-memory-end" from fw_cfgLaszlo Ersek2018-03-281-0/+2
* NetworkPkg/TlsAuthConfigDxe: preserve TlsCaCertificate variable attributesLaszlo Ersek2018-03-281-7/+8
* NetworkPkg/HttpDxe: sanity-check the TlsCaCertificate variable before useLaszlo Ersek2018-03-282-1/+67
* NetworkPkg/HttpDxe: drop misleading comment / status code in cert configLaszlo Ersek2018-03-281-2/+0
* NetworkPkg/HttpDxe: use error handler epilogue in TlsConfigCertificate()Laszlo Ersek2018-03-281-5/+4
* NetworkPkg/HttpBootDxe: fix typo in DHCPv4 packet parsingLaszlo Ersek2018-03-281-2/+2
* OvmfPkg:Fix VS2012 build failureDandan Bi2018-03-283-3/+24
* BaseTools: Update Rsa2048Sha256Sign to use openssl dgst optionLiming Gao2018-03-281-3/+3
* BaseTools: Update Rsa2048Sha256Sign to use openssl standard optionsLiming Gao2018-03-271-2/+2
* BaseTools: Autogen - modify to use standard parent/child class relationshipsCarsey, Jaben2018-03-271-39/+54
* BaseTools/ECC: Add a new exception supportHess Chen2018-03-271-2/+8
* OvmfPkg/QemuVideoDxe: handle invalid BltOperation gracefullyLaszlo Ersek2018-03-261-1/+1
* NetworkPkg: Correct HttpTlsCipherList.h file format to DOSLiming Gao2018-03-261-38/+38
* MdeModulePkg/Usb: Replace macro USB_BOOT_IO_BLOCKSMing Huang2018-03-262-6/+14
* MdeModulePkg/UsbKb: fix shell edit cannot read '!@#$%^&*' charactersRuiyu Ni2018-03-261-1/+2
* BaseTool/VfrCompile: Fix potential memory leak issueBi, Dandan2018-03-231-0/+4
* BaseTool/VfrCompile: make delete[] match with new[]Bi, Dandan2018-03-235-22/+22
* BaseTool: Fixed the issue of empty PcdDB.BobCF2018-03-231-4/+5