commit | 7dd8d72eb30b32647a987245921768fe8a0b7a18 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Mon Feb 20 13:01:27 2023 +0100 |
committer | Michal Simek <michal.simek@amd.com> | Tue Feb 21 11:56:30 2023 +0100 |
tree | 551b05a17d7e93bbe9149f56463f483694991116 | |
parent | 709ea5f0e933a068893dc38d2b520171ab78f0e4 [diff] |
fix(zynqmp): panic w/o handoff structure in !JTAG In case that FSBL (or SPL) doesn't provide valid handoff structure don't fallback to default image location. In non JTAG boot mode all the time structure should be passed. If it is not it can be opportunity to inject any code to default locations and start it. That's why panic in all these cases. Change-Id: Ib3e11e2ae9ffec7406002cce4997b12b97bdc396 Signed-off-by: Michal Simek <michal.simek@amd.com>