zephyr/scripts
Ederson de Souza b1a3ce4016 scripts/build: Add program header support for gen_relocate_app.py
Some linker scripts also associate memory regions with program headers
(PHDRS [1]). This patch adds support on gen_relocate_app.py to also
place a phdr alongside the memory region.

To keep things simple (and more natural), the format is basically the
same used in linker scripts - an space followed by ':<phdr_name>', like:

  SRAM2\ :phdr0:COPY:/home/xyz/zephyr/samples/hello_world/src/main.c

(Note the escape char before the space.)

[1] https://sourceware.org/binutils/docs/ld/PHDRS.html

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2022-11-03 10:25:07 +01:00
..
build scripts/build: Add program header support for gen_relocate_app.py 2022-11-03 10:25:07 +01:00
checkpatch
ci actions: Upload test results to opensearch service 2022-11-02 10:26:43 -04:00
coccinelle
coredump
dts Devicetree: edtlib: fix possible TypeError in Binding.__repr__() 2022-10-13 12:02:31 +02:00
footprint footprint: Remove bt_hap_ha for nrf52840dk 2022-10-07 10:09:25 +00:00
gitlint
kconfig kconfig: wrap description in guiconfig 2022-10-31 23:23:46 +09:00
logging/dictionary
net scripts: net: add enumerate_http_status.py 2022-10-12 09:02:21 -04:00
pylib twister: count retries after failures or errors 2022-10-31 12:33:28 -04:00
release scripts: release: strip title names 2022-09-27 16:51:45 -05:00
schemas/twister scripts: twister: add support for sysbuild 2022-10-04 14:06:58 -04:00
support
tests
tracing
utils
west_commands west: sign: remove -i 3 parameter 2022-10-27 11:02:35 +02:00
.gitignore
checkpatch.pl checkpatch: Document both endianness macros 2022-10-28 22:06:17 +09:00
checkstack.pl
coccicheck
dump_bugs_pickle.py scripts: dump_bugs_pickle: strip bug titles 2022-09-27 16:51:45 -05:00
gen_gcov_files.py
get_maintainer.py
github_helpers.py
list_boards.py
make_bugs_pickle.py
requirements-base.txt
requirements-build-test.txt
requirements-compliance.txt
requirements-doc.txt doc: Do not use Sphinx 5.2.0.post0 2022-09-25 10:37:32 +02:00
requirements-extras.txt
requirements-run-test.txt
requirements.txt
series-push-hook.sh
set_assignees.py scripts: set_assignee: Make review requests more deterministic 2022-10-20 23:52:49 +09:00
spelling.txt
tags.sh
twister scripts: twister: update twister to support QEMU platforms with sysbuild 2022-10-26 08:48:37 -04:00
valgrind.supp
west-commands.yml
zephyr_module.py