zephyr/scripts/build
Peter Marheine d400b8135c arch/riscv: support CONFIG_CODE_DATA_RELOCATION
This implements support for relocating code to chosen memory regions via
the `zephyr_code_relocate` CMake function for RISC-V SoCs. ARM-specific
assumptions that were made by gen_relocate_app.py need to be corrected,
in particular not assuming any particular name for the default RAM
section (which is 'SRAM' for most ARM pltaforms) and not assuming 32-bit
pointers (so the test works on RV64).

Signed-off-by: Peter Marheine <pmarheine@chromium.org>
2022-08-24 10:08:06 +02:00
..
dir_is_writeable.py scripts: move dir_is_writeable.py to scripts/build 2022-07-12 10:03:45 +02:00
elf_parser.py scripts: build: elf_parser: use node name for Graphviz diagrams 2022-08-04 18:36:35 +02:00
file2hex.py scripts: move file2hex.py to scripts/build/file2hex.py 2022-07-12 10:03:45 +02:00
gen_app_partitions.py
gen_cfb_font_header.py scripts: move gen_cfb_font_header.py to scripts/build 2022-07-12 10:03:45 +02:00
gen_handles.py scripts: gen_handles: Sort the device handles 2022-08-05 13:00:35 +02:00
gen_image_info.py scripts: move gen_image_info.py to scripts/build 2022-07-12 10:03:45 +02:00
gen_isr_tables.py scripts: move gen_isr_tables.py to scripts/build/gen_isr_tables.py 2022-07-12 10:03:45 +02:00
gen_kobject_list.py scripts: move gen_kobject_list.py to scripts/build/gen_kobject_list.py 2022-07-12 10:03:45 +02:00
gen_kobject_placeholders.py scripts: move gen_kobject_placeholders.py to scripts/build/ 2022-07-12 10:03:45 +02:00
gen_offset_header.py scripts: move gen_offset_header.py to scripts/build/ 2022-07-12 10:03:45 +02:00
gen_relocate_app.py arch/riscv: support CONFIG_CODE_DATA_RELOCATION 2022-08-24 10:08:06 +02:00
gen_strerror_table.py scripts: move gen_strerror_table.py to scripts/build 2022-07-12 10:03:45 +02:00
gen_syscalls.py kernel: Prevent Wundef 2022-08-15 14:36:47 +02:00
mergehex.py scripts: move mergehex.py to scripts/build 2022-07-12 10:03:45 +02:00
parse_syscalls.py scripts: move parse_syscalls.py to scripts/build/ 2022-07-12 10:03:45 +02:00
process_gperf.py scripts: move process_gperf.py to scripts/build 2022-07-12 10:03:45 +02:00
subfolder_list.py scripts: move subfolder_list.py to scripts/build/subfolder_list.py 2022-07-12 10:03:45 +02:00
uf2conv.py scripts: move uf2conv.py to scripts/build/uf2conv.py 2022-07-12 10:03:45 +02:00
user_wordsize.py scripts: move user_wordsize.py to scripts/build/user_wordsize.py 2022-07-12 10:03:45 +02:00