]> git.proxmox.com Git - mirror_edk2.git/shortlog
mirror_edk2.git
2018-05-04 Carsey, JabenBaseTools: use set instead of list
2018-05-04 Carsey, JabenBaseTools: create base expression class
2018-05-04 Carsey, JabenBaseTools: refactor Depex optomization
2018-05-04 Carsey, JabenBaseTools: Remove lists form set construction
2018-05-04 Carsey, JabenBaseTools: missed a copyright update
2018-05-04 Carsey, JabenBaseTools: GenFds - use existing shared string
2018-05-04 Carsey, JabenBaseTools: remove unused variable
2018-05-04 Carsey, JabenBaseTools: standardize GUID and pack size
2018-05-04 Carsey, JabenBaseTools: AutoGen - add Opcode constants
2018-05-04 Carsey, JabenBaseTools: remove redundant content in InfSectionParser
2018-05-04 Carsey, JabenBaseTools: remove unused member variable
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor more functions only calle...
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor function to remove extra...
2018-05-04 Carsey, JabenBaseTools: Refactor to share GUID packing function
2018-05-04 Carsey, JabenBaseTools: AutoGen - remove another function no one...
2018-05-04 Carsey, JabenBaseTools: AutoGen - move function to clean file namespace
2018-05-04 Carsey, JabenBaseTools: AutoGen - remove function no one calls
2018-05-04 Carsey, JabenBaseTools: refactor __init__ functions to not compute...
2018-05-04 Carsey, JabenBaseTools: AutoGen - no need to recompute
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor out a useless class
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor out a list
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor out functions only called...
2018-05-04 Carsey, JabenBaseTools: move PCD size calculation functions to PcdCl...
2018-05-04 Carsey, JabenBaseTools: Workspace - refactor a dict
2018-05-04 Carsey, JabenBaseTools: remove Compound statements
2018-05-04 Carsey, JabenBaseTools: eliminate {} from dictionary contructor...
2018-05-04 Carsey, JabenBaseTools: refactor to use list not dict
2018-05-04 Carsey, JabenBaseTools: AutoGen - UniClassObject refactor static...
2018-05-04 Carsey, JabenBaseTools: AutoGen - remove global line
2018-05-04 Carsey, JabenBaseTools: Eot - refactor global data
2018-05-04 Carsey, JabenBaseTools: Eot - remove unused lists
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor class factory
2018-05-04 Carsey, JabenBaseTools: AutoGen - share StripComments API
2018-05-04 Carsey, JabenBaseTools: AutoGen - GenVar refactor static methods
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor dictionary access
2018-05-04 Carsey, JabenBaseTools: AutoGen - refactor assemble_variable
2018-05-04 Carsey, JabenBaseTools: this function has no purpose.
2018-05-04 Carsey, JabenBaseTools: check before accessing members in __eq__
2018-05-04 Carsey, JabenBaseTools: AutoGen - update to remove duplicate constan...
2018-05-04 Carsey, JabenBaseTools: FdfParser - update to remove duplicate const...
2018-05-03 Ruiyu NiMdeModulePkg/Terminal: Check status of OpenProtocol...
2018-05-03 Thomas PalmerSecurityPkg/UserProfileManagerDxe: Update RouteConfig...
2018-05-03 Thomas PalmerSecurityPkg/UserIdentifyManagerDxe: Update RouteConfig...
2018-05-03 Thomas PalmerSecurityPkg/PwdCredentialProviderDxe: Update RouteConfi...
2018-05-03 Thomas PalmerSecurityPkg/Tcg2Config: Update RouteConfig function
2018-05-03 Thomas PalmerMdeModulePkg/DriverHealthManagerDxe: Update RouteConfig...
2018-05-03 Thomas PalmerMdeModulePkg/RamDiskDxe: Update RouteConfig function
2018-05-03 Thomas PalmerMdeModulePkg/UiApp: Update RouteConfig function
2018-05-03 Thomas PalmerIntelFrameworkModulePkg/LegacyBootMaintUiLib: Update...
2018-05-02 Ruiyu NiMdePkg/DevicePathToText: Fix iSCSI.Lun byte order issue
2018-05-02 Carsey, JabenBaseTools: remove unused MigrationUtilities.py
2018-05-02 Carsey, JabenBaseTools: remove redundant if comparison
2018-05-02 Carsey, JabenBaseTools: replace string with predefined constant
2018-05-02 Carsey, JabenBaseTools: Replace Binary File type strings with predef...
2018-05-02 Carsey, JabenBaseTools: Replace PCD type strings with predefined...
2018-05-02 Carsey, JabenBaseTools: DataType - cleanup list constants
2018-05-02 Carsey, JabenBaseTools: Replace EDK Component strings with predefine...
2018-05-02 Carsey, JabenBaseTools: Share a dictionary instead of keeping multiples
2018-05-02 Carsey, JabenBaseTools: Define and use a set for common list
2018-05-02 Carsey, JabenBaseTools: replace string constants used for module...
2018-05-02 Carsey, JabenBaseTools: Workspace/MetaFileParser - refactor dicts
2018-05-02 Yunhua FengBaseTools: Fix regression bug by 3378782691af
2018-04-30 Haojian ZhuangEmbeddedPkg/Drivers: add virtual keyboard driver
2018-04-30 AlexeiFedorovArmPkg: Fix bug in Generic Watchdog driver
2018-04-30 Laszlo ErsekArmVirtPkg: use protocol-based DevicePathLib instance...
2018-04-27 Yunhua FengBaseTools: Fix regression issue by 1eb72acddd61
2018-04-26 Gerd HoffmannOvmfPkg/QemuVideoDxe: round up FrameBufferSize to full...
2018-04-26 Laszlo ErsekCryptoPkg/OpensslLib: remove OpenSSL version number...
2018-04-26 Yunhua FengBaseTools: Fix one invalid change in 6be94743
2018-04-26 Carsey, JabenBaseTools: CommonClass - remove unused classes
2018-04-26 Carsey, JabenBaseTools: AutoGen - use defaultdict to auto initialize
2018-04-26 Carsey, JabenBaseTools: GenFds - simplify testing for Hex number
2018-04-26 Carsey, JabenBaseTools: AutoGen - use dafultdict instead of dict
2018-04-26 Carsey, JabenBaseTools: remove duplicate variable
2018-04-26 Carsey, JabenBaseTools: remove dict from DscBuildData
2018-04-26 Carsey, JabenBaseTools: Remove extra .keys()
2018-04-26 Carsey, JabenBaseTools: AutoGen - remove unused variables.
2018-04-26 Carsey, JabenBaseTools: AutoGen - remove dictionary populated, but...
2018-04-26 Carsey, JabenBaseTools: Workspace - refactor GetStructurePcdInfo
2018-04-26 Carsey, JabenBaseTools: simplify if call
2018-04-26 Carsey, JabenBaseTools: Autogen - replace string constants with...
2018-04-26 Carsey, JabenBaseTools: Workspace - refactor RegEx to minimize multi...
2018-04-26 Ard BiesheuvelArmVirtPkg: reinstate timer unmask quirk for Xen
2018-04-26 Ard BiesheuvelArmPkg: add reenable hook to ArmGenericTimerCounterLib
2018-04-26 Carsey, JabenBaseTools: Share RegEx between files
2018-04-26 Carsey, JabenBaseTools: GenPatchPcdTable - refactor RegEx to minimiz...
2018-04-26 Carsey, JabenBaseTools: Misc - refactor RegEx to minimize multiple...
2018-04-25 Star ZengSignedCapsulePkg SystemFirmwareUpdate: Fix typo EFI_SEC...
2018-04-25 Star ZengIntelSiliconPkg MicrocodeUpdate: Fix typo EFI_SECURITY_...
2018-04-25 Star ZengMdePkg FirmwareManagement.h: Fix typo EFI_SECURITY_VIOLATIO
2018-04-25 Star ZengMdeModulePkg NvmExpressDxe: return error code in error...
2018-04-25 Star ZengMdeModulePkg EsrtFmpDxe: Use EfiBootServicesData for...
2018-04-25 Star ZengUefiCpuPkg MpInitLib: Fix typo "sCPUID" to "CPUID"
2018-04-24 Gary LinOvmfPkg/README: add HTTPS Boot
2018-04-24 Leif LindholmMaintainers.txt: add Laszlo Ersek to stewards
2018-04-23 Girish PathakArmPkg: Introduce SCMI protocol
2018-04-23 Girish PathakArmPkg: MTL Library interface and Null library implemen...
2018-04-23 Girish PathakArmPlatformPkg: New DP500/DP550/DP650 GOP driver
2018-04-23 Girish PathakArmPlatformPkg: Reserving framebuffer at build
2018-04-23 Girish PathakArmPlatformPkg: Additional display modes
next