]> git.proxmox.com Git - mirror_edk2.git/history - UefiCpuPkg/Library/MpInitLib
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / Library / MpInitLib /
2023-03-07 Xie, YuanhaoUefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs... master
2023-03-07 Yuanhao XieUefiCpuPkg: Rename AsmRelocateApLoopStart.
2023-03-07 Xie, YuanhaoUefiCpuPkg: Put APs in 64 bit mode before handoff to OS.
2023-03-07 Xie, YuanhaoUefiCpuPkg: Allocate contiguous memory for stacks and...
2023-03-07 Xie, YuanhaoUefiCpuPkg: Split the path in RelocateApLoop into two.
2023-03-07 Xie, YuanhaoUefiCpuPkg: Check AP_SAFE_STACK_SIZE during build time.
2023-01-09 Yuanhao XieRevert "UefiCpuPkg: Duplicated AsmRelocateApLoop as...
2023-01-09 Yuanhao XieRevert "UefiCpuPkg: Has APs in 64 bit long-mode before...
2022-12-20 Xie, YuanhaoUefiCpuPkg: Has APs in 64 bit long-mode before booting...
2022-12-20 Yuanhao XieUefiCpuPkg: Duplicated AsmRelocateApLoop as AsmRelocate...
2022-11-14 Min M XuOvmfPkg/UefiCpuPkg: Add CcExit prefix to the APIs of...
2022-11-14 Min M XuOvmfPkg/UefiCpuPkg/UefiPayloadPkg: Rename VmgExitLib...
2022-08-31 Yuanhao XieUefiCpuPkg: Use Top of each AP's stack to save CpuMpData
2022-08-31 Liu, ZhiguangUefiCpuPkg/MpInitLib: Simplify logic in SwitchBsp
2022-08-31 Liu, ZhiguangUefiCpuPkg/MpInitLib: Fix potential issue when IDT...
2022-06-10 Ray NiMpInitLib: Move the Above1Mb vector allocation to MpIni...
2022-06-10 Ray NiMpInitLib: Only allocate below 1MB memory for 16bit...
2022-06-10 Ray NiMpInitLib: Put SEV logic in separate file
2022-06-10 Ray NiMpInitLib: remove unneeded global ASM_PFX
2022-06-10 Ray NiMpInitLib: Allocate code buffer for PEI phase
2022-05-11 Min M XuUefiCpuPkg: Revert "UefiCpuPkg: Enable Tdx support...
2022-04-02 Min XuUefiCpuPkg: Enable Tdx support in MpInitLib
2022-03-14 wenyi,xie via grou... UefiCpuPkg/MpInitLib:remove optional in declaration
2022-03-01 JasonUefiCpuPkg: Replace Opcode with the corresponding instr...
2021-12-09 Tom LendackyUefiCpuPkg/MpInitLib: Use SEV-SNP AP Creation NAE event...
2021-12-09 Michael RothUefiCpuPkg/MpInitLib: use BSP to do extended topology...
2021-12-09 Brijesh SinghUefiCpuPkg/MpLib: add support to register GHCB GPA...
2021-12-09 Brijesh SinghUefiCpuPkg/MpInitLib: use PcdConfidentialComputingAttr...
2021-12-09 Brijesh SinghUefiCpuPkg/MpInitLib: move SEV specific routines in...
2021-12-07 Michael KubackiUefiCpuPkg: Apply uncrustify changes
2021-12-07 Michael D KinneyUefiCpuPkg: Change complex DEBUG_CODE() to DEBUG_CODE_B...
2021-12-07 Michael D KinneyUefiCpuPkg: Change OPTIONAL keyword usage style
2021-05-29 Lendacky, ThomasUefiCpuPkg/MpInitLib: Allocate a separate SEV-ES AP...
2021-05-11 Lendacky, ThomasUefiCpuPkg/MpInitLib: Properly cast from PCD to SEV...
2021-04-09 Ray NiUefiCpuPkg/MpInitLib: Consume MicrocodeLib to remove...
2021-03-17 Ray NiUefiCpuPkg/MpInitLib: avoid printing debug messages...
2021-03-08 Ray NiUefiCpuPkg/MpInitLib: Remove unused Lock from MP_CPU_EX...
2021-03-08 Ray NiUefiCpuPkg/MpInitLib: Use NASM struc to avoid hardcode...
2021-02-26 Ray NiUefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire...
2021-01-29 Ray NiUefiCpuPkg/MpInitLib: Don't increase CpuCount in ApWake...
2021-01-26 Michael D KinneyUefiCpuPkg/Library/MpInitLib: Fix AP VolatileRegisters...
2021-01-12 Guo DongUefiCpuPkg/MpInitLib: Fix a hang in above 4GB case
2020-11-10 Tom LendackyUefiCpuPkg/MpInitLib: For SEV-ES guest, set stack based...
2020-11-10 Tom LendackyUefiCpuPkg, OvmfPkg: Disable interrupts when using...
2020-11-10 Tom LendackyUefiCpuPkg/MpInitLib: Set the SW exit fields when perfo...
2020-10-19 Tom LendackyUefiCpuPkg/MpInitLib: Reduce reset vector memory pressure
2020-08-24 Tom LendackyUefiCpuPkg/MpInitLib: Always initialize the DoDecrement...
2020-08-17 Tom LendackyUefiCpuPkg/MpInitLib: Prepare SEV-ES guest APs for...
2020-08-17 Tom LendackyUefiCpuPkg: Allow AP booting under SEV-ES
2020-08-17 Tom LendackyUefiCpuPkg/MpInitLib: Add CPU MP data flag to indicate...
2020-07-07 Kirkendall, GarrettUefiCpuPkg: Move StandardSignatureIsAuthenticAMD to...
2020-05-15 Ray NiUefiCpuPkg/MpService: GetProcessorInfo returns 6-level...
2020-05-06 Leo DuranUefiCpuPkg/MpInitLib: Remove Executable attribute from...
2020-04-30 Dong, EricUefiCpuPkg/MpInitLib: Avoid ApInitReconfig in PEI.
2020-04-30 Eric DongUefiCpuPkg/MpInitLib: Restore IDT context for APs.
2020-04-23 Hao A WuUefiCpuPkg/MpInitLib: Add missing explicit PcdLib depen...
2020-03-27 GuoMinJUefiCpuPkg/MpInitLib: Add out attribute for parameter.
2020-03-27 Hao A WuUefiCpuPkg/MpInitLib DXE: Add PCD to control AP status...
2020-03-02 Leo DuranUefiCpuPkg/MpInitLib: Skip reading PlatformId on AMD... edk2-stable202002
2020-02-14 Siyuan FuUefiCpuPkg: Remove FIT based microcode shadow logic...
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.
next