Hello 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/+/34677
to look at the new patch set (#2).
Change subject: arm64: Rename arm_tf.c/h to bl31.c/h ......................................................................
arm64: Rename arm_tf.c/h to bl31.c/h
This patch renames arm_tf.c and arm_tf.h to bl31.c and bl31.h, respectively. That name is closer to the terminology used in most functions related to Trusted Firmware, and it removes the annoying auto-completion clash between arm64/arm_tf.c and arm64/armv8.
Change-Id: I2741e2bce9d079b1025f82ecb3bb78a02fe39ed5 Signed-off-by: Julius Werner jwerner@chromium.org --- M src/arch/arm64/Makefile.inc R src/arch/arm64/bl31.c M src/arch/arm64/boot.c R src/arch/arm64/include/bl31.h M src/soc/cavium/cn81xx/bl31_plat_params.c M src/soc/mediatek/mt8173/bl31_plat_params.c M src/soc/nvidia/tegra210/arm_tf.c M src/soc/rockchip/rk3399/bl31_plat_params.c 8 files changed, 13 insertions(+), 13 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/34677/2