mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-07 04:45:22 +00:00
This script will relocate .text .data and .bss sections from required files and places it in the required memory region. This memory region and file are given to this python script in the form of a string. Refer to the script for the format of this string and the procedure to invoke it. The main goal of this script is to provide a robust way to re-order the memory contents without actually having to modify the code (C source code and the linker code). In simple terms this script will do the job of __attribute__((section("name"))) for a bunch of files together. Signed-off-by: Varun Sharma <varun.sharma@intel.com> Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com> |
||
---|---|---|
.. | ||
checkpatch | ||
ci | ||
cmake | ||
coccinelle | ||
cross_compiler | ||
dts | ||
footprint | ||
gitlint | ||
kconfig | ||
meta/west | ||
sanity_chk | ||
support | ||
.gitignore | ||
check_link_map.py | ||
checkpatch.pl | ||
checkstack.pl | ||
coccicheck | ||
dir_is_writeable.py | ||
elf_helper.py | ||
file2hex.py | ||
filter-known-issues.py | ||
gen_alignment_script.py | ||
gen_app_partitions.py | ||
gen_cfb_font_header.py | ||
gen_gdt.py | ||
gen_idt.py | ||
gen_kobject_list.py | ||
gen_mmu_x86.py | ||
gen_offset_header.py | ||
gen_priv_stacks.py | ||
gen_relocate_app.py | ||
gen_syscall_header.py | ||
gen_syscalls.py | ||
mergehex.py | ||
parse_syscalls.py | ||
process_gperf.py | ||
qemu-machine-hack.py | ||
requirements.txt | ||
sanitycheck | ||
spelling.txt | ||
subfolder_list.py | ||
tags.sh | ||
waitpid | ||
west |