summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Usb: Adjust TPL to not block async transfer during usb enum.Feng Tian2015-08-064-7/+7
* MdeModulePkg DxeIpl: Add stack NX supportStar Zeng2015-08-057-38/+392
* UiApp: Update copyright info, cover old code existed in old BdsDxe driver.Eric Dong2015-08-0534-29/+29
* MdeModulePkg:Refine the code comments in UiAppDandan Bi2015-08-047-28/+45
* MdeModulePkg:Fix the issue that refresh the question fail in DriverSampleDandan Bi2015-08-041-83/+82
* MdeModulePkg DxeCore: Move ProcessLibraryConstructorList()Star Zeng2015-08-041-7/+7
* MdeModulePkg:Fix the issue FindQuestionFromProgress in SetupBrowserDxe is brokenDandan Bi2015-08-032-0/+14
* MdeModulePkg PeiCore: Add PCD to specify PEIM ShadowLiming Gao2015-08-036-9/+59
* UiApp: Move reset menu from Front Page to BMM Page.Eric Dong2015-07-315-9/+13
* Remove the useless code to fix build failure caused by error depend on IntelF...Eric Dong2015-07-314-93/+0
* MdeModulePkg: Enhance PciBusDxe to handle high 32bit of MEM64 BAR returns 0Ruiyu Ni2015-07-301-3/+8
* UiApp code split from IntelFrameworkModulePkg/Universal/BdsDxe driver.Eric Dong2015-07-3037-0/+13897
* MdeModulePkg/PciBus: Simplify an complex if statement to pass VS2015Michael D Kinney2015-07-291-10/+5
* MdeModulePkg/Variable: Fix VS2015 warning about uninitialized local var.Michael D Kinney2015-07-291-0/+1
* MdeModulePkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo2015-07-296-6/+92
* MdeModulePkg: Include CapsuleX64 in MdeModulePkg.dsc [Components.X64]Star Zeng2015-07-291-0/+4
* MdeModulePkg/UfsPassThru: Fix wrong GLOBAL_REMOVE_IF_UNREFERENCED usageFeng Tian2015-07-281-3/+3
* MdeModulePkg PiSmmIpl: Use AllocateZeroPool() for FullSmramRangesStar Zeng2015-07-281-2/+2
* MdeModulePkg: Add missing PCD usage information in UNI and DEC files.Qiu Shumin2015-07-282-0/+3
* MdeModulePkg:Add ESC key support in setup browser pop-up message boxDandan Bi2015-07-272-1/+2
* MdeModulePkg:SetupBrowser output debug message when DisplayEngineDxe is not i...Dandan Bi2015-07-271-0/+1
* Support get string from configuration string packages.Eric Dong2015-07-272-7/+8
* MdeModulePkg CapsuleRuntimeDxe: Reduce reserved memory consumptionStar Zeng2015-07-272-67/+47
* MdeModulePkg CapsuleX64: Reduce reserved memory consumptionStar Zeng2015-07-276-132/+478
* MdeModulePkg BootScriptExecutorDxe: Reduce reserved memory consumptionStar Zeng2015-07-271-23/+89
* MdeModulePkg Variable: Read MonotonicCount by ReadUnaligned64()Star Zeng2015-07-271-2/+2
* MdeModulePkg: Make boot option description uniqueRuiyu Ni2015-07-261-0/+61
* MdeModulePkg: Add old IPv4_DEVICE_PATH support for new IScsiDxefanwang22015-07-262-10/+24
* MdeModulePkg VariableDxe: Correct address pointers from AuthVariableLibStar Zeng2015-07-262-2/+2
* MdeModulePkg: Check the case caused by mismatchDandan Bi2015-07-261-5/+7
* MdeModulePkg: Correct the parameter order in match2 sample opcodeDandan Bi2015-07-261-1/+1
* MdeModulePkg: Fix the issue EfiPxeBcDhcp() may return wrong status.Zhang Lubo2015-07-261-2/+2
* MdeModulePkg: Remove TransmitReceive() and ActiveChild dependencyJiaxin Wu2015-07-262-5/+13
* MdeModulePkg: SmbiosDxe: ARM and AARCH64 are VALID_ARCHITECTURESLaszlo Ersek2015-07-261-1/+1
* MdeModulePkg PiSmmCore: Remove a hidden assumption of SMRAM reservationStar Zeng2015-07-265-84/+444
* MdeModulePkg/TerminalDxe: Some improvementsHeyi Guo2015-07-161-23/+4
* MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by defaultHeyi Guo2015-07-161-1/+1
* MdeModulePkg/DxePrintLibPrint2Protocol: make mStatusString array CONSTArd Biesheuvel2015-07-161-1/+1
* MdeModulePkg: Correct PcdConOutColumn help string.Liming Gao2015-07-162-1/+1
* MdeModulePkg DxeIpl: Skip install MemoryInfoHob if this hob existsLiming Gao2015-07-161-25/+30
* MdeModulePkg: Remove two protocols and add HttpLib accessfanwang22015-07-152-2/+4
* MdeModulePkg: Code logic optimization for Ip4Dxe driverfanwang22015-07-101-4/+4
* MdeModulePkg: Fix a bug that return type differs from the left one when assig...Zhang Lubo2015-07-101-24/+37
* MdeModulePkg: Remove Ip4ConfigDxe and related guid definitionJiaxin Wu2015-07-1018-3664/+0
* MdeModulePkg: Fix TerminalDxe VS2013 build failureRoy Franz2015-07-101-2/+2
* MdeModulePkg: Fix potential integer overflow issueRuiyu Ni2015-07-102-15/+20
* MdeModulePkg/FvSimpleFileSystemDxe: Support file opening with no '.efi'Olivier Martin2015-07-091-12/+50
* Accept VT220 DEL and function keys for TTY terminal typeRoy Franz2015-07-093-1/+101
* Treat ASCII 0x7F as backspace for TtyTerm terminalsRoy Franz2015-07-091-2/+8
* Add "TtyTerm" terminal type to TerminalDxeRoy Franz2015-07-097-8/+73