summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add new definition for XHCI supporterictian2011-06-011-1/+3
* 1. Add error handling for PXE-IPV6.hhuan132011-06-011-1/+4
* Make shell not ASSERT on older versions of EFI. On a Mac if you soft load Hii...andrewfish2011-06-012-12/+17
* Add BlockIO support to the emulator, still needs testing. Also update Emulato...andrewfish2011-05-3117-34/+3128
* Fix the bug that WinNtBlockIo fails to properly allocate a buffer.niruiyu2011-05-311-2/+2
* Update the comments of InstallConfigurationTable to follow UEFI Spec.niruiyu2011-05-311-2/+2
* Update the comments of InstallConfigurationTable to follow UEFI Spec.niruiyu2011-05-311-1/+1
* Update the IPsec driver to check in invalid parameter of ProcessExt() accordi...qianouyang2011-05-313-29/+36
* Add new call back return value; also add some sample code to use it.ydong102011-05-3112-431/+988
* Update code to pass packaging tool.lzeng142011-05-3010-33/+19
* MdeModulePkg: Fixed memory corruption when BlockIo2 is not presentgeekboy15a2011-05-271-6/+6
* 1. Setting cursor position to (0, 0) and flushing cursor directly instead of ...vanjeff2011-05-272-20/+33
* Update the comments to describe the purpose of Removable array.niruiyu2011-05-271-3/+6
* Sync BaseTools Branch (version r2161) to EDKII main trunk. lgao42011-05-262-0/+5
* Originally BDS only creates boot options for removable media, the patch creat...niruiyu2011-05-261-70/+74
* Add more status code in drivers.li-elvin2011-05-267-5/+22
* Add more status code in drivers.li-elvin2011-05-262-0/+13
* Fix ICC build break.lgao42011-05-261-3/+9
* Remove ASSERT within Ls for RTC error and associated changes.jcarsey2011-05-253-17/+21
* Sync BaseTools Branch (version r2157) to EDKII main trunk. lgao42011-05-2529-15/+24
* Fix ICC build break.ydong102011-05-251-1/+2
* Make sure the return value of MapKey is correct by moving the assignment into...erictian2011-05-251-6/+5
* CpuDxe entry point () only register exception handlers unassigned before.vanjeff2011-05-251-1/+1
* Add the DriverFamilyOverride support in DxeCore.niruiyu2011-05-243-2/+41
* Update BasePrintLib to handle the unaligned GUID. lgao42011-05-241-4/+4
* Per PI 1.2 errata B spec, for SetMemoryAttributes() service of CPU Architectu...rsun32011-05-242-15/+32
* Fixed SCT test failed caused by driver sample.ydong102011-05-231-5/+10
* Change Partition/ScsiDxe driver to produce Block IO revision 3.niruiyu2011-05-232-43/+107
* Add BlockIO revision 3 definition. Add new API ScsiInquiryCommandEx to UefiSc...niruiyu2011-05-234-8/+266
* Add core SMBIOS 2.7.0 and 2.7.1 support.lzeng142011-05-232-41/+47
* Add core SMBIOS 2.7.0 and 2.7.1 support.lzeng142011-05-231-27/+134
* Add two new methods to get default value, also add sample code in sample driver.ydong102011-05-207-5/+613
* Add new definition used for new call back return type and new action type.ydong102011-05-202-0/+10
* Refine some call back function to return EFI_UNSUPPORTED for all unsupported ...ydong102011-05-204-374/+380
* Order sections as [Defines], [Includes], [LibraryClasses], [Guids], [Ppis], [...lzeng142011-05-201-11/+11
* Order sections as [Defines], [Includes], [LibraryClasses], [Guids], [Ppis], [...lzeng142011-05-201-6/+6
* Order sections as [Defines], [Includes], [LibraryClasses], [Guids], [Ppis], [...lzeng142011-05-201-28/+28
* Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupporte...ydong102011-05-201-98/+105
* Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupporte...ydong102011-05-205-505/+503
* Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupporte...ydong102011-05-201-107/+106
* fix memory leak at AccessAtaDevice() of AtaBus.erictian2011-05-192-78/+104
* Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...qianouyang2011-05-197-15/+18
* update due to a DSC error.jcarsey2011-05-175-1/+1
* Clarify an error in Map command.jcarsey2011-05-172-3/+7
* CalculateSum8() and CalculateSum16() defined in BaseLib are used to calculate...lzeng142011-05-171-20/+4
* Change the type of the IoData field of EFI_SMM_SAVE_STATE_IO_INFO from UINTN ...rsun32011-05-171-4/+2
* According to PI_1_2_Errata_B, EFI_FFS_INTEGRITY_CHECK.Checksum.File should be...lzeng142011-05-171-3/+2
* A complement fix for revision 11664 to update GCC assembly files : clear the ...rsun32011-05-174-4/+16
* Cleanup MpService interface. Still needs more testing, but now it is much clo...andrewfish2011-05-173-46/+159
* Fixed an error when parse time opcode.ydong102011-05-171-1/+1