coreboot/util/qualcomm
Sasirekaa Madhesu 6a02f2d4a7 util/qualcomm: Add script to concatenate ELF images
The PBL of QCOM X1P42100 SoC loads image in multi ELF format, which is
a concatenation of TME SEQ, TME FW, QC-SEC and Bootblock binaries.
This script stitches the binaries together into multi ELF image.

Usage: create_multielf.py [-h] -f IN_FILES [-o [OUT_FILE]]
Example: python create_multielf.py -f image1,image2,image3 -o output.bin

Change-Id: I9cdbdf6b5c62663491ccd7d42ab270742760aa0b
Signed-off-by: Sasirekaa Madhesu <smadhesu@qualcomm.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88145
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
2025-06-26 14:30:49 +00:00
..
scripts/cmm
create_multielf.py util/qualcomm: Add script to concatenate ELF images 2025-06-26 14:30:49 +00:00
createxbl.py
description.md
elf_segment_extractor.py util/qualcomm: Add script to extract a segment from ELF 2025-06-17 03:57:49 +00:00
ipqheader.py
mbn_tools.py
mbncat.py
qgpt.py