summaryrefslogtreecommitdiff
path: root/EdkModulePkg
AgeCommit message (Expand)AuthorFilesLines
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-31Integrated FV memory map into R9bxing1-17/+30
2006-12-30For USB mass storage, READ_FORMAT_CAPACITIES command returns wrong value for ...xli242-6/+6
2006-12-29Add Guid HOB type for these three library instances.qhuang83-6/+21
2006-12-28Introduce a new Guid with CName gEfiGenericPlatformVariableGuid to pair with ...qhuang84-10/+44
2006-12-26Add debug info when allocate pages failed in PeiMain.lgao41-1/+1
2006-12-26Add debug info when decompress failed in DxeIpl and allocate pages failed in ...lgao42-0/+11
2006-12-22Fixed the issue in which local variable "Status" is used but not defined.jwang362-0/+2
2006-12-22Optimize to preallocate big bigs to avoid latter allocations. qhuang81-10/+19
2006-12-22In original DxeIpl64 PEIM, Creating page table is performed before sending En...rsun35-14/+40
2006-12-22gEfiMdePkgTokenSpaceGuid should be used instead of FIX_ME_PcdDebugClearMemory...qwang121-1/+1
2006-12-20Set 0xff to both bridge & non-bridge device in case of unknown device.qhuang81-28/+30
2006-12-20Add runtime checking for EdkFvbServiceLib.klu23-476/+616
2006-12-19Add more check for index whether exceed maximum value of fv count.klu21-1/+2
2006-12-19Add more check for index whether exceed maximum value of fv count.klu21-1/+5
2006-12-19Remove some non-existent files from msa files.bbahnsen2-4/+2
2006-12-18Remove commented out inclusion of SalApi.hmdkinney4-8/+0
2006-12-18Only include SAL related definitions if the CPU Arch is IPF mdkinney8-10/+14
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 ...lgao413-503/+377
2006-12-14Merge R8 track #8354: SupportPalette() algorithm incorrect klu21-6/+2
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-881/+0
2006-12-131) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ...qwang128-70/+761
2006-12-12Fix linux/cygwin build issue.klu24-146/+78
2006-12-12Fix some minor error. Add EFI_IMAGE_NT_HEADERS definition for IFP and EBC arch. wuyizhong2-7/+5
2006-12-12GetCurrentLanguage() in IFR Support Library treats language variable incorrec...xli241-1/+1
2006-12-12Merge GOP related code from r8->r9. wuyizhong14-409/+1594
2006-12-11Fix the bug that could make gMemoryTypeInformation unavailable when gMemoryTy...xgu31-1/+1
2006-12-08Fixed EDKT482. Added support for multiple msa files in the same directory.jwang361-2/+2
2006-12-08Add more assert to check table pointer.klu21-120/+64
2006-12-07Remove unused library class EdkPeCoffLoaderX64Lib and library instance EdkPeC...lgao42-986/+0
2006-12-07(1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION t...lgao44-83/+69
2006-12-07Add X64 support for DebugSupport driver.klu210-217/+2051
2006-12-07Let specify GUID value for GUID-defined FV region, and remove potential dead ...xli241-0/+2
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 ...mdkinney11-85/+849
2006-12-06Merge PVCS #7739.qhuang84-110/+11
2006-12-06Fix the build break since VariableIpf & EmuVariableIpf were splitted from Var...qhuang81-188/+196
2006-12-02Remove use of global variable at runtime in this libmdkinney2-13/+45
2006-12-01Update the EmuVariable and Variable modules to have a ModuleType of DXE_SAL_D...mdkinney7-58/+253
2006-11-30Fix static data initializer syntax for array of union.bbahnsen1-9/+9