commit | 57fa12cac3dbf6afc1a2d250f82cc54c1dd979d0 | [log] [tgz] |
---|---|---|
author | Raymond Mao <raymond.mao@linaro.org> | Thu Nov 14 12:53:25 2024 -0800 |
committer | Raymond Mao <raymond.mao@linaro.org> | Mon Jan 06 07:08:03 2025 -0800 |
tree | 46f608d3976955df0094a45247775838ce7e4cbf | |
parent | 5b5bcb4508398bf2c44dc7136e9a63101fe43a31 [diff] |
fix(handoff): fix register convention in opteed 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 optee. Change-Id: I13e116e7cb5a7d89fafc11d20295cffbf24793ab Signed-off-by: Raymond Mao <raymond.mao@linaro.org>