zephyr/arch/x86
Charles E. Youse e6a31a9e89 arch/x86: (Intel64) initialize TSS interrupt stack from cpuboot[]
In non-SMP MP situations, the interrupt stacks might not exist, so
do not assume they do. Instead, initialize the TSS IST1 from the
cpuboot[] vector (meaning, on APs, the stack from z_arch_start_cpu).
Eliminates redundancy at the same time.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
2019-10-07 19:46:55 -04:00
..
core arch/x86: (Intel64) initialize TSS interrupt stack from cpuboot[] 2019-10-07 19:46:55 -04:00
include arch/x86: declare z_x86_prep_c() in kernel_arch_func.h 2019-10-07 19:46:55 -04:00
CMakeLists.txt arch/x86: rename X64 references to Intel64 2019-09-15 11:33:47 +08:00
gen_gdt.py scripts: Simplify code with sys.exit(<string>) 2019-09-08 12:34:16 +02:00
gen_idt.py x86: gen_idt.py: Use enumerate() to fix pylint warning 2019-09-10 15:53:49 +02:00
ia32.cmake arch/x86: remove support for IAMCU ABI 2019-09-07 10:07:42 -04:00
intel64.cmake arch/x86: initial Intel64 bootstrap framework 2019-09-15 11:33:47 +08:00
Kconfig arch/x86: (Intel64) add scheduler IPI support 2019-10-07 19:46:55 -04:00