commit | 33e41b77d9b671b159005c7f429e28564efb6238 | [log] [tgz] |
---|---|---|
author | Raymond Mao <raymond.mao@linaro.org> | Fri Dec 27 06:58:24 2024 -0800 |
committer | Raymond Mao <raymond.mao@linaro.org> | Mon Jan 06 07:10:53 2025 -0800 |
tree | f2019456b832d839c6388ed73651b11662f376ba | |
parent | 57fa12cac3dbf6afc1a2d250f82cc54c1dd979d0 [diff] |
fix(qemu): fix register convention in BL31 for qemu The commit with Change-Id:Ie417e054a7a4c192024a2679419e99efeded1705 updated the register convention r1/x1 values but missing necessary changes in BL31. As a result, a system panic observed during setup for BL32 when TRANSFER_LIST is enabled due to unexpected arguments. This patch is to fix this issue for qemu. Change-Id: I42e581c5026f0f66d3b114204b4dff167a9bc6ae Signed-off-by: Raymond Mao <raymond.mao@linaro.org>