summaryrefslogtreecommitdiff
path: root/EdkModulePkg
AgeCommit message (Expand)AuthorFilesLines
2007-01-12Use / as path separatortgingold1-1/+1
2007-01-12To fix,xgu31-3/+5
2007-01-12Removed the DxeSalLibConstructor() from the EdkDxeSalLib and EdkDxeRuntimeSal...zliu34-60/+34
2007-01-12Correct the right bits judgment for get size of OptionROM.klu21-5/+6
2007-01-12Remove two global variable: mUsbCapabilityLen and mDeviceSpeed and integrate ...klu24-16/+15
2007-01-12EHCI driver need enable routine and disable Legacy USB klu25-0/+263
2007-01-12git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2231 6f1...yshang11-25/+26
2007-01-12The updating (change the Interrupt Line to 0xFF for unknown setting) is only ...zliu31-27/+32
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-11Display error message when HOB creation fails due to lack of memory.xli241-0/+3
2007-01-11Add checking for memory allocation in UI modules.xli244-0/+15
2007-01-11AsyncRequestPtr maybe NULL after its callback function is invoke. So Caching ...klu21-2/+4
2007-01-10IDEBusDriverBindingStart() calls REPORT_STATUS_CODE_WITH_DEVICE_PATH with NUL...xli241-3/+7
2007-01-09fix some coding style issues.qwang121-7/+7
2007-01-081) Changed the file including as '#include "Ipf\IpfCpuCore.i"' for Intel com...zliu31-41/+41
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