summaryrefslogtreecommitdiffstats
path: root/EdkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Further check-in to smooth Intel IPF compiler building.xli242007-01-2914-93/+165
* Fix the build break by removing an unreferenced static function.qhuang82007-01-291-32/+0
* To fix,xgu32007-01-263-3/+219
* Make MDE and EdkModule packages avoid all Intel IPF compiler warnings except ...xli242007-01-267-64/+52
* 1. Add NULL QH to set as QH header;qhuang82007-01-2616-1880/+1985
* Remove private data structure in PEI core entry point.xli242007-01-263-33/+11
* Remove USER_DEFINED in IncludePkgHeader in spd files as it does not make sens...qwang122007-01-251-2/+1
* Remove some unused internal functions.xli242007-01-256-495/+10
* ALWAYS_COSUMED changed to ALWAYS_PRODUCEDqwang122007-01-252-4/+4
* Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.xli242007-01-25123-851/+1256
* - Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer ...jwang362007-01-251-16/+4
* Fixed bug in partition driver:yshang12007-01-236-60/+79
* Corrected a small bugs:qwang122007-01-232-4/+4
* Fix component name bugs when input Controller Name is invalidqhuang82007-01-1932-40/+121
* 1) Added prototype of constructor and destructor in the library's AutoGen.h. ...jwang362007-01-192-2/+4
* Updated the copyright year.qwang122007-01-183-3/+3
* Add Lock for cirtical section in PCD database processing routines as PCD data...qwang122007-01-183-33/+81
* Fix several capitalization issues.bbahnsen2007-01-167-13/+13
* Fix the issues,xgu32007-01-162-0/+5
* Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao42007-01-152-1/+13
* To fix,xgu32007-01-152-4/+11
* Fix filename case (Ipf instead of ipf)tgingold2007-01-121-2/+2
* Use / as path separatortgingold2007-01-121-1/+1
* To fix,xgu32007-01-121-3/+5
* Removed the DxeSalLibConstructor() from the EdkDxeSalLib and EdkDxeRuntimeSal...zliu32007-01-124-60/+34
* Correct the right bits judgment for get size of OptionROM.klu22007-01-121-5/+6
* Remove two global variable: mUsbCapabilityLen and mDeviceSpeed and integrate ...klu22007-01-124-16/+15
* EHCI driver need enable routine and disable Legacy USB klu22007-01-125-0/+263
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2231 6f1...yshang12007-01-121-25/+26
* The updating (change the Interrupt Line to 0xFF for unknown setting) is only ...zliu32007-01-121-27/+32
* 1.Fix a typo in DevicePath Driverqhuang82007-01-125-3/+31
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2226 6f1...yshang12007-01-121-3/+0
* Fix EDKT497. In the patch:yshang12007-01-123-19/+61
* Display error message when HOB creation fails due to lack of memory.xli242007-01-111-0/+3
* Add checking for memory allocation in UI modules.xli242007-01-114-0/+15
* AsyncRequestPtr maybe NULL after its callback function is invoke. So Caching ...klu22007-01-111-2/+4
* IDEBusDriverBindingStart() calls REPORT_STATUS_CODE_WITH_DEVICE_PATH with NUL...xli242007-01-101-3/+7
* fix some coding style issues.qwang122007-01-091-7/+7
* 1) Changed the file including as '#include "Ipf\IpfCpuCore.i"' for Intel com...zliu32007-01-081-41/+41
* correct SimpleTextIn protocol definition.lgao42007-01-081-1/+1
* Use ASM_PFX to optionnaly set the underscore prefixtgingold2007-01-062-55/+55
* Volatile variable is read-only in runtime.klu22007-01-042-56/+69
* Add a stub assembly file to fix the gcc build break.bbahnsen2007-01-032-7/+65
* Integrated FV memory map into R9bxing2006-12-311-17/+30
* For USB mass storage, READ_FORMAT_CAPACITIES command returns wrong value for ...xli242006-12-302-6/+6
* Add Guid HOB type for these three library instances.qhuang82006-12-293-6/+21
* Introduce a new Guid with CName gEfiGenericPlatformVariableGuid to pair with ...qhuang82006-12-284-10/+44
* Add debug info when allocate pages failed in PeiMain.lgao42006-12-261-1/+1
* Add debug info when decompress failed in DxeIpl and allocate pages failed in ...lgao42006-12-262-0/+11
* Fixed the issue in which local variable "Status" is used but not defined.jwang362006-12-222-0/+2