x86: relocate some arch-specific scripts
These scripts are specific to the x86 port. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
d30c9aeafd
commit
cfde940d6d
4 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ else()
|
||||||
set(GENIDT_EXTRA_ARGS "")
|
set(GENIDT_EXTRA_ARGS "")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(GENIDT ${ZEPHYR_BASE}/scripts/gen_idt.py)
|
set(GENIDT ${ZEPHYR_BASE}/arch/x86/gen_idt.py)
|
||||||
|
|
||||||
define_property(GLOBAL PROPERTY PROPERTY_OUTPUT_ARCH BRIEF_DOCS " " FULL_DOCS " ")
|
define_property(GLOBAL PROPERTY PROPERTY_OUTPUT_ARCH BRIEF_DOCS " " FULL_DOCS " ")
|
||||||
|
|
||||||
|
@ -138,7 +138,7 @@ if(CONFIG_X86_MMU)
|
||||||
${user_mmu_tables_bin}
|
${user_mmu_tables_bin}
|
||||||
COMMAND
|
COMMAND
|
||||||
${PYTHON_EXECUTABLE}
|
${PYTHON_EXECUTABLE}
|
||||||
${ZEPHYR_BASE}/scripts/gen_mmu_x86.py
|
${ZEPHYR_BASE}/arch/x86/gen_mmu_x86.py
|
||||||
-i mmulist.bin
|
-i mmulist.bin
|
||||||
-k $<TARGET_FILE:${ZEPHYR_PREBUILT_EXECUTABLE}>
|
-k $<TARGET_FILE:${ZEPHYR_PREBUILT_EXECUTABLE}>
|
||||||
-o mmu_tables.bin
|
-o mmu_tables.bin
|
||||||
|
@ -170,7 +170,7 @@ if(CONFIG_GDT_DYNAMIC)
|
||||||
OUTPUT gdt.bin
|
OUTPUT gdt.bin
|
||||||
COMMAND
|
COMMAND
|
||||||
${PYTHON_EXECUTABLE}
|
${PYTHON_EXECUTABLE}
|
||||||
${ZEPHYR_BASE}/scripts/gen_gdt.py
|
${ZEPHYR_BASE}/arch/x86/gen_gdt.py
|
||||||
--kernel $<TARGET_FILE:${ZEPHYR_PREBUILT_EXECUTABLE}>
|
--kernel $<TARGET_FILE:${ZEPHYR_PREBUILT_EXECUTABLE}>
|
||||||
--output-gdt gdt.bin
|
--output-gdt gdt.bin
|
||||||
$<$<BOOL:${CMAKE_VERBOSE_MAKEFILE}>:--verbose>
|
$<$<BOOL:${CMAKE_VERBOSE_MAKEFILE}>:--verbose>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue