summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Terminate the Capability List traversal if the Capability Pointer is less tha...mdkinney2009-05-211-5/+1
* Update module to show real dependencies on the MemoryAllocationLibmdkinney2009-05-212-0/+2
* update the file description of PrintXY and AsciiPrintXY. and also refine the ...eric_tian2009-05-211-8/+12
* update the file description of PrintXY and AsciiPrintXY. and also refine the ...eric_tian2009-05-212-50/+48
* refine the implementation of HiiStringToImage:eric_tian2009-05-211-273/+290
* update the implementation of InternalPrintGraphic to reflect the number of ac...eric_tian2009-05-211-40/+31
* Update revision reference tag.gikidy2009-05-2111-9/+16
* Build tool need generate different value macro's name for PatchableInModule t...klu22009-05-211-0/+0
* Synchronize code with specs.gikidy2009-05-218-28/+743
* Synchronize code with specs.gikidy2009-05-219-19/+111
* Update DriverSample and PlatDriOverrideDxe driver to correct the return value...lgao42009-05-212-26/+20
* Fix the bug that TAB character in uni file make unicode string missing in aut...klu22009-05-211-0/+0
* Fix ScsiLib build break by << operator, which is replaced by LShiftU64 of Bas...lgao42009-05-212-7/+9
* Remove __APPLE__ usage in ProcessorBind.h files.xli242009-05-213-17/+17
* Clean up GenericBdsLib.h to remove unnecessary include header files.lgao42009-05-213-28/+24
* Update modules to show real dependencies on the BaseMemoryLib and MemoryAlloc...mdkinney2009-05-209-0/+17
* Add includes for definitions used by the DxeIpIoLib and DxeNetLibmdkinney2009-05-202-0/+3
* Remove redundant #include statementsmdkinney2009-05-202-7/+0
* Remove redundant #include statementsmdkinney2009-05-209-18/+2
* Remove redundant #includemdkinney2009-05-201-1/+0
* Update #ifndef to match the name of the include file.mdkinney2009-05-201-5/+2
* Update MNP driver to declare its dependency on the BaseLibmdkinney2009-05-202-0/+2
* Update USB Mass Storage driver to declare its dependency on the BaseLibmdkinney2009-05-202-0/+2
* Add #include Acpi.h so the ACPI 3.0 Table Revision define is available.mdkinney2009-05-201-0/+1
* Remove extra #include that is not required for this include file.mdkinney2009-05-201-2/+0
* Fix several Unicode issues that fails VS2005.qhuang82009-05-205-41/+41
* Update HiiDataBase to fix the SCT hang issues by the invalid device path.lgao42009-05-205-57/+219
* Define macro for .global/.globl in assembly.xli242009-05-201-0/+6
* Replace .globl with ASM_GLOBALxli242009-05-202-10/+10
* Replace .globl with ASM_GLOBALxli242009-05-20219-267/+267
* temporary roll back build.exe because the some string definition are missed b...klu22009-05-201-0/+0
* 1. Remove .extern from GCC assembly.xli242009-05-2089-98/+107
* Fix the issue that BootOrder can't be setlgao42009-05-203-5/+12
* enhanced to support more routing table entry.vanjeff2009-05-201-5/+5
* Freeze for build tool check-in r1591: Fix bug in the processing of backslashe...klu22009-05-201-0/+0
* rename array name to avoid naming collision.vanjeff2009-05-202-9/+9
* fix a typo of missing a colon sign after a label symbol.eric_tian2009-05-201-1/+1
* 1.fixed some issue to pass HII sctvanjeff2009-05-192-4/+20
* Fix K8 and Sct failure.lgao42009-05-193-58/+109
* don't set all bytes in TargetID as zero. This change is made due to keep cons...eric_tian2009-05-191-1/+1
* Correct the dummy ConfigAccess Extract and RouteConfig behavior according to ...lgao42009-05-191-1/+10
* 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