Hi, experts:
I am studying EDKII source code.
I found IDT would be setup even in SEC phase.
I usually know that CPU dxe driver will setup IDT because UEFI needs a
timer interrupt handler.

So, I want to know how many places to setup IDT in UEFI boot procedure.
So, I listed my current study results:
1. SEC phase
  SecMain.c will setup IDT in SecStartup function.
2. DXE phase
  UefiCpuPkg\CpuDxe : CpuDxe driver will setup IDT again.

Is that all?
Please help me!
Thanks a lot!

Best wishes,

------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to