summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-12git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2231 6f1...yshang11-25/+26
2007-01-121.Fix a typo in DevicePath Driverqhuang85-3/+31
2007-01-12git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2226 6f1...yshang11-3/+0
2007-01-12Fix EDKT497. In the patch:yshang13-19/+61
2007-01-11Add checking for memory allocation in UI modules.xli244-0/+15
2007-01-08correct SimpleTextIn protocol definition.lgao41-1/+1
2007-01-06Use ASM_PFX to optionnaly set the underscore prefixtgingold2-55/+55
2007-01-04Volatile variable is read-only in runtime.klu22-56/+69
2007-01-03Add a stub assembly file to fix the gcc build break.bbahnsen2-7/+65
2006-12-18Only include SAL related definitions if the CPU Arch is IPF mdkinney3-3/+3
2006-12-15Fix iMac build issue.klu21-1/+1
2006-12-14Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis ...lgao45-310/+258
2006-12-14Add blank line at end of source code for GCC building.klu21-1/+1
2006-12-14Add blank line at end of source code for GCC building.klu22-2/+2
2006-12-13Fix the bug that GraphicsConsole try to update mode 1 (80, 50) UgaWidth and U...xgu31-1/+1
2006-12-131) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ...qwang121-1/+1
2006-12-12Fix linux/cygwin build issue.klu23-125/+70
2006-12-12Fix some minor error. Add EFI_IMAGE_NT_HEADERS definition for IFP and EBC arch. wuyizhong2-7/+5
2006-12-12Merge GOP related code from r8->r9. wuyizhong9-331/+1426
2006-12-07Add X64 support for DebugSupport driver.klu29-217/+1889
2006-12-06Merge R8 tracker #8375.xli241-1/+5
2006-12-06For the file "EdkModulePkg\Universal\EmuVariable\RuntimeDxe\EmuVariable.c", R...zliu31-1/+1
2006-12-06Fixed one bug in EmuVariable module: The macro (GET_PAD_SIZE) is different wi...zliu31-51/+20
2006-12-06Merge R8 tracker #8374 to make EmuVariable.GetNextVariableName() comply with ...xli241-1/+1
2006-12-06Add DxeDebugLibSerialPort that provides a debug library that layers directly ...mdkinney1-0/+3
2006-12-06Merge PVCS #7739.qhuang83-10/+11
2006-12-01Update the EmuVariable and Variable modules to have a ModuleType of DXE_SAL_D...mdkinney6-58/+251
2006-11-29Added the StatusCode protocol installation for the IPF architecture; removed ...zliu31-20/+168
2006-11-17Fix gcc warnings -- please review affected files.bbahnsen2-3/+3
2006-11-17Add a new source for gnu assembly.bbahnsen1-0/+1
2006-11-17Fix a compiler warning.bbahnsen1-3/+3
2006-11-17Port to gnu style.bbahnsen1-0/+137
2006-11-09Remove private definition for IPF stack alignment, and use public definition ...mdkinney1-8/+2
2006-11-06This check-in fixed the following bugs:cwu111-9/+12