summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2007-04-10removed ICC compile issue.vanjeff2-12/+10
2007-04-10Perfected MSA files.vanjeff8-42/+48
2007-04-09Clean up the following module msa files, they are three networt and two PCD m...lgao418-285/+151
2007-04-05The ALIGNMENT definition has been moved to common header file.klu21-7/+0
2007-04-05Clean up the following module msa files, they are edkmodule package ftwlit, C...lgao417-158/+107
2007-04-051) Change the alignment from 1 to 2 for IA32 and X64 arch.klu25-58/+20
2007-03-301. Advance IP in case of Break(3) in breakpoint exceptionqhuang813-121/+420
2007-03-29Variable driver: add checking to make sure flash is properly initializedqhuang82-2/+9
2007-03-291. Use MemoryAllocationLib to replace boot services memory services functions...vanjeff13-394/+357
2007-03-27add new blank line for GCC buildklu21-1/+2
2007-03-261. Removed definition for EFI_1_1 from module ConSplittervanjeff1-62/+7
2007-03-211. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modulesvanjeff15-747/+295
2007-03-20Change the TPL lock level to EFI_TPL_NOTIFY. Variable Service is called in Re...qwang122-2/+2
2007-03-20Removed #ifdef SNP_DEBUG and used debug lib to output information.vanjeff2-47/+45
2007-03-201. Removed #ifdef SNP_DEBUG and used debug lib to output informationvanjeff10-185/+202
2007-03-16Cleanup the msa for PeiVariable.klu21-3/+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_EMULATORvanjeff4-62/+72
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 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-151. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff11-438/+285
2007-03-14Add check whether input parameter is NULL before call freepool API defined in...lgao42-4/+8
2007-03-14Clean up the gBS sevice (CopyMem, SetMem, AllocatePool, FreePool) with the co...lgao415-162/+159
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 gEfiSimpleTextO...qwang121-30/+82
2007-03-12Add a lock to protect the critical region in Service APIs for UEFI Runtime Va...qwang1212-125/+275
2007-03-09Perfect the msa of the following console, datahub and DebugPort modules.lgao46-37/+65
2007-03-06Do not use return value of REPORT_STATUS_CODE_WITH_DEVICE_PATH to override th...klu21-17/+10
2007-02-281. Fix an issue about the calculation of GlyphBufferSizeqhuang84-92/+122
2007-02-28Add range checking of partition for MBR.xli241-3/+3
2007-02-15clean up msa files in EdkModulePkg, removed unnecessary library definitions a...vanjeff9-210/+36
2007-02-02Make EDK Module Package pass Intel IPF compiler with /Ox switch.xli244-135/+142
2007-02-01 EFI_CONSOLE_CONTROL_PROTOCOL provide the SetMode interface to switch mode be...klu21-0/+7
2007-01-31Make EdkModulePkg pass Intel IPF compiler with /W4 /WX switches, solving warn...xli2437-500/+527
2007-01-29Further check-in to smooth Intel IPF compiler building.xli241-0/+1
2007-01-26Make MDE and EdkModule packages avoid all Intel IPF compiler warnings except ...xli241-0/+1
2007-01-25Remove some unused internal functions.xli242-127/+0
2007-01-25ALWAYS_COSUMED changed to ALWAYS_PRODUCEDqwang122-4/+4
2007-01-25Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.xli2467-591/+782
2007-01-23Fixed bug in partition driver:yshang15-52/+67
2007-01-23Corrected a small bugs:qwang122-4/+4
2007-01-19Fix component name bugs when input Controller Name is invalidqhuang810-13/+35
2007-01-18Updated the copyright year.qwang123-3/+3
2007-01-18Add Lock for cirtical section in PCD database processing routines as PCD data...qwang123-33/+81
2007-01-16Fix several capitalization issues.bbahnsen4-7/+7
2007-01-16Fix the issues,xgu32-0/+5
2007-01-12To fix,xgu31-3/+5