| Commit message (Expand) | Author | Age | Files | Lines |
* | OvmfPkg/UefiCpuPkg: Add CcExit prefix to the APIs of CcExitLib | Min M Xu | 2022-11-14 | 6 | -23/+23 |
* | OvmfPkg/UefiCpuPkg/UefiPayloadPkg: Rename VmgExitLib to CcExitLib | Min M Xu | 2022-11-14 | 18 | -74/+64 |
* | UefiCpuPkg/SmmCpuFeaturesLib: Clean up header file inclusion in SmmStm.c | Abner Chang | 2022-11-02 | 1 | -3/+0 |
* | UefiCpuPkg/SmmCpuFeaturesLib: Abstract arch dependent code | Abner Chang | 2022-11-02 | 6 | -205/+227 |
* | UefiCpuPkg/SmmCpuFeaturesLib: Rename the common C file | Abner Chang | 2022-11-02 | 4 | -3/+3 |
* | UefiCpuPkg: Restore HpetTimer after CpuExceptionHandlerLib test | Tan, Dun | 2022-10-28 | 2 | -1/+30 |
* | UefiCpuPkg: Add Unit tests for PeiCpuExceptionHandlerLib | Tan, Dun | 2022-10-17 | 5 | -0/+617 |
* | UefiCpuPkg: Add Unit tests for DxeCpuExceptionHandlerLib | Tan, Dun | 2022-10-17 | 6 | -0/+1864 |
* | UefiCpuPkg/CpuPageTableLib:Support PAE paging for PageTableParse | Tan, Dun | 2022-10-17 | 1 | -2/+1 |
* | UefiCpuPkg:Add RegisterExceptionHandler in PeiCpuExceptionHandlerLib | Liu, Zhiguang | 2022-10-17 | 1 | -1/+37 |
* | UefiCpuPkg/CpuExceptionHandlerLib: Code optimization to allow bigger stack | Tan, Dun | 2022-10-08 | 2 | -2/+8 |
* | UefiCpuPkg: Use Top of each AP's stack to save CpuMpData | Yuanhao Xie | 2022-08-31 | 5 | -13/+59 |
* | UefiCpuPkg: Simplify the implementation when separate exception stacks | Liu, Zhiguang | 2022-08-31 | 8 | -383/+173 |
* | UefiCpuPkg/MpInitLib: Simplify logic in SwitchBsp | Liu, Zhiguang | 2022-08-31 | 4 | -63/+56 |
* | UefiCpuPkg: Add PCD to control SMRR enable & SmmFeatureControl support | Wu, Jiaxin | 2022-08-31 | 4 | -23/+24 |
* | UefiCpuPkg/MpInitLib: Fix potential issue when IDT table is at above 4G | Liu, Zhiguang | 2022-08-31 | 1 | -3/+5 |
* | UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test | Zhiguang Liu | 2022-08-31 | 7 | -0/+7254 |
* | Revert "UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test" | Liming Gao | 2022-08-28 | 7 | -7254/+0 |
* | UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test | Zhiguang Liu | 2022-08-16 | 7 | -0/+7254 |
* | CpuPageTableLib: define IA32_PAGE_LEVEL enum type internally | Ray Ni | 2022-08-09 | 2 | -6/+14 |
* | CpuPageTableLib: Fix bug that wrongly requires extra size for mapping | Ray Ni | 2022-08-09 | 1 | -8/+5 |
* | CpuPageTableLib: Fix a bug to avoid unnecessary changing to page table | Ray Ni | 2022-08-09 | 1 | -9/+32 |
* | CpuPageTableLib: Fix parent attributes are not inherited properly | Ray Ni | 2022-08-09 | 2 | -17/+147 |
* | CpuPageTableLib: Avoid treating non-leaf entry as leaf one | Ray Ni | 2022-08-09 | 1 | -4/+7 |
* | CpuPageTableLib: Split the page entry when LA is aligned but PA is not | Ray Ni | 2022-08-09 | 1 | -1/+6 |
* | CpuPageTableLib: Refactor the logic | Ray Ni | 2022-08-09 | 1 | -1/+1 |
* | CpuPageTableLib: Fix a bug when a bit is 1 in Attribute, 0 in Mask | Ray Ni | 2022-08-09 | 1 | -1/+1 |
* | UefiCpuPkg/CpuPageTableLib: Return error on invalid parameters | Ray Ni | 2022-08-09 | 1 | -0/+7 |
* | UefiCpuPkg: Create CpuPageTableLib for manipulating X86 paging structs | Ray Ni | 2022-08-09 | 4 | -0/+1112 |
* | UefiCpuPkg: Simplify the struct definition of CPU_EXCEPTION_INIT_DATA | Liu, Zhiguang | 2022-08-09 | 5 | -161/+145 |
* | MdeModulePkg: Move CPU_EXCEPTION_INIT_DATA to UefiCpuPkg | Liu, Zhiguang | 2022-08-09 | 1 | -1/+68 |
* | UefiCpuPkg: Simplify InitializeSeparateExceptionStacks | Liu, Zhiguang | 2022-08-09 | 5 | -49/+193 |
* | UefiCpuPkg: Fix nasm warning "signed byte value exceeds" | Zhiguang Liu | 2022-07-25 | 3 | -11/+9 |
* | MpInitLib: Move the Above1Mb vector allocation to MpInitLibInitialize | Ray Ni | 2022-06-10 | 1 | -24/+29 |
* | MpInitLib: Only allocate below 1MB memory for 16bit code | Ray Ni | 2022-06-10 | 3 | -56/+46 |
* | MpInitLib: Put SEV logic in separate file | Ray Ni | 2022-06-10 | 6 | -172/+161 |
* | MpInitLib: remove unneeded global ASM_PFX | Ray Ni | 2022-06-10 | 2 | -15/+3 |
* | MpInitLib: Allocate code buffer for PEI phase | Ray Ni | 2022-06-10 | 4 | -8/+13 |
* | CpuException: Add InitializeSeparateExceptionStacks | Ray Ni | 2022-06-10 | 4 | -141/+55 |
* | CpuException: Remove InitializeCpuInterruptHandlers | Ray Ni | 2022-06-10 | 5 | -204/+22 |
* | CpuException: Avoid allocating page but using global variables | Ray Ni | 2022-06-10 | 1 | -19/+5 |
* | CpuException: Init global variables in-place | Ray Ni | 2022-06-10 | 2 | -13/+12 |
* | CpuException: Avoid allocating code pages for DXE instance | Ray Ni | 2022-06-10 | 4 | -28/+9 |
* | UefiCpuPkg: Revert "UefiCpuPkg: Enable Tdx support in MpInitLib" | Min M Xu | 2022-05-11 | 6 | -308/+5 |
* | UefiCpuPkg: Add CpuLib to module INFs that depend on UefiCpuLib. | Yu Pu | 2022-05-06 | 4 | -0/+4 |
* | UefiCpuPkg: Setting initial-count register as the last step | Min Xu | 2022-04-02 | 1 | -5/+5 |
* | UefiCpuPkg: Enable Tdx support in MpInitLib | Min Xu | 2022-04-02 | 6 | -5/+308 |
* | UefiCpuPkg: Support TDX in BaseXApicX2ApicLib | Min Xu | 2022-04-02 | 1 | -8/+152 |
* | UefiCpuPkg/CpuExceptionHandler: Add base support for the #VE exception | Min Xu | 2022-04-02 | 2 | -31/+79 |
* | UefiCpuPkg: Extend VmgExitLibNull to handle #VE exception | Min Xu | 2022-04-02 | 2 | -0/+39 |