]> git.proxmox.com Git - mirror_edk2.git/history - UefiCpuPkg
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg /
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-03-06 Wu, JiaxinUefiCpuPkg/SmmCpuFeaturesLib: Skip SMBASE configuration
2023-03-06 Wu, JiaxinUefiCpuPkg/PiSmmCpuDxeSmm: Consume SMM Base Hob for...
2023-03-06 Wu, JiaxinUefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB Data
2023-03-06 Wu, JiaxinUefiCpuPkg/PiSmmCpuDxeSmm: Replace mIsBsp by mBspApicId...
2023-03-06 Wu, JiaxinUefiCpuPkg/PiSmmCpuDxeSmm: Fix invalid InitializeMpSync...
2023-02-16 Sunil V LUefiCpuPkg/UefiCpuPkg.ci.yaml: Ignore RISC-V file
2023-02-16 Sunil V LUefiCpuPkg: Add CpuDxeRiscV64 module
2023-02-16 Sunil V LUefiCpuPkg: Add CpuTimerDxeRiscV64 module
2023-02-16 Sunil V LUefiCpuPkg: Add BaseRiscV64CpuTimerLib library
2023-02-16 Sunil V LUefiCpuPkg: Add BaseRiscV64CpuExceptionHandlerLib
2023-02-16 Sunil V LUefiCpuPkg: Add RISCV_EFI_BOOT_PROTOCOL related definitions
2023-02-03 Zhiguang LiuUefiCpuPkg: Fix SMM code hangs when InitPaging
2023-01-09 Yuanhao XieRevert "UefiCpuPkg: Duplicated AsmRelocateApLoop as...
2023-01-09 Yuanhao XieRevert "UefiCpuPkg: Has APs in 64 bit long-mode before...
2023-01-04 Laszlo ErsekUefiCpuPkg/SmmCpuFeaturesLib: drop obsolete API impleme...
2023-01-03 Tan, DunUefiCpuPkg/PiSmmCpuDxeSmm:Fix PF issue caused by smm...
2022-12-21 Tan, DunUefiCpuPkg: Simplify the code to set smm page table...
2022-12-21 Tan, DunUefiCpuPkg: Remove unused API in SmmCpuFeaturesLib.h
2022-12-21 duntanUefiCpuPkg/PiSmmCpuDxeSmm: Introduce page table pool...
2022-12-20 Xie, YuanhaoUefiCpuPkg: Has APs in 64 bit long-mode before booting...
2022-12-20 Yuanhao XieUefiCpuPkg: Duplicated AsmRelocateApLoop as AsmRelocate...
2022-12-19 Kuo, TedUefiCpuPkg: Supporting S3 in 64bit PEI
2022-12-08 Robert GuenzelUefiCpuPkg: Bug fix in 5LPage handling
2022-12-08 Wu, JiaxinUefiCpuPkg: Check SMM Delayed/Blocked AP Count
2022-12-08 Jason LouUefiCpuPkg/Test: develop UEFI App and dynamic cmd for...
2022-12-08 Jason LouUefiCpuPkg/Test: Move EfiMpServiceProtocol UT in a...
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-11-11 Duggapu, Chinni BUefiCpuPkg/ResetVector:Add Option to reserve 4K region...
2022-11-02 Abner ChangUefiCpuPkg/SmmCpuFeaturesLib: Clean up header file...
2022-11-02 Abner ChangUefiCpuPkg/SmmCpuFeaturesLib: Abstract arch dependent...
2022-11-02 Abner ChangUefiCpuPkg/SmmCpuFeaturesLib: Rename the common C file
2022-10-28 Tan, DunUefiCpuPkg: Restore HpetTimer after CpuExceptionHandler...
2022-10-17 Jason LouUefiCpuPkg/Test: Add unit tests for MP service PPI...
2022-10-17 Tan, DunUefiCpuPkg: Add R8/R9 etc in EccCheck ExceptionList
2022-10-17 Tan, DunUefiCpuPkg: Add Pei/DxeCpuExceptionHandlerLibUnitTest...
2022-10-17 Tan, DunUefiCpuPkg: Add Unit tests for PeiCpuExceptionHandlerLib
2022-10-17 Tan, DunUefiCpuPkg: Add Unit tests for DxeCpuExceptionHandlerLib
2022-10-17 Tan, DunUefiCpuPkg/CpuPageTableLib:Support PAE paging for PageT...
2022-10-17 Liu, ZhiguangUefiCpuPkg:Add RegisterExceptionHandler in PeiCpuExcept...
2022-10-08 Zhihao LiUefiCpuPkg: Reset a parameter when BSP Exit in CPU...
2022-10-08 Tan, DunUefiCpuPkg/CpuExceptionHandlerLib: Code optimization...
2022-08-31 Liu, ZhiguangUefiCpuPkg: Enhance logic in InitializeMpExceptionStack...
2022-08-31 Yuanhao XieUefiCpuPkg: Use Top of each AP's stack to save CpuMpData
2022-08-31 Liu, ZhiguangUefiCpuPkg: Simplify the implementation when separate...
2022-08-31 Liu, ZhiguangUefiCpuPkg/MpInitLib: Simplify logic in SwitchBsp
2022-08-31 Wu, JiaxinUefiCpuPkg: Add PCD to control SMRR enable & SmmFeature...
2022-08-31 Liu, ZhiguangUefiCpuPkg/MpInitLib: Fix potential issue when IDT...
2022-08-31 Zhiguang LiuUefiCpuPkg/CpuPageTableLib/UnitTest: Add host based...
2022-08-28 Liming GaoRevert "UefiCpuPkg/CpuPageTableLib/UnitTest: Add host...
2022-08-16 Zhiguang LiuUefiCpuPkg/CpuPageTableLib/UnitTest: Add host based...
2022-08-15 Dun TanUefiCpuPkg/PiSmmCpuDxeSmm: Remove mInternalCr3 in PiSmm...
2022-08-15 Dun TanUefiCpuPkg/PiSmmCpuDxeSmm: Add a new mIsShadowStack...
2022-08-09 Ray NiCpuPageTableLib: define IA32_PAGE_LEVEL enum type inter...
2022-08-09 Ray NiCpuPageTableLib: Fix bug that wrongly requires extra...
2022-08-09 Ray NiCpuPageTableLib: Fix a bug to avoid unnecessary changin...
2022-08-09 Ray NiCpuPageTableLib: Fix parent attributes are not inherite...
2022-08-09 Ray NiCpuPageTableLib: Avoid treating non-leaf entry as leaf one
2022-08-09 Ray NiCpuPageTableLib: Split the page entry when LA is aligne...
2022-08-09 Ray NiCpuPageTableLib: Refactor the logic
2022-08-09 Ray NiCpuPageTableLib: Fix a bug when a bit is 1 in Attribute...
2022-08-09 Ray NiUefiCpuPkg/CpuPageTableLib: Return error on invalid...
2022-08-09 Ray NiUefiCpuPkg: Create CpuPageTableLib for manipulating...
2022-08-09 Liu, ZhiguangUefiCpuPkg: Simplify the struct definition of CPU_EXCEP...
2022-08-09 Liu, ZhiguangMdeModulePkg: Move CPU_EXCEPTION_INIT_DATA to UefiCpuPkg
2022-08-09 Liu, ZhiguangUefiCpuPkg: Simplify InitializeSeparateExceptionStacks
2022-07-25 Zhiguang LiuUefiCpuPkg: Fix nasm warning "signed byte value exceeds"
2022-07-14 Kuo, TedUefiCpuPkg: Update SEC_IDT_TABLE struct
2022-07-08 Oram, Isaac WUefiCpuPkg/SecCore: Add debug messages to illuminate...
2022-06-23 Ray NiUefiCpuPkg: CpuDxe: Set RW and P Attributes on Split...
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-06-10 Ray NiCpuException: Add InitializeSeparateExceptionStacks
2022-06-10 Ray NiCpuException: Remove InitializeCpuInterruptHandlers
2022-06-10 Ray NiCpuException: Avoid allocating page but using global...
2022-06-10 Ray NiCpuException: Init global variables in-place
2022-06-10 Ray NiCpuException: Avoid allocating code pages for DXE instance
2022-05-11 Min M XuUefiCpuPkg: Revert "UefiCpuPkg: Enable Tdx support...
2022-05-09 Li, ZhihaoMdePkg: add SmmCpuRendezvousLib.h and SmmCpuRendezvousL...
2022-05-06 Yu PuUefiCpuPkg: Add CpuLib to module INFs that depend on...
2022-04-02 Min XuUefiCpuPkg: Setting initial-count register as the last...
2022-04-02 Min XuUefiCpuPkg: Update AddressEncMask in CpuPageTable
2022-04-02 Min XuUefiCpuPkg: Enable Tdx support in MpInitLib
2022-04-02 Min XuUefiCpuPkg: Support TDX in BaseXApicX2ApicLib
2022-04-02 Min XuUefiCpuPkg/CpuExceptionHandler: Add base support for...
2022-04-02 Min XuUefiCpuPkg: Extend VmgExitLibNull to handle #VE exception
2022-03-28 Kuo, TedUefiCpuPkg: Update BFV searching algorithm in VTF0
2022-03-14 Kuo, TedUefiCpuPkg: Support FFS3 GUID in SearchForBfvBase.asm
2022-03-14 wenyi,xie via grou... UefiCpuPkg/MpInitLib:remove optional in declaration
2022-03-04 Li, ZhihaoUefiCpuPkg: Extend SMM CPU Service with rendezvous...
2022-03-01 JasonUefiCpuPkg: Replace Opcode with the corresponding instr...
next