Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18024
-gerrit
commit aafe517c8b43ce83a01f22f498314c8fab708d23 Author: Martin Roth martinroth@google.com Date: Mon Jan 2 19:55:11 2017 -0700
3rdparty: update arm-trusted-firmware submodule
Updated to arm-trusted-firmware TOT: 236c27d2 (Merge pull request #805 from Xilinx/zynqmp/addr_space_size) 183 commits between Sep 20, 2016 and January 10, 2017
- Also add associated change to src/soc/rockship/rk3399 Makefile.inc that is required to build the M0 Firmware.
Change-Id: I49695f3287a742cd1fb603b890d124f60788f88f Signed-off-by: Martin Roth martinroth@google.com --- 3rdparty/arm-trusted-firmware | 2 +- src/soc/rockchip/rk3399/Makefile.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/3rdparty/arm-trusted-firmware b/3rdparty/arm-trusted-firmware index bfd9251..236c27d 160000 --- a/3rdparty/arm-trusted-firmware +++ b/3rdparty/arm-trusted-firmware @@ -1 +1 @@ -Subproject commit bfd925139fdbc2e87979849907b34843aa326994 +Subproject commit 236c27d21f52ad8f0a998e54774e3d8a4b59129d diff --git a/src/soc/rockchip/rk3399/Makefile.inc b/src/soc/rockchip/rk3399/Makefile.inc index ceec7bc..8448ff2 100644 --- a/src/soc/rockchip/rk3399/Makefile.inc +++ b/src/soc/rockchip/rk3399/Makefile.inc @@ -76,7 +76,7 @@ ramstage-$(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) += ../common/vop.c ramstage-y += usb.c
ramstage-y += bl31_plat_params.c -BL31_MAKEARGS += PLAT=rk3399 +BL31_MAKEARGS += PLAT=rk3399 M0_CROSS_COMPILE="$(CROSS_COMPILE_arm)" ################################################################################
CPPFLAGS_common += -Isrc/soc/rockchip/rk3399/include