Age | Commit message (Expand) | Author |
2015-02-03 | */Contributions.txt: Update example email address | Jordan Justen |
2015-01-16 | Refine the format of PCD in INF files for UefiCpuPkg. | Shumin Qiu |
2014-12-17 | UefiCpuPkg CpuExceptionHandlerLib: Use %rax instead of %eax to make code cons... | Jeff Fan |
2014-11-24 | Add typecast to fix VS2005 build issue. | Jeff Fan |
2014-11-19 | UefiCpuPkg : Fix CpuDxe build issue with VS2005 tool chain | Jeff Fan |
2014-11-17 | UefiCpuPkg/CpuDxe: Put APs in wait for SIPI state at ExitBootServices | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: install Mp Service protocol | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: Startup APs | Jordan Justen |
2014-11-13 | UefiCpuPkg/MpService: avoid dead lock caused by CheckAllAPsStatus | Chen Fan |
2014-11-13 | UefiCpuPkg/MpService: avoid reset AP still hold a lock | Chen Fan |
2014-11-13 | UefiCpuPkg/MpService: free the unused cpu data buffer | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: introduce ResetApStackless() | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless() | Chen Fan |
2014-11-13 | UefiCpuPkg/MpService: avoid next timer getting into CheckAllAPsStatus() | Chen Fan |
2014-11-13 | UefiCpuPkg/MpService: Simply Lock usage | Chen Fan |
2014-11-13 | UefiCpuPkg/MpService: move settimer out to InitMpSystemData | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: Ap do loop routine to execute procedure | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP() | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs() | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP() | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP() | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo() | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfProcessors() | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI() | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp Service Protocol | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOL | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: Switch Ap Stack to NewStack | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: introduce two PCD value | Chen Fan |
2014-11-13 | UefiCpuPkg/CpuDxe: Add StartApsStackless routine | Jordan Justen |
2014-11-13 | UefiCpuPkg/CpuDxe: Move GDT structures into CpuGdt.h | Jordan Justen |
2014-11-13 | UefiCpuPkg/CpuDxe: Add stackless assembly AP entry points | Jordan Justen |
2014-11-13 | UefiCpuPkg/CpuDxe: Add ApEntryPointInC | Jordan Justen |
2014-11-13 | UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupport | Jordan Justen |
2014-11-06 | Remove un-used PPI reference. | Jeff Fan |
2014-10-31 | EDK II Contributions.txt: Update patch format information | Jordan Justen |
2014-09-12 | UefiCpuPkg: error: invalid instruction mnemonic 'retf' | Nikolai Saoukh |
2014-09-12 | UefiCpuPkg: error: invalid instruction mnemonic 'retf' | Nikolai Saoukh |
2014-09-09 | UefiCpuPkg: CpuExceptionHandlerLib: Make self modifying code work with Xcode | Anderw Fish |
2014-09-03 | UefiCpuPkg: Convert non DOS format files to DOS format | Gao, Liming |
2014-08-28 | UefiCpuPkg: INF/DEC file updates to EDK II packages | Gao, Liming |
2014-08-28 | UefiCpuPkg: INF/DEC file updates to EDK II packages | Gao, Liming |
2014-08-28 | UefiCpuPkg: INF/DEC file updates to EDK II packages | Gao, Liming |
2014-08-28 | UefiCpuPkg: INF/DEC file updates to EDK II packages | Gao, Liming |
2014-08-25 | EDK II Contributions.txt: Note acceptable contribution licenses | Jordan Justen |
2014-08-21 | Append the terminating null character at the end of the string to avoid buffe... | Qiu Shumin |
2014-08-18 | UefiCpuPkg: Add ResetVector/FixupVtf | Jordan Justen |
2014-08-18 | UefiCpuPkg VTF0 X64: Build page tables in NASM code | Jordan Justen |
2014-08-18 | UefiCpuPkg: Support building VTF0 ResetVector during the EDK II build | Jordan Justen |
2014-07-11 | 1. Save/restore ICR high 32bit value and check Delivery Status before sending... | Jeff Fan |
2014-07-10 | Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value... | Jeff Fan |