public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel][PATCH v1 0/2] Update SEC_IDT_TABLE struct to reserve sufficient size in IdtTable for both IA32 and X64
@ 2022-06-27  7:42 Kuo, Ted
  2022-06-27  7:42 ` [edk2-devel][PATCH v1 1/2] UefiCpuPkg: Update SEC_IDT_TABLE struct Kuo, Ted
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kuo, Ted @ 2022-06-27  7:42 UTC (permalink / raw)
  To: devel

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3957
The reserved IDT table size in SecCore is too small for X64. Changed the type
of IdtTable in SEC_IDT_TABLE from UINT64 to IA32_IDT_GATE_DESCRIPTOR to have
sufficient size reserved in IdtTable for X64.

Ted Kuo (2):
  UefiCpuPkg: Update SEC_IDT_TABLE struct
  IntelFsp2Pkg: Update SEC_IDT_TABLE struct

 IntelFsp2Pkg/FspSecCore/SecMain.c | 19 ++++++++++---------
 IntelFsp2Pkg/FspSecCore/SecMain.h |  4 ++--
 UefiCpuPkg/SecCore/SecMain.c      |  1 +
 UefiCpuPkg/SecCore/SecMain.h      |  4 ++--
 4 files changed, 15 insertions(+), 13 deletions(-)

-- 
2.26.2.windows.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-11  9:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-27  7:42 [edk2-devel][PATCH v1 0/2] Update SEC_IDT_TABLE struct to reserve sufficient size in IdtTable for both IA32 and X64 Kuo, Ted
2022-06-27  7:42 ` [edk2-devel][PATCH v1 1/2] UefiCpuPkg: Update SEC_IDT_TABLE struct Kuo, Ted
2022-06-27  7:42 ` [edk2-devel][PATCH v1 2/2] IntelFsp2Pkg: " Kuo, Ted
     [not found] ` <16FC6A736EB591CC.466@groups.io>
2022-07-11  9:11   ` [edk2-devel][PATCH v1 1/2] UefiCpuPkg: " Ni, Ray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox