summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add back logic to encode LUN in CDB for compatibility with SCSI-2 spec, altho...rsun32009-05-191-2/+56
* Fix the unaligned issue of PCI read/write buffer.xli242009-05-194-24/+24
* fix a typo of missing a colon sign after a label symbol.eric_tian2009-05-191-1/+1
* Fix bugs in the UEFI SCSI Library.rsun32009-05-191-56/+2
* As ECP package is EDKI style, the AutoGen.h will not include anything. So if ...eric_tian2009-05-19104-101/+105
* Fix a bug in the SCSI Bus driver due to which some SCSI devices can not be di...rsun32009-05-191-1/+1
* change the error usage of "#if __GNUC__" Condition Macro to "#if defined(__GN...eric_tian2009-05-192-2/+2
* Add BaseLib for BaseCpuLib.inf.xli242009-05-191-0/+1
* update the check condition of PASS THRU interface to pass Uefi sct test.eric_tian2009-05-191-1/+7
* Fix K8 issues in HiiDataBaselgao42009-05-183-113/+194
* 1. Clean up MdePkg internal header fileslgao42009-05-1820-141/+130
* Originally, there are following implementation:klu22009-05-181-0/+0
* add one comment when destroy the buffer.vanjeff2009-05-181-0/+1
* Correct DriverSample to produce the ConfigAccess protocollgao42009-05-182-16/+35
* 1. remove duplicated set operation on UGA device.vanjeff2009-05-183-37/+46
* Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, wh...lgao42009-05-184-465/+28
* Add check for NULL pointer.gikidy2009-05-151-7/+12
* cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is ...eric_tian2009-05-15104-254/+254
* cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is ...eric_tian2009-05-1533-66/+66
* Update CpuSleep() for IPF.xli242009-05-151-2/+36
* Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no...lgao42009-05-144-26/+54
* 1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod...lgao42009-05-149-260/+3415
* 1. Add address check for "RegisterForRuntime" APIs of PciLib, PciCf8Lib, PciE...xli242009-05-149-25/+33
* fixed typo.vanjeff2009-05-132-3/+3
* 1. retired NicIp4ConfigProtocolGuidvanjeff2009-05-1315-292/+1734
* Add a check for CreateQuestion may be return NULL. gikidy2009-05-131-1/+2
* Refine code for PeiReportStatusCodeLib.xli242009-05-132-24/+33
* Fix bug for -b optionklu22009-05-131-0/+0
* Add checking for configuration template file.klu22009-05-131-0/+9
* Add valid range checking for count of multi-threadklu22009-05-121-0/+0
* Add checking for options number to avoid user's confusion. The corresponding ...klu22009-05-123-0/+0
* Make improvement that if target directory does not exist, create it. This pat...klu22009-05-121-0/+0
* Make tool more intelligence for missing configuration item. The corresponding...klu22009-05-121-0/+0
* fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES.vanjeff2009-05-123-8/+8
* Update GenFw help usage information to clarify -z option.lgao42009-05-121-0/+0
* Fix the implementation of AsciiStrStr() and StrStr() in MdePkg. If the length...rsun32009-05-121-2/+2
* Minor update the function interface for three re-allocate pool APIs to check ...qhuang82009-05-124-42/+30
* fixed to build under IPF.jcarsey2009-05-1114-459/+1406
* Add conformance check for OldBuffer and size even if the memory allocation fa...qhuang82009-05-114-24/+36
* Add more validation for input parameters.klu22009-05-111-0/+0
* fix the typo in DxeCoreeric_tian2009-05-112-4/+4
* Fix minor coding style issue for ScsiReadCapacity16Command() API in UefiScsiLib qhuang82009-05-112-18/+18
* Add warning message that tool chain tag will be ignored if user provide outpu...klu22009-05-111-0/+0
* In PrintXY() and AsciiPrintXY(), the number of chartacter returned is at most...eric_tian2009-05-111-2/+1
* Add Fv name checking for build.exe if user gives FV name from command line. o...klu22009-05-111-0/+0
* Fix bug that trim crash when no parameter is input.klu22009-05-111-0/+0
* Remove -c option for GenFds tool because it does not defined in build specifi...klu22009-05-111-0/+0
* Update TargetTools for add set/get/clean BUILD_RULE_CONF option for target.tx...klu22009-05-111-0/+0
* ConfigRouting should get driver handle by device path in all drivers database...vanjeff2009-05-111-62/+21
* add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ...eric_tian2009-05-112-0/+24