]> git.proxmox.com Git - mirror_edk2.git/shortlog
mirror_edk2.git
2018-04-23 Carsey, JabenBaseTools: replace 'UINT8','UINT16','UINT32','UINT64...
2018-04-23 Carsey, JabenBaseTools: remove un-needed use of .keys() on dictionaries
2018-04-23 Carsey, JabenBaseTools: remove PlatformClass as it's not used
2018-04-23 Carsey, JabenBaseTools: remove EdkIIWorkspace as its not used.
2018-04-20 Star ZengSecurityPkg FmpAuthenticationLibRsa2048Sha256: Remove...
2018-04-20 Star ZengMdeModulePkg DxeCapsuleLibFmp: Fix wrong Index is used
2018-04-20 Ruiyu NiNt32Pkg/NtGopInput: ReadKeyStrokeEx always return key...
2018-04-19 Ard BiesheuvelArmPkg/TimerDxe: remove workaround for KVM timer handling
2018-04-19 Yunhua FengBaseTools: Support DSC component !include PCD items
2018-04-18 Carsey, JabenBaseTools: merge towards minimum PCD MAX <something...
2018-04-18 Carsey, JabenBaseTools: refactor and remove un-needed use of .keys...
2018-04-18 Carsey, JabenBaseTools: use predefined constants instead of local...
2018-04-18 Carsey, JabenBaseTools: refactor and remove more keys() usage
2018-04-18 Carsey, JabenBaseTools: Eot - Remove FvImage file
2018-04-18 Carsey, JabenBaseTools: Remove un-needed list comprehension
2018-04-18 Carsey, JabenBaseTools: remove duplicate function name
2018-04-18 Hao WuFatPkg/EnhancedFatDxe: Ensure traverse of subtasks...
2018-04-18 Liming GaoIntelFrameworkModulePkg IsaSerialDxe: Update algorithm...
2018-04-17 Carsey, JabenBaseTools: change DscBuildData functions without need...
2018-04-17 Carsey, JabenBaseTools: remove an unused file
2018-04-17 Carsey, JabenBaseTools: delete an unused file
2018-04-17 Carsey, JabenBaseTools: FfsInfStatement - remove unused function
2018-04-17 Carsey, JabenBaseTools: FdfParser - refactor functions to make static
2018-04-17 Carsey, JabenBaseTools: FdfParser refactor to remove a dictionary
2018-04-17 Carsey, JabenBaseTools: refactor DepexSection.GenSection
2018-04-17 Carsey, JabenBaseTools: use dictionary.get() when we have value...
2018-04-17 Carsey, JabenBaseTools: move RegEx compile out of loops
2018-04-17 Carsey, JabenBaseTools: Remove unused functions from DscBuildData
2018-04-17 Carsey, JabenBaseTools: remove unused local variable.
2018-04-17 Carsey, JabenBaseTools: fix None comparisons
2018-04-17 Carsey, JabenBaseTools: reduce list usage when not needed
2018-04-17 Carsey, JabenBaseTools: use set instead of list for a variable to...
2018-04-17 Carsey, JabenBaseTools: skip updating temporary variable.
2018-04-17 Carsey, JabenBaseTools: no need to save the data
2018-04-17 Carsey, JabenBaseTools: use existing shared variable
2018-04-17 Dandan BiBaseTool/VfrCompile: make delete[] match with new[]
2018-04-17 Dandan BiBaseTools/VfrCompile:Fix memory leak issues
2018-04-17 Pete BatardMdePkg/Library/BaseCpuLib: Enable VS2017/ARM64 builds
2018-04-17 Pete BatardMdePkg/Library/BaseSynchronizationLib: Enable VS2017...
2018-04-16 Laszlo ErsekOvmfPkg/PlatformBootManagerLib: add USB keyboard to...
2018-04-16 Dandan BiMdeModulePkg/FPDT: Add error message for unsupported...
2018-04-16 Star ZengSignedCapsulePkg SystemFirmwareUpdateDxe: Fix failure...
2018-04-15 Long QinCryptoPkg/OpensslLib: Update OpenSSL version to 1.1.0h
2018-04-15 Long QinCryptoPkg/OpensslLib: Fix the documentation about submo...
2018-04-15 Feng, YunhuaXBaseTools: Fix one or more multiply defined symbols...
2018-04-13 Laszlo ErsekCryptoPkg/TlsLib: rewrite TlsSetCipherList()
2018-04-13 Laszlo ErsekCryptoPkg/TlsLib: sanitize lib classes in internal...
2018-04-13 Laszlo ErsekCryptoPkg/TlsLib: pre-compute OpensslCipherLength in...
2018-04-13 Laszlo ErsekCryptoPkg/TlsLib: use binary search in the TlsGetCipher...
2018-04-13 Laszlo ErsekCryptoPkg/TlsLib: replace TlsGetCipherString() with...
2018-04-13 Laszlo ErsekNetworkPkg/TlsDxe: clean up byte order conversion for...
2018-04-13 Laszlo ErsekNetworkPkg/TlsDxe: verify DataSize for EfiTlsCipherList
2018-04-13 Laszlo ErsekMdePkg/Include/Protocol/Tls.h: pack structures from...
2018-04-13 Laszlo ErsekOvmfPkg/TlsAuthConfigLib: configure trusted cipher...
2018-04-13 Jian J WangMdeModulePkg/PiSmmIpl: fix non-executable SMM RAM
2018-04-13 Jian J WangMdeModulePkg/SmmCore: add sanity check for SetMemoryAtt...
2018-04-13 Jian J WangMdeModulePkg/DxeCore: add sanity check for SetMemoryAtt...
2018-04-13 Star ZengSignedCapsulePkg SystemCapsuleLib: Change some dbg...
2018-04-13 Star ZengMdePkg DxeHstiLib: Fix ErrorString pointer incorrectly...
2018-04-12 Laszlo ErsekArmVirtPkg/ArmVirtQemu: hook NvVarStoreFormattedLib...
2018-04-12 Laszlo ErsekArmVirtPkg/PlatformHasAcpiDtDxe: depend on gEfiVariable...
2018-04-12 Laszlo ErsekArmPlatformPkg/PL031RealTimeClockLib: depend on gEfiCpu...
2018-04-12 Laszlo ErsekArmPlatformPkg/NorFlashDxe: depend on gEfiCpuArchProtoc...
2018-04-12 Laszlo ErsekArmPlatformPkg/NorFlashDxe: cue the variable driver...
2018-04-12 Laszlo ErsekArmPlatformPkg/NorFlashDxe: initialize varstore headers...
2018-04-12 Laszlo ErsekEmbeddedPkg: introduce NvVarStoreFormattedLib
2018-04-12 Laszlo ErsekArmPkg/CpuDxe: order CpuDxe after ArmGicDxe via protoco...
2018-04-12 Laszlo ErsekArmPkg/ArmGicDxe: annotate protocol usage in "ArmGicDxe...
2018-04-12 Laszlo ErsekOmap35xxPkg/InterruptDxe: replace CPU Arch Protocol...
2018-04-11 Kinney, Michael DSignedCapsulePkg/SystemFirmwareReportDxe: Pass thru...
2018-04-11 Kinney, Michael DSignedCapsulePkg/SystemFirmwareUpdateDxe: Single FMP
2018-04-11 Feng, YunhuaXBaseTools: fix --genfds-multi-thread generate makefile...
2018-04-11 Feng, YunhuaXBaseTools: argument genfds-multi-thread create GenSec...
2018-04-11 Feng, YunhuaXBaseTools: Correct GenSec argument dummy free memory...
2018-04-11 Yonghong ZhuBaseTools: Fix the build error caused by eca980c0c899
2018-04-10 Laszlo ErsekOvmfPkg: remove BLOCK_MMIO_PROTOCOL and BlockMmioToBloc...
2018-04-10 Carsey, JabenBaseTools: Remove unneeded files
2018-04-10 Feng, YunhuaXBaseTools: Remove EdkIIWorkspaceBuild.py from source...
2018-04-10 Carsey, JabenBaseTools: copy a dictionary from InfClassObject to...
2018-04-10 Yonghong ZhuBaseTools: Fix two cases that use GUID CName as PCD...
2018-04-10 Yonghong ZhuBaseTools: Fix the bug for VOID* pcd max size from...
2018-04-10 Yonghong ZhuBaseTools: Fix size override issue for Void* Patchable pcd
2018-04-10 Yonghong ZhuBaseTools: Fix a bug for Size incorrect of Void* Fixatb...
2018-04-10 Yonghong ZhuBaseTools: Fix a bug for VOID* type Fixatbuild Pcd...
2018-04-10 Yunhua FengBaseTools: Parse PCD GUID name in FILE statement issue
2018-04-10 Carsey, JabenBaseTools: refactor and remove out of date use of ...
2018-04-10 Carsey, JabenBaseTools: GenC - move content from both parts of if...
2018-04-10 Carsey, JabenBaseTools: change more list to set
2018-04-10 Carsey, JabenBaseTools: remove unneeded function call
2018-04-10 Carsey, JabenBaseTools: change another list to set
2018-04-10 Carsey, JabenBaseTools: optimize buildoptions loop
2018-04-10 Carsey, JabenBaseTools: simplify testing for existance and containin...
2018-04-10 Carsey, JabenBaseTools: change list to set
2018-04-10 Carsey, JabenBaseTools: remove unused variables
2018-04-10 Carsey, JabenBaseTools: replace a dict with a set
2018-04-10 Carsey, JabenBaseTools: sets are faster to check via "in" due to...
2018-04-10 Carsey, JabenBaseTools: defaultdict(set) allows us to just add to...
2018-04-10 Carsey, JabenBaseTools: remove uncalled functions
2018-04-10 Carsey, JabenBaseTools: remove unused file
2018-04-09 Yonghong ZhuBaseTools: Pcds in [Components] are not display correct...
next