summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2014-07-28Update code to support VS2013 tool chain.Eric Dong23-19/+76
2014-07-28Update the code to follow UEFI spec, process date/time/ref value type as buff...Eric Dong2-106/+348
2014-07-28Print the CodeType and Value of status code with fixed length.Li, Elvin3-12/+12
2014-07-25MdeModulePkg: Fix parameter verification for SetAttributeJaben Carsey1-2/+2
2014-07-24Clear the whole EFI_PHYSICAL_ADDRESS CapsuleDataPtr64 to 0 at first to avoid ...Elvin Li1-0/+2
2014-07-22MdeModulePkg/AtaAtapiPassThru: Correct the algo of calculating PRDT number to...Tian, Feng1-2/+2
2014-07-21Refine code to follow good coding style.Eric Dong2-4/+4
2014-07-14Add check to make code more safely.Eric Dong1-2/+5
2014-07-14Check the validation when return from callback function to avoid use the inva...Eric Dong3-49/+156
2014-07-10Fix build fail for VS2005 tool chain.Eric Dong1-1/+1
2014-07-09The UEFI specification does not say anything when the pointers passed toOlivier Martin1-2/+12
2014-07-09Fixed typos: hanlder should be handler.Chen Fan6-6/+6
2014-07-09Refine the sample for action, should not use text two part.Eric Dong1-8/+0
2014-07-09Fix build fail for VS2005 tool chain.Eric Dong1-1/+1
2014-07-08Refine the save action for the browser.Eric Dong9-209/+930
2014-07-08MdeModulePkg XhciPei: Fix build failure "conversion from 'UINT32' to 'UINT8',...Star Zeng1-1/+1
2014-07-07MdeModulePkg XhciPei: Initialize ScratchPhy and ScratchEntryPhy in XhcPeiInit...Star Zeng1-0/+2
2014-07-07MdeModulePkg XhciDxe: Initialize ScratchPhy and ScratchEntryPhy in XhcInitSch...Star Zeng1-0/+2
2014-07-07Restore the question value before call the CHANGED callback type.Eric Dong1-0/+5
2014-07-04MdeModulePkg XhciDxe: XHCI multiple interface alternate setting support.Star Zeng4-249/+841
2014-07-02Correct the default value for date opcode.Eric Dong1-2/+2
2014-07-02MdeModulePkg XhciPei/UsbBusPei: Add XHCI recovery support.Star Zeng17-225/+7575
2014-07-02MdeModulePkg SmmLockBoxSmmLib: Add debug message for the address of lockbox(s...Star Zeng1-2/+10
2014-06-30Fix a bug in IP4 driver when computing the network broadcast adress.Fu, Siyuan1-2/+3
2014-06-27MdeModulePkg/PiSmmCore: Initialize missing LoadedImage protocol fields for SM...Tapan Shah1-1/+3
2014-06-26Refine code to make it more safely.Eric Dong21-21/+55
2014-06-25MdeModulePkg/DxeMain: Zero ImageContext local variable before passing it down...Andrew Fish1-1/+2
2014-06-19The following call tree exposes a bug in the lifetime (ie. too lateAlex Williamson1-25/+9
2014-06-04MdeModulePkg/NvmExpressDxe: Check if CSTS.RDY is 0 to wait NVMe Host controll...Tian, Feng2-18/+37
2014-05-21Add 'file not found' debug message to MTFTP.Brendan Jackman1-1/+8
2014-05-15Change PciIo::GetBarAttributes() to return unsupported for a unsupported bar ...Ruiyu Ni1-86/+73
2014-05-15MdeModulePkg/AtaAtapiPassThru: Handle timeout 0 as indefinitely wait to stric...Tian, Feng4-68/+151
2014-05-15Fix some build issues (ARM toolchain).Olivier Martin3-6/+2
2014-05-14Based on request, export ResetRequired info used by browser.Eric Dong3-3/+52
2014-05-13Fix comment typos. Gao, Liming1-1/+1
2014-05-12Correct String language tag.Gao, Liming1-0/+0
2014-05-071. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan14-654/+18
2014-05-06MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to r...Star Zeng1-114/+13
2014-04-30MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe...Tian, Feng4-214/+284
2014-04-24Correct the incorrect string. Gao, Liming1-0/+0
2014-04-21Fix GCC build fail.Eric Dong1-4/+4
2014-04-18Refine the check expression result logic.Eric Dong4-12/+59
2014-04-18Enhance the browser parse opcode logic, skip the opcode which is not defined ...Eric Dong1-0/+46
2014-04-15Update question validation logic, move the check pointer from after user inpu...Eric Dong9-407/+380
2014-04-15MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o...Star Zeng1-2/+17
2014-04-14Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo...Eric Dong3-58/+27
2014-04-11Update logic, only question with interactive attribute should trig the callba...Eric Dong1-0/+4
2014-04-11Sync value for string opcode after call the Callback function.Eric Dong3-3/+52
2014-04-10MdeModulePkg/UsbMassStorage: Don't send READ_CAPACITY to unsupported usb mass...Tian, Feng2-63/+32
2014-04-10Check the pointer before use it.Eric Dong1-0/+2