arch/x86: initial Intel64 support
First "complete" version of Intel64 support for x86. Compilation of apps for supported boards (read: up_squared) with CONFIG_X86_LONGMODE=y is now working. Booting, device drivers, interrupts, scheduling, etc. appear to be functioning properly. Beware that this is ALHPA quality, not ready for production use, but the port has advanced far enough that it's time to start working through the test suite and samples, fleshing out any missing features, and squashing bugs. Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
parent
9b00f7821a
commit
4ddaa59a89
26 changed files with 733 additions and 117 deletions
|
@ -98,8 +98,6 @@ void z_x86_enable_paging(void);
|
|||
}
|
||||
#endif
|
||||
|
||||
#define z_is_in_isr() (_kernel.nested != 0U)
|
||||
|
||||
#endif /* _ASMLANGUAGE */
|
||||
|
||||
#endif /* ZEPHYR_ARCH_X86_INCLUDE_IA32_KERNEL_ARCH_FUNC_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue