summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
...
* Add the missing status code in the returned table of InstallMultipleProtocolI...Shumin Qiu2013-08-202-4/+12
* Add DiskIo2 protocol definition to MdePkg.Ruiyu Ni2013-08-209-477/+1239
* Update the structure of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL, PXE_HW_UND...Qian Ouyang2013-08-201-1/+6
* MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl...Star Zeng2013-08-192-13/+127
* Change the PciBusDxe driver to install the PCI enumeration complete GUID in t...Ruiyu Ni2013-08-161-3/+1
* MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit...Star Zeng2013-08-161-2/+12
* Add I2C bus DXE driver and I2C host DXE driver following PI 1.3 spec.Elvin Li2013-08-148-0/+3975
* Update XHCI driver to use PCI IO AllocateBuffer/Map/Unmap to do DMA operation.Elvin Li2013-08-127-123/+1357
* MdeMdeModulePkg/NvmExpressDxe: Add NVM Express support.Feng Tian2013-08-1213-0/+5833
* Refine the code logic for browser and display engine.Eric Dong2013-08-1220-8162/+215
* 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