soc/intel/apollolake: enable exception handling in every stage for glk
Now that an idt is available in every stage utilize it for exception processing to help catch and debug issues. BUG=b:72728953 Change-Id: I69e7f938f36f2e522b787e311fd148bb8fd41247 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/25764 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
d3c5aeac2b
commit
82d0f91420
|
@ -10,6 +10,7 @@ config SOC_INTEL_GLK
|
||||||
select SOC_INTEL_COMMON_BLOCK_CPU_MPINIT
|
select SOC_INTEL_COMMON_BLOCK_CPU_MPINIT
|
||||||
select SOC_INTEL_COMMON_BLOCK_SGX
|
select SOC_INTEL_COMMON_BLOCK_SGX
|
||||||
select SOC_INTEL_COMMON_BLOCK_GSPI_VERSION_2
|
select SOC_INTEL_COMMON_BLOCK_GSPI_VERSION_2
|
||||||
|
select IDT_IN_EVERY_STAGE
|
||||||
help
|
help
|
||||||
Intel GLK support
|
Intel GLK support
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue