summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Update Browser to provide the customization possibilities.Eric Dong2013-08-1225-2181/+13540
* Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong2013-08-1228-12296/+8884
* Check in the missing code.Eric Dong2013-08-092-2/+2
* Update Browser to provide the customization possibilities.Eric Dong2013-08-0928-8884/+12296
* Add new adding ATA related status code in PI 1.3 to definition and ATA modules.Elvin Li2013-08-092-4/+55
* MdeModulePkg: Added ARM Aarch64 architecture supportHarry Liebel2013-08-073-4/+4
* MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc...Feng Tian2013-08-054-15/+30
* MdeModulePkg PartitionDxe: Ensure the NumberOfPartitionEntries * SizeOfPartit...Star Zeng2013-07-311-3/+12
* Clean the flag before use it to avoid use old error value.Eric Dong2013-07-291-0/+1
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-269-64/+25
* Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText...Ruiyu Ni2013-07-266-5990/+25
* Roll back the changes in revision 14296 since it will cause iSCSI security au...Fu Siyuan2013-07-251-1/+1
* The PCI host bridge can signal failures in its initialization toOlivier Martin2013-07-182-8/+32
* Expand the PcdSrIovSystemPageSize type to PcdsPatchableInModule.Ruiyu Ni2013-07-171-6/+6
* Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin2013-07-162-16/+0
* Rollback patch 14470, because it error check in some extra ending code.Eric Dong2013-07-162-48/+64
* Change the PcdSrIovSystemPageSize from type of [PcdFixedAtBuild] to [PcdFixed...Ruiyu Ni2013-07-161-7/+7
* Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin2013-07-162-64/+48
* Refine the validation for the input attribute before return.Eric Dong2013-07-151-1/+5
* MdeModulePkg: Add the alignment check for FTW spare area address and length, ...Star Zeng2013-07-117-6/+35
* MdeModulePkg FaultTolerantWritePei: Refine the code to avoid error report.Star Zeng2013-07-111-17/+20
* MdeModulePkg/Usb: Update some debug messages’ print level to EFI_D_VERBOSEFeng Tian2013-07-053-78/+78
* MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng2013-07-0319-276/+1051
* Fix DDK build fail.Eric Dong2013-07-031-1/+1
* Fix GCC build fail.Eric Dong2013-07-031-4/+4
* Update HiiDataBase and UefiHiiLib to support Name/Value varstore. Eric Dong2013-07-025-1163/+2188
* MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling...Feng Tian2013-06-2413-38/+104
* MdeModulePkg/AtaBus: wait up to 30s for ATA cmd response in Standby/Idle mode...Feng Tian2013-06-181-4/+6
* The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek2013-06-171-0/+23
* Revert the changes made in 14403 because it incorrectly changed the EOL.Ruiyu Ni2013-06-171-502/+479
* The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek2013-06-141-479/+502
* Use right LBA to get the backed up WorkSpace in spare block.Star Zeng2013-06-071-3/+5
* Update code to follow spec, add discard form action before reset.Eric Dong2013-06-061-0/+1
* Refine the logic about processing options for oneof opcode.ydong102013-05-271-6/+24
* Fix the issue that FreePool is too early in FirmwarePerformanceDxe.lgao42013-05-271-4/+11
* Move the memory allocation and variable set to BdsEntry, use VariableLock pro...lzeng142013-05-231-1/+2
* When finish using the browser storage for one formset, browser should clean t...ydong102013-05-212-1/+160
* Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng142013-05-215-22/+46
* Remove the complex buffer since the _LOCK_VARIABLE won't be allowed after lea...niruiyu2013-05-203-43/+20
* Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia...niruiyu2013-05-1711-22/+452
* Update the logic about get initial value for one storage.ydong102013-05-162-9/+198
* Separate memory allocation for FPDT S3 performance table and boot performance...lzeng142013-05-166-91/+196
* Add Copyright notices and comments for Red Hat contributor.sfu52013-05-142-6/+11
* Update Code to pass EBC compiler.lgao42013-05-133-7/+14
* MdeMdeModulePkg/Xhci: Clear BIOS_OWN semaphore before halting XHCI controllererictian2013-05-101-4/+4
* MdeMdeModulePkg/UsbBusDxe: Break device enumeration process if the device des...erictian2013-05-101-3/+6
* Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set.sfu52013-05-092-3/+13
* 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng142013-05-077-129/+225
* Fix the bug which incorrectly programs the 64bit base address register in the...niruiyu2013-04-271-4/+42
* 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng142013-04-256-39/+211