summaryrefslogtreecommitdiff
path: root/EdkModulePkg
AgeCommit message (Expand)AuthorFilesLines
2007-01-23Fixed bug in partition driver:yshang16-60/+79
2007-01-23Corrected a small bugs:qwang122-4/+4
2007-01-19Fix component name bugs when input Controller Name is invalidqhuang832-40/+121
2007-01-191) Added prototype of constructor and destructor in the library's AutoGen.h. ...jwang362-2/+4
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.bbahnsen7-13/+13
2007-01-16Fix the issues,xgu32-0/+5
2007-01-15Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao42-1/+13
2007-01-15To fix,xgu32-4/+11
2007-01-12Fix filename case (Ipf instead of ipf)tgingold1-2/+2
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