summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorSam Protsenko <[email protected]>2025-11-18 17:21:16 -0600
committerMinkyu Kang <[email protected]>2025-11-26 17:55:57 +0900
commit3d1ae437a66795c34604a61104b2ff92ab493b9c (patch)
treebb58f9842ff5e3cc33c88b49070f7ab1b83393c6 /scripts/objdiff
parent1d9aafa751dd76bd3088b746d53004d04fcb9b6c (diff)
board: samsung: e850-96: Split LDFW loading and init
The LDFW firmware loading is done in two steps: 1. Read the firmware binary from some block device 2. Provide it to EL3 monitor software via an SMC call, so it can copy it to a Secure World memory and start using it Let's split the load_ldfw() function by two functions correspondingly, to reflect that process better: - load_ldfw_from_blk() - init_ldfw() It can be useful in case when the LDFW binary should be obtained from some different media, e.g. downloaded over USB during USB boot. No functional change. Signed-off-by: Sam Protsenko <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions