summaryrefslogtreecommitdiffstats
path: root/EdkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimize to preallocate big bigs to avoid latter allocations. qhuang82006-12-221-10/+19
* In original DxeIpl64 PEIM, Creating page table is performed before sending En...rsun32006-12-225-14/+40
* gEfiMdePkgTokenSpaceGuid should be used instead of FIX_ME_PcdDebugClearMemory...qwang122006-12-221-1/+1
* Set 0xff to both bridge & non-bridge device in case of unknown device.qhuang82006-12-201-28/+30
* Add runtime checking for EdkFvbServiceLib.klu22006-12-203-476/+616
* Add more check for index whether exceed maximum value of fv count.klu22006-12-191-1/+2
* Add more check for index whether exceed maximum value of fv count.klu22006-12-191-1/+5
* Remove some non-existent files from msa files.bbahnsen2006-12-192-4/+2
* Remove commented out inclusion of SalApi.hmdkinney2006-12-184-8/+0
* Only include SAL related definitions if the CPU Arch is IPF mdkinney2006-12-188-10/+14
* Fix iMac build issue.klu22006-12-151-1/+1
* Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis ...lgao42006-12-1413-503/+377
* Merge R8 track #8354: SupportPalette() algorithm incorrect klu22006-12-141-6/+2
* Add blank line at end of source code for GCC building.klu22006-12-141-1/+1
* Add blank line at end of source code for GCC building.klu22006-12-142-2/+2
* Fix the bug that GraphicsConsole try to update mode 1 (80, 50) UgaWidth and U...xgu32006-12-131-1/+1
* 1) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ...qwang122006-12-131-881/+0
* 1) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ...qwang122006-12-138-70/+761
* Fix linux/cygwin build issue.klu22006-12-124-146/+78
* Fix some minor error. Add EFI_IMAGE_NT_HEADERS definition for IFP and EBC arch. wuyizhong2006-12-122-7/+5
* GetCurrentLanguage() in IFR Support Library treats language variable incorrec...xli242006-12-121-1/+1
* Merge GOP related code from r8->r9. wuyizhong2006-12-1214-409/+1594
* Fix the bug that could make gMemoryTypeInformation unavailable when gMemoryTy...xgu32006-12-111-1/+1
* Fixed EDKT482. Added support for multiple msa files in the same directory.jwang362006-12-081-2/+2
* Add more assert to check table pointer.klu22006-12-081-120/+64
* Remove unused library class EdkPeCoffLoaderX64Lib and library instance EdkPeC...lgao42006-12-072-986/+0
* (1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION t...lgao42006-12-074-83/+69
* Add X64 support for DebugSupport driver.klu22006-12-0710-217/+2051
* Let specify GUID value for GUID-defined FV region, and remove potential dead ...xli242006-12-071-0/+2
* Merge R8 tracker #8375.xli242006-12-061-1/+5
* For the file "EdkModulePkg\Universal\EmuVariable\RuntimeDxe\EmuVariable.c", R...zliu32006-12-061-1/+1
* Fixed one bug in EmuVariable module: The macro (GET_PAD_SIZE) is different wi...zliu32006-12-061-51/+20
* Merge R8 tracker #8374 to make EmuVariable.GetNextVariableName() comply with ...xli242006-12-061-1/+1
* Add DxeDebugLibSerialPort that provides a debug library that layers directly ...mdkinney2006-12-0611-85/+849
* Merge PVCS #7739.qhuang82006-12-064-110/+11
* Fix the build break since VariableIpf & EmuVariableIpf were splitted from Var...qhuang82006-12-061-188/+196
* Remove use of global variable at runtime in this libmdkinney2006-12-022-13/+45
* Update the EmuVariable and Variable modules to have a ModuleType of DXE_SAL_D...mdkinney2006-12-017-58/+253
* Fix static data initializer syntax for array of union.bbahnsen2006-11-301-9/+9
* Added the StatusCode protocol installation for the IPF architecture; removed ...zliu32006-11-292-44/+194
* 1) Fix buffer overflow in JUMP_BUFFER in the DXE Core StartImage()mdkinney2006-11-291-2/+2