]> git.proxmox.com Git - mirror_edk2.git/history - UefiCpuPkg/Library/MpInitLib
UefiCpuPkg/MpInitLib: Not pass microcode info between archs in CPU_MP_DATA
[mirror_edk2.git] / UefiCpuPkg / Library / MpInitLib /
2020-02-11 Hao A WuUefiCpuPkg/MpInitLib: Not pass microcode info between...
2020-02-11 Hao A WuRevert UefiCpuPkg/MpInitLib: Relocate microcode patch...
2020-02-06 Hao A WuUefiCpuPkg/MpInitLib: Always get CPUID & PlatformID...
2020-01-19 Hao A WuUefiCpuPkg/MpInitLib: Fix possible uninitialized 'InitF...
2020-01-10 Siyuan FuUefiCpuPkg: Shadow microcode patch according to FIT...
2020-01-08 Siyuan, FuUefiCpuPkg: Always load microcode patch on AP processor.
2020-01-08 Siyuan FuUefiCpuPkg: Remove alignment check when calculate micro...
2020-01-02 Hao A WuUefiCpuPkg/MpInitLib: Remove redundant microcode fields...
2020-01-02 Hao A WuUefiCpuPkg/MpInitLib: Relocate microcode patch fields...
2020-01-02 Hao A WuUefiCpuPkg/MpInitLib: Produce EDKII microcode patch HOB
2020-01-02 Hao A WuUefiCpuPkg/MpInitLib: Reduce the size when loading...
2020-01-02 Hao A WuUefiCpuPkg/MpInitLib: Collect processors' CPUID & Platf...
2019-12-04 Shenglei ZhangUefiCpuPkg: Update the coding styles
2019-11-05 Ray NiUefiCpuPkg/MpInitLib: Remove global variable X2ApicEnable
2019-11-05 Ray NiUefiCpuPkg/MpInitLib: Set X2ApicEnable flag from BSP
2019-10-11 Laszlo ErsekUefiCpuPkg/MpInitLib: honor the platform's boot CPU...
2019-10-11 Laszlo ErsekUefiCpuPkg/MpInitLib: expand comment on initial AP...
2019-08-09 Ni, RayUefiCpuPkg: Update code to include register definitions...
2019-08-09 Ni, RayUefiCpuPkg/MpInitLib: Enable 5-level paging for AP...
2019-08-02 Eric DongUefiCpuPkg/MpInitLib: don't shadow the microcode patch...
2019-07-29 Eric DongUefiCpuPkg/MpInitLib: Add MpInitLibStartupAllCPUs API.
2019-06-27 Zhichao GaoUefiCpuPkg/MpInitLib: MicrocodeDetect: Ensure checked...
2019-06-10 Ray NiUefiCpuPkg/MpInitLib: Decrease NumApsExecuting only...
2019-06-10 Ray NiUefiCpuPkg/MpInitLib: increase NumApsExecuting only...
2019-04-09 Michael D KinneyUefiCpuPkg: Replace BSD License with BSD+Patent License
2019-04-04 Eric DongUefiCpuPkg/MpInitLib: Fix MemTest86 failure.
2019-03-06 Chen A ChenUefiCpuPkg/Microcode.c: Add verification before calcula...
2019-03-01 Chen A ChenUefiCpuPkg/Microcode: Fix InComplete CheckSum32 issue
2019-02-21 Chen A ChenUefiCpuPkg/Microcode: Fix incorrect checksum issue...
2018-11-05 Dong, EricUefiCpuPkg/MpInitLib: Rollback old change 2a5997f8.
2018-10-30 Marvin H?userUefiCpuPkg/MpInitLib: Fix ASSERT for success.
2018-09-10 Jian J WangUefiCpuPkg/MpInitLib: fix register restore issue in...
2018-09-06 Eric DongUefiCpuPkg/MpInitLib: Fix ECC issues.
2018-07-26 Eric DongUefiCpuPkg/MpInitLib: Not use disabled AP when call...
2018-07-26 Eric DongUefiCpuPkg/MpInitLib: Remove StartCount and volatile...
2018-07-26 Eric DongUefiCpuPkg/MpInitLib: Remove redundant CpuStateFinished...
2018-07-20 Eric DongUefiCpuPkg/MpInitLib: Fix VS2012 build failure
2018-07-20 Eric DongUefiCpuPkg/MpInitLib: Remove useless code.
2018-07-20 Eric DongUefiCpuPkg/MpInitLib: Optimize get processor number...
2018-07-19 Eric DongUefiCpuPkg/MpInitLib: Fix S3 resume hang issue.
2018-07-18 Eric DongUefiCpuPkg/MpInitLib: Load uCode once for each core.
2018-07-18 Eric DongUefiCpuPkg/MpInitLib: Use BSP uCode for APs if possible.
2018-07-18 Eric DongUefiCpuPkg/MpInitLib: Relocate uCode to memory to save...
2018-07-12 Ni, RuiyuUefiCpuPkg/MpInitLib: Avoid calling PEI services from AP
2018-06-28 Liming GaoUefiCpuPkg: Clean up source files
2018-04-25 Star ZengUefiCpuPkg MpInitLib: Fix typo "sCPUID" to "CPUID"
2018-03-20 Hao WuUefiCpuPkg/MpInitLib: Disable interrupt at ExitBootServ...
2018-03-08 Jian J WangUefiCpuPkg/MpInitLib: put mReservedApLoopFunc in execut...
2018-01-29 Jian J WangUefiCpuPkg/MpInitLib: force flushing TLB for AP in...
2018-01-29 Jian J WangUefiCpuPkg/MpInitLib: fix AP init issue in 64-bit PEI
2018-01-26 Star ZengUefiCpuPkg/MpInitLib: Make sure AP uses correct Startup...
2018-01-25 Jian J WangUefiCpuPkg/MpInitLib: fix issue in wakeup buffer initia...
2018-01-24 Ruiyu NiUefiCpuPkg/PeiMpLib: Fix a system hang-in-pei issue.
2018-01-18 Jian J WangUefiCpuPkg/MpInitLib: split wake up buffer into two...
2018-01-18 Ruiyu NiUefiCpuPkg/MpInitLib: Fix timer interrupt is disabled...
2018-01-11 Jian J WangUefiCpuPkg/MpInitLib: fix 32-bit build error
2018-01-10 Jian J WangUefiCpuPkg/MpInitLib: fix wrong address set as Stack...
2018-01-10 Jian J WangUefiCpuPkg/MpInitLib: fix incorrect stack top init...
2018-01-09 Ruiyu NiUefiCpuPkg/MpInitLib: Fix a bug that AP enters timer...
2017-12-27 Jian J WangUefiCpuPkg: Rollback field name changes
2017-12-26 Jian J WangUefiCpuPkg: Update code to use new structure field...
2017-12-22 Jian J WangUefiCpuPkg/MpInitLib: Add missing Guard page setup...
2017-12-08 Jian J WangUefiCpuPkg/MpLib: Add GDTR, IDTR and TR in saved AP...
2017-11-02 Dandan BiUefiCpuPkg/MpInitLib:Make function comments align with...
2017-10-27 Eric DongUefiCpuPkg/MpInitLib: Keep compatible with former AP...
2017-10-24 Eric DongUefiCpuPkg/MpInitLib: Enhance waiting for AP initializa...
2017-10-24 Eric DongUefiCpuPkg/MpInitLib: Change AP Index variable name.
2017-10-20 Eric DongUefiCpuPkg/MpInitLib: Avoid call PcdGet* in Ap & Bsp.
2017-10-10 Liming GaoUefiCpuPkg: Update Guid usage in DxeMpInitLib INF to...
2017-08-31 Eric DongUefiCpuPkg/Mplib.c: Perform complete initialization...
2017-08-28 Eric DongUefiCpuPkg/MpLib: fix potential overflow issue.
2017-08-15 Star ZengUefiCpuPkg MpInitLib: Save/restore original WakeupBuffe...
2017-07-07 Eric DongUefiCpuPkg MpInitLib: Update return status to follow...
2017-05-27 Jeff FanUefiCpuPkg/MpInitLib: Force to enable X2APIC if CPU...
2017-05-27 Jeff FanUefiCpuPkg/MpInitLib: Check APIC mode change around...
2017-05-23 Michael KinneyUefiCpuPkg/MpInitLib: Fix X64 XCODE5/NASM compatibility...
2017-05-23 Jeff FanUefiCpuPkg/DxeMpInitLib.inf: Add missing SynchronizationLib
2017-04-26 Jeff FanUefiCpuPkg/MpLib.c: Set AP state after X2APIC mode...
2017-04-26 Jeff FanUefiCpuPkg: Move ProgramVirtualWireMode() to MpInitLib
2017-04-26 Jeff FanUefiCpuPkg/MpInitLib: needn't to allocate AP reset...
2017-04-26 Jeff FanUefiCpuPkg/MpInitLib: save/restore original contents
2017-04-06 Jeff FanUefiCpuPkg/MpLib.c: Load microcode before mtrr sync...
2017-03-28 Jeff FanUefiCpuPkg/MpLib.c: Add checking CR0 PG bit
2017-01-16 Jeff FanUefiCpuPkg/MpInitLib: Add missing point mark
2016-12-30 Jeff FanUefiCpuPkg/MpInitLib: Set initialize value of TimerPeriod
2016-12-28 Jeff FanUefiCpuPkg/MpInitLib: Set new AP to idle state after...
2016-12-28 Jeff FanUefiCpuPkg/MpInitLib: Disable and restore system timer...
2016-12-28 Jeff FanUefiCpuPkg/MpInitLib: Swap local APIC timer interrupt...
2016-12-28 Jeff FanUefiCpuPkg/MpInitLib: Move save/restore interrupt to...
2016-12-28 Jeff FanUefiCpuPkg/MpInitLib: Sync BSP's local APIC timer setti...
2016-12-28 Jeff FanUefiCpuPkg/DxeMpInitLib: Support source debugging on...
2016-12-14 Dandan BiUefiCpuPkg: Make the comments align with the functions
2016-11-29 Laszlo ErsekUefiCpuPkg/MpInitLib: wait no longer than necessary...
2016-11-28 Jeff FanUefiCpuPkg/DxeMpLib: Remove unnecessary ret instruction
2016-11-28 Jeff FanUefiCpuPkg/DxeMpLib: Fix bug when getting target C...
2016-11-28 Jeff FanUefiCpuPkg/DxeMpLib: Make sure APs in safe loop code
2016-11-28 Jeff FanUefiCpuPkg/DxeMpLib: Allocate new safe stack < 4GB
2016-11-28 Jeff FanUefiCpuPkg/DxeMpLib: Get safe AP loop handler from...
2016-11-23 Laszlo ErsekUefiCpuPkg/MpInitLib: fix feature test for Extended...
2016-11-17 Laszlo ErsekUefiCpuPkg/MpInitLib: support 64-bit AP stack addresses
next