]> git.proxmox.com Git - mirror_edk2.git/history - UefiCpuPkg
SourceLevelDebugPkg: Update package version to 0.96 to reflect new changes
[mirror_edk2.git] / UefiCpuPkg /
2015-08-08 Star ZengUefiCpuPkg CpuDxe: Sync up the settings of Execute...
2015-08-06 Jeff FanUefiCpuPkg/CpuMpPei: Update files format to DOS
2015-08-05 Jeff FanUefiCpuPkg/CpuMpPei: Add meta data description
2015-07-28 Qiu ShuminUefiCpuPkg: Add missing PCD usage information in UNI...
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Register callback on End Of Pei PPI
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Add AsmHltLoop ()
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Install PI CPU MP PPI
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Implementation of PeiEnableDisable...
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Implementation of PeiSwitchBSP ()
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Implementation of PeiStartupThisAP ()
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Implementation of PeiStartupAllAPs ()
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Implementation of PeiGetProcessorI...
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Implementation of PeiGetNumberOfPr...
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Implementation of PeiWhoAmI ()
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Update and publish CPU BIST inform...
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Build one GUIDed HOB to save CPU...
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Load microcode on BSP and APs
2015-07-15 Jeff FanUefiCpuPkg: Add some CPUID definitions
2015-07-15 Jeff FanUefiCpuPkg: Add microcode PCDs
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Sync BPS's mtrr setting to APs
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Sort APIC ID in ascending order
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Wakeup APs and collect AP count
2015-07-15 Jeff FanUefiCpuPkg: Add PcdCpuApInitTimeOutInMicroSeconds
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Prepare for buffer for AP wakeup...
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Get AP reset code size and far...
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Initialize FPU per UEFI specification
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Add AP reset x64 assembly code
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Add AP reset IA32 assembly code
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Add MP exchange structure definition
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Find available memory < 1MB for...
2015-07-15 Jeff FanUefiCpuPkg/CpuMpPei: Load GDT table on BSP
2015-07-15 Jeff FanUefiCpuPkg: Add CpuMpPei module
2015-07-13 Hao WuUefiCpuPkg S3Resume2Pei: Fix ASSERT in WriteToOsS3Perfo...
2015-07-08 Jeff FanUefiCpuPkg/Library/CpuExceptionHandlerLib: Add exceptio...
2015-06-30 Hao WuUefiCpuPkg S3Resume2Pei: Use safe string functions
2015-06-19 Jeff FanUefiCpuPkg/CpuDxe: NumberOfData is not BOOLEAN type
2015-06-16 Jeff FanUefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOB
2015-04-27 Michael KinneyUefiCpuPkg/CpuExceptionHandlerLib: Support IA32 process...
2015-04-27 Michael KinneyMdePkg/BaseXApicX2ApicLib: Support IA32 processors...
2015-04-27 Michael KinneyMdePkg/BaseXApicLib: Support IA32 processors without...
2015-04-09 Scott DuplichanUefiCpuPkg: Avoid "error A2085" when DDK3790 tool chain...
2015-03-09 Chen FanUefiCpuPkg/MpSerivce: add volatile qualifiers
2015-03-09 Chen FanUefiCpuPkg/MpService: Put APs to sleep when not busy.
2015-03-09 Chen FanUefiCpuPkg/MpService: put AP to busy state when execution
2015-03-09 Chen FanUefiCpuPkg/MpService: fix trivial typo in cpu state
2015-02-03 Jordan Justen*/Contributions.txt: Update example email address
2015-01-16 Shumin QiuRefine the format of PCD in INF files for UefiCpuPkg.
2014-12-17 Jeff FanUefiCpuPkg CpuExceptionHandlerLib: Use %rax instead...
2014-11-24 Jeff FanAdd typecast to fix VS2005 build issue.
2014-11-19 Jeff FanUefiCpuPkg : Fix CpuDxe build issue with VS2005 tool...
2014-11-17 Chen FanUefiCpuPkg/CpuDxe: Put APs in wait for SIPI state at...
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: install Mp Service protocol
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Startup APs
2014-11-13 Chen FanUefiCpuPkg/MpService: avoid dead lock caused by CheckAl...
2014-11-13 Chen FanUefiCpuPkg/MpService: avoid reset AP still hold a lock
2014-11-13 Chen FanUefiCpuPkg/MpService: free the unused cpu data buffer
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: introduce ResetApStackless()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: split out StartupCode from StartApsS...
2014-11-13 Chen FanUefiCpuPkg/MpService: avoid next timer getting into...
2014-11-13 Chen FanUefiCpuPkg/MpService: Simply Lock usage
2014-11-13 Chen FanUefiCpuPkg/MpService: move settimer out to InitMpSystemData
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: Ap do loop routine to execute procedure
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfPro...
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp...
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOL
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: Switch Ap Stack to NewStack
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: introduce two PCD value
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Add StartApsStackless routine
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Move GDT structures into CpuGdt.h
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Add stackless assembly AP entry...
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Add ApEntryPointInC
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Add no-op InitializeMpSupport
2014-11-06 Jeff FanRemove un-used PPI reference.
2014-10-31 Jordan JustenEDK II Contributions.txt: Update patch format information
2014-09-12 Nikolai SaoukhUefiCpuPkg: error: invalid instruction mnemonic 'retf'
2014-09-12 Nikolai SaoukhUefiCpuPkg: error: invalid instruction mnemonic 'retf'
2014-09-09 Anderw FishUefiCpuPkg: CpuExceptionHandlerLib: Make self modifying...
2014-09-03 Gao, LimingUefiCpuPkg: Convert non DOS format files to DOS format
2014-08-28 Gao, LimingUefiCpuPkg: INF/DEC file updates to EDK II packages
2014-08-28 Gao, LimingUefiCpuPkg: INF/DEC file updates to EDK II packages
2014-08-28 Gao, LimingUefiCpuPkg: INF/DEC file updates to EDK II packages
2014-08-28 Gao, LimingUefiCpuPkg: INF/DEC file updates to EDK II packages
2014-08-25 Jordan JustenEDK II Contributions.txt: Note acceptable contribution...
2014-08-21 Qiu ShuminAppend the terminating null character at the end of...
2014-08-18 Jordan JustenUefiCpuPkg: Add ResetVector/FixupVtf
2014-08-18 Jordan JustenUefiCpuPkg VTF0 X64: Build page tables in NASM code
2014-08-18 Jordan JustenUefiCpuPkg: Support building VTF0 ResetVector during...
2014-07-11 Jeff Fan1. Save/restore ICR high 32bit value and check Delivery...
2014-07-10 Jeff FanIntroduce one PCD PcdCpuInitIpiDelayInMicroSeconds...
2014-07-09 Chen FanFixed typos: hanlder should be handler.
2014-06-30 Jeff FanFix the potential address overflow issue when checking...
2014-06-24 Gao, LimingAdd DEBUG message for all fields in AcpiS3Context.
2014-01-28 Chen FanFix ResetVectorVtf0.asm comment typo
2014-01-22 Tian, HotFix CRLF format
next