commit | 554dfe3b5d3b6607503d3459fb48a16ac6b2f5b0 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Tue Jul 27 18:13:35 2021 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Aug 11 09:29:22 2021 +0000 |
tree | f3501350f81df696ed067cf81b67c60def015d5a | |
parent | 0648a0fc2e933d1217a4665d3e6f7bf6012132b4 [diff] |
run_qemu.sh: Refactor pvmfw_overlay To make the calling code clearer, decompose the 5-parameters function into two steps: generating the DTS for PVMFW and injecting a DTS into an existing DTB. This allows us to get rid of an intermediate file by using inter-function bash piping. Move the responsibility of hex-formatting addresses and sizes into the DTS function that requires it. Rename ${QEMU_PATCHED_DTB} to the shorter ${DTB}. Change-Id: I10914391ca022a507e56cce855ec347b00838f9a