summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-27Correct some wrong usage typesqhuang83-5/+5
2007-03-27add new blank line for GCC buildklu21-1/+2
2007-03-27Fixed an Autogen issue which will cause build break when encountering some ki...jwang362-10/+26
2007-03-26Remove the generation of "Exit" function calling since the UefiApplicationLib...jwang361-19/+25
2007-03-261. Removed definition for EFI_1_1 from module ConSplittervanjeff3-687/+593
2007-03-26For building UnixPkg in CYGWIN, it should use gcc binded by CYGWIN but not th...klu21-1/+1
2007-03-23Add tool chain's configuration for building and running UnixPkg in CYGWIN env...klu21-1/+25
2007-03-23Add target.txt file for building UnixPkg in CYGWIN environment.klu21-0/+75
2007-03-22Add return EFI_INVALID_PARAMETER if pointer type parameter for UEFI and Tiano...qwang121-2/+37
2007-03-22Need no zero pool for improving performance.klu21-15/+9
2007-03-221. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff10-357/+422
2007-03-21fix build broken issueklu21-3/+2
2007-03-21fix the build broken issueklu21-0/+3
2007-03-21Fix build broken issue.klu21-0/+1
2007-03-211. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modulesvanjeff25-1156/+446
2007-03-20Change the TPL lock level to EFI_TPL_NOTIFY. Variable Service is called in Re...qwang122-2/+2
2007-03-20Thread work load assignment change.jlin161-3/+3
2007-03-20Removed #ifdef SNP_DEBUG and used debug lib to output information.vanjeff2-47/+45
2007-03-20Create more threads to synchronize pcd data for FrameworkModules in a platform.jlin162-28/+71
2007-03-20Utilize multi-thread support of JAVA to improve UI response time of opening F...jlin161-11/+22
2007-03-201. Removed #ifdef SNP_DEBUG and used debug lib to output informationvanjeff13-233/+202
2007-03-19Change the EfiAquireLock with RaiseTPL as the call to Boot Service UnloadImag...qwang121-10/+17
2007-03-16Cleanup the msa for PeiVariable.klu21-3/+0
2007-03-16Rollback the work-around fix of FAT detection since the root cause is issue i...qhuang84-0/+0
2007-03-16Fix a critical bug: When reading block succeeds but detecting MBR fails, it s...qhuang81-1/+4
2007-03-16Fix the issue that the variable Unicode string may be not aligned on 16-bit b...klu28-90/+30
2007-03-161. Added PcdNtEmulator and Removed MACRO EFI_NT_EMULATORvanjeff10-198/+186
2007-03-16Perfect the msa of the following modules, DiskIo, Partition, English and Ebc.lgao413-113/+95
2007-03-16fixed a build error with Intel IPF compilervprabhal1-1/+1
2007-03-15Fix the issue of FAT detection in previous check-in (Based on source code SVN...qhuang84-0/+0
2007-03-15Fix the issue that HiiGetForms does not return correct BufferLengthklu21-24/+28
2007-03-15Fix the issue of Wide char help strings cannot break into multiple lines corr...klu23-210/+200
2007-03-15Fix the TPL issueqhuang84-0/+0
2007-03-15Fixed EDKT538; Removed the some code generation for UEFI_APPLICATION type of ...jwang361-3/+6
2007-03-151. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff120-920/+422
2007-03-14changed the guid assignment from constant array to hi and low UINT64s (Intel ...vprabhal1-10/+40
2007-03-14changed the guid assignment from constant array to hi and low UINT64s (Intel ...vprabhal1-2/+8
2007-03-14changed the guid assignment from constant array to hi and low UINT64s (Intel ...vprabhal1-8/+32
2007-03-14the ipf compiler needs a switch to not use FP registers higher than 0-31 for ...vprabhal1-12/+12
2007-03-14redefined the guids as _hi and _lo to deal with intel compiler's method of as...vprabhal1-1/+81
2007-03-14Add check whether input parameter is NULL before call freepool API defined in...lgao42-4/+8
2007-03-14Make sure RestoreTPL paired with RaiseTPLqwang121-1/+1
2007-03-14Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which fo...qwang121-1/+4
2007-03-14Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which fo...qwang125-23/+9
2007-03-14Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which fo...qwang122-41/+60
2007-03-14Clean up the gBS sevice (CopyMem, SetMem, AllocatePool, FreePool) with the co...lgao416-405/+536
2007-03-13pair RaiseTPL with RestoreTPLqwang122-2/+2
2007-03-13STATIC should be prefixed for internal functions to pass the stringent compil...qwang122-0/+4
2007-03-12Add a lock to protect the critical region in Service APIs for gEfiBlockIoProt...qwang122-41/+140
2007-03-12Add a lock to protect the critical region in Service APIs for gEfiBlockIoProt...qwang122-44/+133