]> git.proxmox.com Git - mirror_edk2.git/history - EdkModulePkg/Core
Perfect the msa of the following modules, DiskIo, Partition, English and Ebc.
[mirror_edk2.git] / EdkModulePkg / Core /
2007-03-12 qwang12Add a lock to protect the critical region in UEFI Boot...
2007-03-08 qhuang81. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI...
2007-03-02 vanjeff1.replace macros EFI32 with MDE_CPU_IA32
2007-02-26 qwang12Clean up MSA file of the checked in modules which include:
2007-02-14 lgao4Make DxeIpl loop find the required section type in...
2007-02-12 xli24Update MDE and EdkModule packages for ICC build with...
2007-02-12 xli24Fix an issue in page allocation.
2007-02-11 tgingoldfix a typo in a comment
2007-02-11 tgingoldfix a typo in a comment
2007-02-08 jchen20Fix the runtime memory map change issue
2007-02-08 jchen20Fix the runtime memory map change issue
2007-02-02 xli24Make EDK Module Package pass Intel IPF compiler with...
2007-02-01 lgao4Add PeiCore function declaration in PeiMain.h file.
2007-01-31 xgu31. PEI core needs to check image machine type
2007-01-31 xli24Make EdkModulePkg pass Intel IPF compiler with /W4...
2007-01-26 xli24Remove private data structure in PEI core entry point.
2007-01-25 xli24Partially make EdkModulePkg pass intel IPF compiler...
2007-01-16 bbahnsenFix several capitalization issues.
2007-01-15 lgao4Correct TeImage file format and Clean up PeiRebase...
2007-01-12 tgingoldFix filename case (Ipf instead of ipf)
2007-01-12 tgingoldUse / as path separator
2007-01-11 xli24Display error message when HOB creation fails due to...
2007-01-08 zliu31) Changed the file including as '#include "Ipf\IpfCpu...
2006-12-31 bxingIntegrated FV memory map into R9
2006-12-26 lgao4Add debug info when allocate pages failed in PeiMain.
2006-12-26 lgao4Add debug info when decompress failed in DxeIpl and...
2006-12-22 jwang36Fixed the issue in which local variable "Status" is...
2006-12-22 qhuang8Optimize to preallocate big bigs to avoid latter alloca...
2006-12-22 rsun3In original DxeIpl64 PEIM, Creating page table is perfo...
2006-12-19 bbahnsenRemove some non-existent files from msa files.
2006-12-18 mdkinneyRemove commented out inclusion of SalApi.h
2006-12-18 mdkinneyOnly include SAL related definitions if the CPU Arch...
2006-12-14 lgao4Merge R8->R9 tracker 5935 and 7080 to update runtime...
2006-12-11 xgu3Fix the bug that could make gMemoryTypeInformation...
2006-12-07 lgao4(1) Using EfiCompress in place of TianoCompress as...
2006-11-30 bbahnsenFix static data initializer syntax for array of union.
2006-11-29 zliu3Added the StatusCode protocol installation for the...
2006-11-29 mdkinney1) Fix buffer overflow in JUMP_BUFFER in the DXE Core...
2006-11-29 lgao4Output DxeCore Entrypoint in DxeIpl module, and make...
2006-11-29 qhuang8Fix a typo in yesterday's check in.
2006-11-29 qhuang8Make DxeIpl "assembly-free" to avoid the undesired...
2006-11-28 qhuang8Set default value of DxeIplBuildShareCodeHob to FALSE.
2006-11-28 qhuang8Remove this file for no usage.
2006-11-28 qhuang8• Set the default value of PcdDxeIplSwitchToLongMode...
2006-11-28 mdkinneyAdd JumpBuffer field to the static structure
2006-11-28 mdkinneyAdd JumpBuffer field that records the allocated pool...
2006-11-28 mdkinneyAlign the top of the stack correctly when the PEI Core...
2006-11-27 qhuang8Introduce PcdDxeIplSwitchToLongMode to DxeIplPeim and...
2006-11-27 klu2The performance data for PEI phase should be collected...
2006-11-21 lgao4Use global variable gInMemory in place of gInMemoryGuid...
2006-11-20 lgao4In core\dxe\Dispatcher\Dispatcher.c uses CoreLoadImage...
2006-11-17 bbahnsenStart to port the LongMode stuff to gnu asm.
2006-11-17 bbahnsenFix gcc warnings -- please review affected files.
2006-11-13 lgao4Fix gcc build break for this module.
2006-11-13 lgao4Fix build break error.
2006-11-13 lgao4Add comments about why pre-allocate 32 bytes for load...
2006-11-10 lgao4Fix to pre-allocate 32bytes in stack to Load X64 Image.
2006-11-09 mdkinneyFix build break from CPU_STACK_ALIGNMENT update.
2006-11-09 mdkinneyUse CPU_STACK_ALIGNMENT to align stack allocated for...
2006-11-09 mdkinneyUse CPU_STACK_ALIGNMENT to align stack allocated for...
2006-11-03 mikewuping I fixed following bugs in EDKII.
2006-11-03 cwu111. Add the fix for the following Bugs:
2006-10-31 lgao4Enhance DxeIpl module to support EFI_FV_FILETYPE_FIRMWA...
2006-10-30 mikewuping1. In event.c, a function's name is not spelled correct...
2006-10-30 lgao4Fix one bugger in Image.c in PeiCore module to get...
2006-10-24 ajfishMAX_POOL_SIZE was hardcoded to 0xFFFFFF00. MAX_POOL_SIZ...
2006-10-16 mikewupingI fixed following bugs.
2006-10-10 klu2Set Hob type for FvMainCompactFv to EFI_HOB_TYPE_UNUSED...
2006-10-10 klu2Add pair of performance macro function to measure the...
2006-10-08 klu2Add PERF_START function for collecting performance...
2006-09-27 lgao4Remove the duplicated Copy Right in msa header.
2006-09-26 qhuang8Optimize the algorithm of creating page table to enhanc...
2006-09-19 mdkinneyAdd PCD Feature Flags to control which decompression...
2006-09-19 mdkinneyRemove IDT
2006-09-18 lgao4changed EdkModulePkg GUID from the original B6EC423C...
2006-09-13 lgao4Move ConPlatform module from EdkNT32 package to EdkModu...
2006-09-05 lgao4Fix PeiLoadImage() for compressed peim to print the...
2006-09-05 lgao4Fix EdkII tracker 219, change incorrect print level...
2006-08-23 lgao4Fix Edk Tracker 206.
2006-08-22 lgao4Fix one bug in PeiMain to make it output correct ImageS...
2006-08-21 bxing1. Added Non-existing.c in BaseLib to assert no invocat...
2006-08-17 qhuang8Remove dead code.
2006-07-27 klu2Add temporary fix for PeLoader
2006-07-26 ajfishReverted back to Old style not using the library and...
2006-07-26 ajfishRemoved cross references from PciCf8Lib and PciExpressL...
2006-07-19 ajfishFixed some naming issues and update to the EDK II name...
2006-07-13 lgao4Remove extra code in DxeLoadX64.c file.
2006-07-12 lgao4Add missing files in msa file and add module descriptio...
2006-07-12 alfredgit-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2006-07-12 xgu3Add description of module.
2006-07-11 lgao4Add necessary files (such as *.h) in module msa and...
2006-07-10 qouyang Change UINAME to CName of GUID/PPI/Protocol in all...
2006-07-07 lgao4Redefine SPEC and Release Version to 0x20000
2006-07-07 jwang36Obsoleted by new schema and new build tools.
2006-07-06 davidhuang1)Add a new module CapsuleRuntime under EdkModulePkg...
2006-07-06 lgao4git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2006-07-05 qhuang8 DebugLib:
2006-06-30 jwang36removed unnecessary name space declarations in some...
2006-06-30 qouyangFor new Tool.
2006-06-30 jwang36converted all surface area description files to new...
next