rk322xh: bl31: update version to v1.40

Build from ATF commit:
    0eba775 plat: rk322xh: suspend: add pwm voltage config
update feature:
    0eba775 plat: rk322xh: suspend: add pwm voltage config
    1f45fd9 rockchip: atags: compatible old preloader without atags support
    ef42cbc plat: rockchip: support use preloader and kernel serial
    f2cbed3 console: add console_simple_init() to initial console base addr
    389a9a4 plat: rk3328: add include path of sram
    de92d92 plat: rockchip: add rk_atags support
    36d01de plat: rockchip: move DIV_ROUND_UP to plat_private.h for common use
    4f4079b plat: rk322xh: ddr: let ddr_set_rate can be called independent
    e52f4a9 rockchip: move pwm_remotectl driver to public directory
    43a2da1 rockchip: sip: allow SLT to access all memory region
    d964b6b rockchip: ddr_parameter: fix param layout description error
    b3ee1d2 rockchip_exceptions: fiq debugger support aarch32 kernel
    ca9181a rockchip_exceptions: clean up of fiq debugger
    c67c087 plat: rk322xh: fix ddr scale frequency meet vpu hardware reset bug
    4654e39 plat: rockchip: support bl32/bl33 fixup by platform
    9f2cf03 rockchip: common: make warmboot address 64 align optional
    25946b2 plat: rk322xh: limit max ddr frequency base on ddr type
    63479e8 plat: rk322xh: ddr: fix ddr4 tCCD_L set error
    65aa5ce rockchip: fix bugs of disable uart fiq
    824db84 rockchip: disable uart fiq when cpu/systerm resume
    69d9b56 bl31: execute bl32_init() dynamically
    5ab1c72 rockchip: rockchip_sip_svc: add used SIP numbers definition
    c2d3c92 rockchip: sram: add sram_printdec_align()
    a533f80 rockchip: ddr_parameter: improve param layout description
    f0d11db UPSTREAM: Add support to left-pad with zeroes in tf_printf
    7883d69 UPSTREAM: Align tf_printf implementation between AArch32 and AArch64
    11d032b rockchip: pmu sram: support cpu warm boot from pmu sram
    d3d3fe7 plat: rk322xh: do uart suspend every time system enter low power

Change-Id: Ied5db5b5fb169973ceb741716207a8476f1c1f57
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
XiaoDong Huang
2018-11-23 11:12:51 +08:00
parent 1ae81c7dce
commit 20805cdf89
3 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ MINOR=2
SEC=0
[BL31_OPTION]
SEC=1
PATH=tools/rk_tools/bin/rk33/rk322xh_bl31_v1.39.elf
PATH=tools/rk_tools/bin/rk33/rk322xh_bl31_v1.40.elf
ADDR=0x10000
[BL32_OPTION]
SEC=1

View File

@@ -5,7 +5,7 @@ MINOR=2
SEC=0
[BL31_OPTION]
SEC=1
PATH=tools/rk_tools/bin/rk33/rk322xh_bl31_v1.39.elf
PATH=tools/rk_tools/bin/rk33/rk322xh_bl31_v1.40.elf
ADDR=0x10000
[BL32_OPTION]
SEC=1