commit | e60deeb6fd8ebd6d9abfa3443e767965614d1c6b | [log] [tgz] |
---|---|---|
author | Mate Toth-Pal <mate.toth-pal@arm.com> | Thu Aug 01 10:19:20 2024 +0200 |
committer | Mate Toth-Pal <mate.toth-pal@arm.com> | Tue Feb 11 11:17:06 2025 +0100 |
tree | eddc88a8e8ded06fe9dda495673226371143343f | |
parent | 2e997892789abaa2841a5b331e1275b140c8dff6 [diff] |
build(app): add python scripts for El0 apps Add python scripts for creating final RMM image file with apps boundled to it. * app/gen_app_bin.py is for generating bin file from an app elf file. This bin can be bundled with an RMM bin file * app/bundle_app_rmm.py is for creating a bundle from an RMM bin image, and 1 or more app bin files. Change-Id: I209d6869370659a764b2849d45bb6b147c484e7d Signed-off-by: Mate Toth-Pal <mate.toth-pal@arm.com>