Age | Commit message (Expand) | Author |
2006-11-29 | Added the StatusCode protocol installation for the IPF architecture; removed ... | zliu3 |
2006-11-29 | 1) Fix buffer overflow in JUMP_BUFFER in the DXE Core StartImage() | mdkinney |
2006-11-29 | 1) Make a slightly better work around for the EdkDxeSalLib by removing constr... | mdkinney |
2006-11-29 | Output DxeCore Entrypoint in DxeIpl module, and make dxecore module can corre... | lgao4 |
2006-11-29 | Fix a typo in yesterday's check in. | qhuang8 |
2006-11-29 | Make DxeIpl "assembly-free" to avoid the undesired LongMode.obj code in image... | qhuang8 |
2006-11-28 | Set default value of DxeIplBuildShareCodeHob to FALSE. | qhuang8 |
2006-11-28 | Remove this file for no usage. | qhuang8 |
2006-11-28 | • Set the default value of PcdDxeIplSwitchToLongMode to TRUE. | qhuang8 |
2006-11-28 | Add JumpBuffer field to the static structure | mdkinney |
2006-11-28 | Add JumpBuffer field that records the allocated pool address that may be diff... | mdkinney |
2006-11-28 | Align the top of the stack correctly when the PEI Core calls SwitchStack() | mdkinney |
2006-11-27 | Introduce PcdDxeIplSwitchToLongMode to DxeIplPeim and remove DxeIplX64Peim. | qhuang8 |
2006-11-27 | Sync with PeiDxeDebugLibReportStatusCodeLib to fix IPF alignment issue. | qhuang8 |
2006-11-27 | The performance data for PEI phase should be collected from pre-memory, so mo... | klu2 |
2006-11-24 | Move SAL "initialization/virtual address change notification" from EdkUefiRun... | yshang1 |
2006-11-21 | Use global variable gInMemory in place of gInMemoryGuid ppi in DxeIplX64 modu... | lgao4 |
2006-11-20 | In core\dxe\Dispatcher\Dispatcher.c uses CoreLoadImage with TRUE parameter of... | lgao4 |
2006-11-18 | Declare GUIDs for all Extended SAL Services | mdkinney |
2006-11-17 | Start to port the LongMode stuff to gnu asm. | bbahnsen |
2006-11-17 | Fix gcc warnings -- please review affected files. | bbahnsen |
2006-11-17 | Add a new source for gnu assembly. | bbahnsen |
2006-11-17 | Fix a compiler warning. | bbahnsen |
2006-11-17 | Port to gnu style. | bbahnsen |
2006-11-14 | Add IPF support in Base IO Lib, and related change in fpd file | gtian |
2006-11-13 | Fix gcc build break for this module. | lgao4 |
2006-11-13 | rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing. | vanjeff |
2006-11-13 | Add comments for all file tagged with "ToolCode="DUMMY"". | klu2 |
2006-11-13 | Fix build break error. | lgao4 |
2006-11-13 | 1. Rename PcdPlatformBusSpeed to PcdGenericPlatformBusSpeed | vanjeff |
2006-11-13 | Add comments about why pre-allocate 32 bytes for load 64bit dxe core and Add ... | lgao4 |
2006-11-10 | Fix to pre-allocate 32bytes in stack to Load X64 Image. | lgao4 |
2006-11-09 | Fix build break from CPU_STACK_ALIGNMENT update. | mdkinney |
2006-11-09 | Add DxeIplX64Peim to the FPD file for the EdkModulePkg.fpd | mdkinney |
2006-11-09 | Use CPU_STACK_ALIGNMENT to align stack allocated for used in the DXE Phase. | mdkinney |
2006-11-09 | Use CPU_STACK_ALIGNMENT to align stack allocated for used in the DXE Phase. | mdkinney |
2006-11-09 | Remove private definition for IPF stack alignment, and use public definition ... | mdkinney |
2006-11-07 | added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance... | vanjeff |
2006-11-06 | Add pcd declaration to EdkModulePkg and Nt32Pkg to fix the check-in break. | cwu11 |
2006-11-06 | This check-in fixed the following bugs: | cwu11 |
2006-11-06 | Remove BaseIoIntrinsicLib reference in IPF and EBC modules | xli24 |
2006-11-03 | in x64Variable.dxs, Add the FTW protocol into variable's dependency expressio... | mikewuping |
2006-11-03 | Include EfiGpt.h, ElTorito.h, Mbr.h header files from MdePkg's Industry Starn... | qwang12 |
2006-11-03 | I fixed following bugs in EDKII. | mikewuping |
2006-11-03 | 1. Add the fix for the following Bugs: | cwu11 |
2006-11-03 | 1. Bug fix for "EDK GenericBds WriteBootToOsPerformanceData() uses AcpiReclai... | dtang2 |
2006-11-02 | Bug fix for "CapsuleUpdate does not handle memory lost correctly" | dtang2 |
2006-11-02 | Change #define bit(a) 1 << (a) | jtang12 |
2006-10-31 | Enhance DxeIpl module to support EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE ffs ty... | lgao4 |
2006-10-30 | 1. In event.c, a function's name is not spelled correctly, a typo. | mikewuping |