]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(zynqmp): panic w/o handoff structure in !JTAG
authorMichal Simek <michal.simek@amd.com>
Mon, 20 Feb 2023 12:01:27 +0000 (13:01 +0100)
committerMichal Simek <michal.simek@amd.com>
Tue, 21 Feb 2023 10:56:30 +0000 (11:56 +0100)
commitfbe4dbeec906038795f72d8f9284a812bd6a852d
tree551b05a17d7e93bbe9149f56463f483694991116
parente6af3c715463f10303a5f1f6bd3117feed269b9a
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>
plat/xilinx/zynqmp/bl31_zynqmp_setup.c