Hello Yu-Ping Wu, Patrick Rudolph, Hung-Te Lin, build bot (Jenkins), Martin Roth, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34676
to look at the new patch set (#7).
Change subject: arm64: Uprev Arm TF and adjust to BL31 parameter changes ......................................................................
arm64: Uprev Arm TF and adjust to BL31 parameter changes
This patch uprevs the Arm Trusted Firmware submodule to the new upstream master (commit 42cdeb930).
Arm Trusted Firmware unified a bunch of stuff related to BL31 handoff parameters across platforms which involved changing a few names around. This patch syncs coreboot back up with that. They also made header changes that now allow us to directly include all the headers we need (in a safer and cleaner way than before), so we can get rid of some structure definitions that were duplicated. Since the version of entry point info parameters we have been using has been deprecated in Trusted Firmware, this patch switches to the new version 2 parameter format.
NOTE: This may or may not stop Cavium from booting with the current pinned Trusted Firmware blob. Cavium maintainers are still evaluating whether to fix that later or drop the platform entirely.
Tested on GOOGLE_KEVIN (rk3399).
Change-Id: I0ed32bce5585ce191736f0ff2e5a94a9d2b2cc28 Signed-off-by: Julius Werner jwerner@chromium.org --- M 3rdparty/arm-trusted-firmware M src/arch/arm64/bl31.c D src/arch/arm64/include/arm_tf_temp.h M src/arch/arm64/include/bl31.h M src/mainboard/google/gru/mainboard.c M src/soc/cavium/cn81xx/bl31_plat_params.c M src/soc/cavium/cn81xx/include/soc/bl31_plat_params.h M src/soc/cavium/cn81xx/soc.c M src/soc/mediatek/mt8173/Makefile.inc D src/soc/mediatek/mt8173/bl31_plat_params.c M src/soc/nvidia/tegra210/arm_tf.c M src/soc/rockchip/rk3399/Makefile.inc D src/soc/rockchip/rk3399/bl31_plat_params.c D src/soc/rockchip/rk3399/include/soc/bl31_plat_params.h 14 files changed, 101 insertions(+), 256 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/34676/7