summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
...
* MdeModulePkg: PiSmmCore: Remove confusing CopyMem() of SMM_ENTRY_CONTEXTMichael Kinney2015-11-031-2/+6
* MdeModulePkg: Add DEBUG statement when reaching max perf log entriesSamer El-Haj-Mahmoud2015-11-021-0/+2
* MdeModulePkg SmbiosMeasurementDxe: NULL check to String from GetSmbiosStringByIdStar Zeng2015-11-021-0/+1
* MdeModulePkg: Do not dump NULL padding resource descriptorRuiyu Ni2015-10-291-0/+4
* MdeModulePkg SmbiosMeasurementDxe: Correct the commentsStar Zeng2015-10-292-6/+9
* MdeModulePkg SmbiosMeasurementDxe: Remove the tailing whitespaceStar Zeng2015-10-292-14/+14
* MdeModulePkg SmbiosMeasurementDxe: Use EFI_D_VERBOSE for internal dump functionsStar Zeng2015-10-291-9/+9
* MdeModulePkg SmbiosMeasurementDxe: Add (VOID **) typecast for GCC build failureStar Zeng2015-10-291-1/+1
* MdeModulePkg SmbiosMeasurementDxe: Use SMBIOS table and GUID correctlyStar Zeng2015-10-291-6/+14
* MdeModulePkg Variable: Move CacheVariable->InDeletedTransitionPtr NULL pointe...Star Zeng2015-10-281-2/+2
* MdeModulePkg:Add new API HiiGetFormSetFromHiiHandle into UefiHiiLibDandan Bi2015-10-272-0/+134
* MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2015-10-272-4/+28
* Move Smbios measurement from TCG driver to Smbios driver.Yao, Jiewen2015-10-275-0/+686
* Move Smbios table MAX length definition to Mde header filer.Yao, Jiewen2015-10-271-12/+0
* MdeModulePkg: Make the BmFindLoadOption function publicSunny Wang2015-10-264-27/+31
* MdeModulePkg: Fix a PciBusDxe hot plug bugRuiyu Ni2015-10-234-102/+204
* MdeModulePkg: Update UiApp to not display itselfRuiyu Ni2015-10-233-0/+14
* MdeModulePkg: Update BootManagerMenuApp to not display itselfRuiyu Ni2015-10-232-2/+16
* MdeModulePkg Variable: Enhance variable performance by reading from existed m...Derek Lin2015-10-232-34/+45
* MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2015-10-212-1/+15
* MdeModulePkg VarCheckLib: R18611 was thoughtless for property setStar Zeng2015-10-191-12/+17
* MdeModulePkg: SmbiosDxe: soften DEBUG messages about table reallocationLaszlo Ersek2015-10-161-2/+4
* MdeModulePkg: FaultTolerantWriteDxe: clean up some "success" messagesLaszlo Ersek2015-10-161-3/+3
* MdeModulePkg: FaultTolerantWriteDxe: mellow DEBUGs about workspace reinitLaszlo Ersek2015-10-162-3/+5
* MdeModulePkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan2015-10-161-0/+5
* MdeModulePkg VariableRuntimeDxe: Add the missing gEfiImageSecurityDatabaseGuidStar Zeng2015-10-161-0/+4
* MdeModulepkg VarCheckLib: Return NULL when no property setStar Zeng2015-10-161-2/+10
* MdeModulePkg DriverSampleDxe: Add optional ";" to keep consistent with existe...Eric Dong2015-10-151-8/+8
* Update register hot key logic, return EFI_ALREADY_START status if same hot ke...Eric Dong2015-10-152-12/+13
* MdeModulePkg: Use PcdSet##S to replace PcdSet##Eric Dong2015-10-154-19/+34
* MdeModulePkg PiDxeS3BootScriptLib: Use PcdSet64S to instead of PcdSet64Star Zeng2015-10-101-2/+4
* MdeModulePkg/DxeIplPeim: implement non-exec stack for ARM/AARCH64Ard Biesheuvel2015-10-082-0/+15
* MdeModulePkg: exit pci function loops early if device is not multi-functionJoseph Shifflett2015-10-063-0/+32
* MdeModulePkg UefiBootManagerLib: Do not assume perf entry count has no changeStar Zeng2015-09-301-85/+35
* MdeModulePkg Ip4Dxe: Ip4Config2 to request DHCP Option6 DNS server IPSamer El-Haj-Mahmoud2015-09-302-94/+168
* MdeModulePkg: Add SMBIOS 3.0 support in NetLibGetSystemGuid.Samer El-Haj-Mahmoud2015-09-302-12/+20
* MdeModulePkg: AtaAtapiPassThru: select master/slave around DIAG commandReza Jelveh2015-09-221-0/+5
* MdeModulePkg: Remove event from protocol database only if registeredSamer El-Haj-Mahmoud2015-09-213-6/+19
* MdeModulePkg/Core/Dxe/Gcd: remove set but not used variablesLaszlo Ersek2015-09-211-6/+0
* MdeModulePkg DxeCore: Take the range in resource HOB for PHIT as higher priorityStar Zeng2015-09-181-68/+95
* MdeModulePkg DxeCore: Relocate HOB List after other tested memory resources a...Star Zeng2015-09-171-12/+53
* MdeModulePkg:Fix the bug the incorrect change of StrCpyS functionDandan Bi2015-09-172-46/+23
* MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->SetData().Eric Dong2015-09-171-4/+12
* MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->GetData().Eric Dong2015-09-171-7/+16
* MdeModulePkg/HiiDatabase: Fix Progress not point to the correct place issue.Eric Dong2015-09-171-3/+7
* MdeModulePkg: Enhance PCI capability looking up logic to avoid hangRuiyu Ni2015-09-151-0/+8
* MdeModulePkg: PcdSetNxForStack: enable dynamismLaszlo Ersek2015-09-151-9/+9
* MdeModulePkg PiDxeS3BootScriptLib: Remove a hidden assumption.Star Zeng2015-09-155-161/+345
* MdeModulePkg: Change the algorithm in SNP to use the first found BAR index.Fu Siyuan2015-09-151-4/+14
* MdeModulePkg:Refine the code comments in RegularExpressionDxe.Dandan Bi2015-09-113-112/+150