Commit Graph

413 Commits

Author SHA1 Message Date
Joseph Chen
fbf4fbccb6 rk3326: bl31: update version to v1.07
Build from ATF commit:
	6166a3 plat: px30: config soc reset.
update feature:
	b6166a3 plat: px30: config soc reset.
	0935bda plat: px30: dram: update dcf code file to V1.01

Change-Id: Icebc872c0febd084aff82294aaf5f311a10f409d
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2018-04-04 17:33:10 +08:00
Joseph Chen
4bc11a50c4 px30: bl31: update version to v1.07
Build from ATF commit:
	6166a3 plat: px30: config soc reset.
update feature:
	b6166a3 plat: px30: config soc reset.
	0935bda plat: px30: dram: update dcf code file to V1.01

Change-Id: I5e47bda9049fe29c2fcf717765d2aa4bfbc46c15
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2018-04-04 17:31:01 +08:00
Hisping Lin
6eeba06a15 px30: bl32: update version to v1.06
build from optee commit:
	59ae57  rk3326: crypto optimizes the code style

update features:
	5d06a5  rk3326: crypto fixed bug on gcm mode
	6d0e61  plat-rockchip: refine platform init sequence
	5fca8d  rk3326: crypto add sha512-224,sha512-256 and hmac-md5
	8298df  fast_smc: add a new interface for otp operation
	3adf65  libtomcrypt: modify return code when do ecc verify

Change-Id: Ica5eedc4a857f0ccb43aecb7a2531e8a394d197b
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
2018-04-03 10:56:26 +08:00
Hisping Lin
6d083f893e rk3326: bl32: update version to v1.06
build from optee commit:
	59ae57  rk3326: crypto optimizes the code style

update features:
	5d06a5  rk3326: crypto fixed bug on gcm mode
	6d0e61  plat-rockchip: refine platform init sequence
	5fca8d  rk3326: crypto add sha512-224,sha512-256 and hmac-md5
	8298df  fast_smc: add a new interface for otp operation
	3adf65  libtomcrypt: modify return code when do ecc verify

Change-Id: Icf543981da6656bbc4687781238f9b550e6eaeac
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
2018-04-03 10:55:14 +08:00
Zhaoyifeng
40f8dc2d8d px30: miniloader: update version to 1.06
Build git commit:
	821ad49: rk3326: update version to v1.06
update list:
	d929ffb: zftl: add data protect for SPOR
	c459271: zftl: add debug interfase for linux kerenl
	3d2dc46: zftl: zftl: add support micorn l05B
	98625f0: zftl: fix page map gc lost data issue

Change-Id: I8be297240fdbdff5b38838834aa9520601db44d0
Signed-off-by: Zhaoyifeng <zyf@rock-chips.com>
2018-03-29 16:29:45 +08:00
Zhaoyifeng
6dcc020493 rk3326: miniloader: update version to 1.06
Build git commit:
	821ad49: rk3326: update version to v1.06
update list:
	d929ffb: zftl: add data protect for SPOR
	c459271: zftl: add debug interfase for linux kerenl
	3d2dc46: zftl: zftl: add support micorn l05B
	98625f0: zftl: fix page map gc lost data issue

Change-Id: Ic6681a4b2d0f43f3394d380022e11c949e0e86c3
Signed-off-by: Zhaoyifeng <zyf@rock-chips.com>
2018-03-29 16:29:34 +08:00
chenfen
24f0e6a71e rk3308 : miniloader: commit first version.
form commit: f97ff205 commit rk3308 first version.

Change-Id: Ie623fd9697456e1b55a68c10a072a5054e26c5f9
Signed-off-by: chenfen <chenfen@rock-chips.com>
2018-03-29 15:36:15 +08:00
Joseph Chen
f3ec8fe21a rk3308: bl31: add initial version v1.00
This is a temporary version, build from: c1be25b

Change-Id: I76137f36669c437f8d1cbe001d49f227690ee36d
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2018-03-29 11:16:25 +08:00
XiaoDong Huang
21c08041b4 px30: bl31: update version to v1.06
Build from ATF commit:
    fe48ef3 plat: px30: add cluster idle support
update feature:
    fe48ef3 plat: px30: add cluster idle support
    101cf8d plat: px30: suspend: adjust debug information
    0a6c2d9 plat: px30: suspend: fix bugs of pmu counter setting
    a64f8f9 plat: px30: fix bugs of SLP_PLLS_DEEP option
    dff96ee plat: px30: suspend: adjust clk ungate msk
    eecf003 plat: px30: suspend: don't config pmu_peri_clk_src_gt\pmu_bus_clk_src_gt

Change-Id: Ied1c7263f49bbbcf642c1e866adbae3a86b95244
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
2018-03-22 19:16:45 +08:00
XiaoDong Huang
da5fe9322c rk3326: bl31: update version to v1.06
Build from ATF commit:
    fe48ef3 plat: px30: add cluster idle support
update feature:
    fe48ef3 plat: px30: add cluster idle support
    101cf8d plat: px30: suspend: adjust debug information
    0a6c2d9 plat: px30: suspend: fix bugs of pmu counter setting
    a64f8f9 plat: px30: fix bugs of SLP_PLLS_DEEP option
    dff96ee plat: px30: suspend: adjust clk ungate msk
    eecf003 plat: px30: suspend: don't config pmu_peri_clk_src_gt\pmu_bus_clk_src_gt

Change-Id: Id40b1ec74fd81cee6c42e1617ed87ed30e52122f
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
2018-03-22 19:16:44 +08:00
Tang Yun ping
0ac13c2fdd rk3326: update ddr init bin to v1.05
print info: print info: DDR Version 1.05 20180314
from commit:
    b5a4374 rk3326: ddr: init code update to v1.05

Change-Id: I1a7ae2213e288437acfb92b8e44f0e090e633a60
Signed-off-by: Tang Yun ping <typ@rock-chips.com>
2018-03-22 10:56:12 +08:00
Tang Yun ping
d164849a29 px30: update ddr init bin to v1.05
print info: print info: DDR Version 1.05 20180314
from commit:
	b5a4374 rk3326: ddr: init code update to v1.05

Change-Id: I110ae4c40a2ec0383cf1e5da4d7cce3ea6e731d3
Signed-off-by: Tang Yun ping <typ@rock-chips.com>
2018-03-22 10:56:12 +08:00
Hisping Lin
1bafa85a7e px30: bl32: update version to v1.05
build from optee commit:
        f48c75  pta: support rk file system

update features:
        944151  plat-rockchip: conf: add CFG_RK_RPMB_NO_DIRF_HASH
        92bcdc  plat-rockchip: increase the size of the optee os heap

Change-Id: Icbadc43f0bd5c2c0bd2840a8aa716b5a0e9ed32d
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
2018-03-20 14:30:09 +08:00
Hisping Lin
be0a909ba3 rk3326: bl32: update version to v1.05
build from optee commit:
        f48c75  pta: support rk file system

update features:
        944151  plat-rockchip: conf: add CFG_RK_RPMB_NO_DIRF_HASH
        92bcdc  plat-rockchip: increase the size of the optee os heap

Change-Id: I228fe2d11fa5aa4c4379bb404a79ac5385aa4be9
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
2018-03-20 14:25:27 +08:00
Zhang Zhijie
cc52a0cdb5 px30: bl32: update version to v1.04
build from optee commit:
	9441510 plat-rockchip: conf: add CFG_RK_RPMB_NO_DIRF_HASH

update features:
	9441510 plat-rockchip: conf: add CFG_RK_RPMB_NO_DIRF_HASH

Change-Id: Ia36a5c8de5adbfb8c46673d14652e10c4d01a0bb
Signed-off-by: Zhang Zhijie <zhangzj@rock-chips.com>
2018-03-16 18:16:10 +08:00
Zhang Zhijie
99416bd769 rk3326: bl32: update version to v1.04
build from optee commit:
	9441510 plat-rockchip: conf: add CFG_RK_RPMB_NO_DIRF_HASH

update features:
	9441510 plat-rockchip: conf: add CFG_RK_RPMB_NO_DIRF_HASH

Change-Id: Icfe98a12196315d57fe991c1d7bcbce57db47209
Signed-off-by: Zhang Zhijie <zhangzj@rock-chips.com>
2018-03-16 18:16:10 +08:00
XiaoDong Huang
4f31d4ab4e rk3326: bl31: update version to v1.05
Build from ATF commit:
    6aa5f84 plat: px30: suspend: support SLP_PLLS_DEEP option
update feature:
    6aa5f84 plat: px30: suspend: support SLP_PLLS_DEEP option
    f4b1768 plat: px30: set "suspend from uboot" as default mode
    da3e6aa plat: px30: suspend: support suspend mode config
    d3367e4 plat: px30: suspend: adjust suspend mode define
    c8c499b plat: px30: don't need to set stimer's security attribute

Change-Id: Ia0a1533d12c8125a029ffd5484c84d19e94d68ec
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
2018-03-16 17:57:43 +08:00
XiaoDong Huang
d76714c965 px30: bl31: update version to v1.05
Build from ATF commit:
    6aa5f84 plat: px30: suspend: support SLP_PLLS_DEEP option
update feature:
    6aa5f84 plat: px30: suspend: support SLP_PLLS_DEEP option
    f4b1768 plat: px30: set "suspend from uboot" as default mode
    da3e6aa plat: px30: suspend: support suspend mode config
    d3367e4 plat: px30: suspend: adjust suspend mode define
    c8c499b plat: px30: don't need to set stimer's security attribute

Change-Id: Ib5011cf664f718c75bd56d777f5ed6892f9a81fd
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
2018-03-16 17:53:42 +08:00
Hisping Lin
1a23806750 px30: bl32: update version to v1.03
build from optee commit:
        92bcdc  plat-rockchip: increase the size of the optee os heap

update features:
        17b3c4  syscall: keep mask native exception
        6a4901  rk3326: crypto support hardware hash
        7ceabb  rk3226: crypto support use otp_key

Change-Id: I4e3047de1ad1009ad39a4bb2f8b9d477779718dd
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
2018-03-14 10:04:25 +08:00
Hisping Lin
14dc4c80b4 rk3326: bl32: update version to v1.03
build from optee commit:
	92bcdc  plat-rockchip: increase the size of the optee os heap

update features:
	17b3c4  syscall: keep mask native exception
	6a4901  rk3326: crypto support hardware hash
	7ceabb  rk3226: crypto support use otp_key

Change-Id: Ic5483673c5a48234483c1db9c2d2bddbca12ff3d
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
2018-03-14 09:57:30 +08:00
Zhang Zhijie
4b030f9241 px30: bl32: update version to v1.02
build from optee commit:
	ab2228e rk3326: disable CFG_RK_HW_CRYPTO_V2

update features:
	ab2228e rk3326: disable CFG_RK_HW_CRYPTO_V2
	e9e2432 rk3326: enable CFG_OTP_SUPPORT
	d6a91e1 rk3326: add a new static TA
	f1e5d15 plat-rockchip: rk3326 add hardware crypto

Change-Id: Ic61c506e9687a328b733848cee91390b996e32e3
Signed-off-by: Zhang Zhijie <zhangzj@rock-chips.com>
2018-03-09 16:44:14 +08:00
Zhang Zhijie
6193975419 rk3326: bl32: update version to v1.02
build from optee commit:
	ab2228e rk3326: disable CFG_RK_HW_CRYPTO_V2

update features:
	ab2228e rk3326: disable CFG_RK_HW_CRYPTO_V2
	e9e2432 rk3326: enable CFG_OTP_SUPPORT
	d6a91e1 rk3326: add a new static TA
	f1e5d15 plat-rockchip: rk3326 add hardware crypto

Change-Id: Ic27cda5f7b51a84ff96e15e30bdc204132ee6f36
Signed-off-by: Zhang Zhijie <zhangzj@rock-chips.com>
2018-03-09 16:44:14 +08:00
XiaoDong Huang
8317e5d209 px30: bl31: update version to v1.04
Build from ATF commit:
    3755b82 plat: px30: dram: deliver ch.rank to PARAM_DRAM_RANK
update feature:
    3755b82 plat: px30: dram: deliver ch.rank to PARAM_DRAM_RANK
    5660b1b plat: px30: suspend: fix pvtm's freq calculation problem
    67bdd60 plat: px30: fix CRU_PMU_CLKGATE addr err
    75b3892 plat: px30: ddr add ddr scale frequency

Change-Id: I59c550f0486bcbc4db79e2dd84b4e83a2d783892
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
2018-03-09 16:06:21 +08:00
XiaoDong Huang
be0214cd7c rk3326: bl31: update version to v1.04
Build from ATF commit:
    3755b82 plat: px30: dram: deliver ch.rank to PARAM_DRAM_RANK
update feature:
    3755b82 plat: px30: dram: deliver ch.rank to PARAM_DRAM_RANK
    5660b1b plat: px30: suspend: fix pvtm's freq calculation problem
    67bdd60 plat: px30: fix CRU_PMU_CLKGATE addr err
    75b3892 plat: px30: ddr add ddr scale frequency

Change-Id: I4b30c10d65fb0b0cd6d2058b04d7785bdc3dd169
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
2018-03-09 15:55:51 +08:00
Hisping Lin
5297cdd415 rk3326: bl32: update version to v1.01
build from optee commit:
    1a63fd  rk3326: enable CFG_RK_UBOOT_STORE := y

update features:
    81a664 pta: fix bug when open file fail
    6bb66 rk3326: read non-secure otp data without ecc

Change-Id: Ifa9a036b148188d51e4f83aa57e990a02cd473ea
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
2018-03-09 09:23:21 +08:00
Hisping Lin
b2343bf4ce px30: bl32: update version to v1.01
build from optee commit:
    1a63fd  rk3326: enable CFG_RK_UBOOT_STORE := y

update features:
    81a664 pta: fix bug when open file fail
    6bb66 rk3326: read non-secure otp data without ecc

Change-Id: If5f570717e9b7e82e0ca0d23a97a8e09cb799b33
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
2018-03-09 09:20:47 +08:00
XiaoDong Huang
c88a2c32a7 rk3326: bl31: update version to v1.03
Build from ATF commit:
    7c6a86f plat: px30: rename PX30 to px30
update feature:
    7c6a86f plat: px30: rename PX30 to px30
    7352790 plat: PX30: pmu init: do remap after nonboot_cpus_off

Change-Id: I62056f8af4196f163dff0a2e026cfc416486bf9f
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
2018-03-01 12:14:36 +08:00
XiaoDong Huang
540d927fc7 px30: bl31: update version to v1.03
Build from ATF commit:
    7c6a86f plat: px30: rename PX30 to px30
update feature:
    7c6a86f plat: px30: rename PX30 to px30
    7352790 plat: PX30: pmu init: do remap after nonboot_cpus_off

Change-Id: Ia41b2ad5851185be87b427560f839399d625fc2a
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
2018-03-01 12:13:55 +08:00
chenfen
c150b31ad5 PX30: miniloader: disable some features
from commit: 800031 disable some feutures

Change-Id: Ie26712470a0dac22346338f313eeae0960251222
Signed-off-by: chenfen <chenfen@rock-chips.com>
2018-02-28 18:31:59 +08:00
XiaoDong Huang
55d8f23f5d rk3326: px30: bl31: update version to v1.02
Build from ATF commit:
    bce5955 plat: rockchip: add rk3326 support
update feature:
    1) bce5955 plat: rockchip: add rk3326 support
    2) 11d032b rockchip: pmu sram: support cpu warm boot from pmu sram

Change-Id: Ieb28e226aeca5652d9d92cb9bac2525922924642
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
2018-02-28 09:26:10 +08:00
chenfen
0871095906 rk3326: miniloader: disable some features.
form commit: 800031 disbale some features.

Change-Id: I2fe122c29a12e45273ea2469080ad6aaf7c2853e
Signed-off-by: chenfen <chenfen@rock-chips.com>
2018-02-27 17:26:35 +08:00
Joseph Chen
161e21af9b px30: add PX30 package support
Change-Id: Ieccd17302eeed06fd241314eb60cf55b84d106ee
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2018-02-27 17:01:27 +08:00
Joseph Chen
d9992da4c4 RK3326: ini: remove unused prefix path "tools/rk_tools/"
"tools/rk_tools/" is leagcy path from rkdevelop

Change-Id: I8fbfd7cfad5c09d274fef50ec6b6b49dadd84ea8
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2018-02-27 16:48:02 +08:00
Tang Yun ping
9b753bf0fe rk3326: DDR init code update to V1.03
Set cpu priority to 1
print info: DDR Version 1.03 20180211
from commit: 290289b rk3326: ddr update to v1.03

Change-Id: Ib535823ea4abd59eface6f5fa0031f4980e36a03
Signed-off-by: Tang Yun ping <typ@rock-chips.com>
2018-02-26 14:36:56 +08:00
XiaoDong Huang
7b5c6679cb rk3326: bl31: update version to v1.01
Build from ATF commit:
    c118a9b TEST-ONLY: plat: rk3326: ddr add ddr scale frequency
update feature:
    c118a9b TEST-ONLY: plat: rk3326: ddr add ddr scale frequency
    6d53cd7 plat: rockchip: add rk3326 support

Change-Id: I4de1028ecf1990225ca3eb795f0ff04dab0ee361
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
2018-02-23 15:41:55 +08:00
Joseph Chen
2163c404ed rk3326: support pack trust and loader
Change-Id: I1d788f929a905e2e54dd9677ec66a40a8ec426fb
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2018-02-11 15:45:13 +08:00
Joseph Chen
27a7fb595b tools: update resource_tool to support "--root" command
Change-Id: I313e35ac62f236864afc4761c13810eb25b7ec0a
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2018-01-27 14:13:00 +08:00
Joseph Chen
595d4ef709 tools: update boot_merger and trust_merger
both of them support "--replace" command:
./boot_merge --replace [legacy prefix path] [new prefix path] [File]
./trust_merge --replace [legacy prefix path] [new prefix path] [File]

Change-Id: Ia6a47d04324b647667ba3c813daec5c5bb43eb86
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2018-01-26 19:06:22 +08:00
Kever Yang
823f8bf485 Merge branch 'rkbin_171212' into rkbin 2017-12-12 10:56:18 +08:00
Kever Yang
224850510b tools: add tools for merge rkbin
These tools are from tool/ of Rockchip u-boot rkdevelop branch

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2017-12-12 10:52:56 +08:00
Zhaoyifeng
0c551a3041 rk3126: usbplug: add ftl to support firmware upgrade
miniloader commit:358ea2fabadbe18140202f431d1454ca1a96be37

Change-Id: Id1f9a295c51c4927644321a70e0d55e11b837802
Signed-off-by: Zhaoyifeng <zyf@rock-chips.com>
2017-12-08 16:38:30 +08:00
Joseph Chen
2ac2a19992 rk3126: tee: update version to v1.31
build from optee commit:
	cf6a4d8 arm: sm: [bugfix] save/restore fiq core registers

update features:
	fix reboot crash due to fiq data abort in OP-TEE

Change-Id: I09af898ebd74fe69f0fe9e05b2938a32ec4d8858
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2017-12-06 09:03:16 +08:00
Rimon Xu
00d9f45f34 rk3228h/rk3328: bl32: update version to 1.35
build from optee commit:
	ad4b731 SVP: Fix last commit complile error.

update feature:
	d0af79f SVP: Add an api to copy secure buffer.
	5f837e7 fix compile bug when not define CFG_OTP_SUPPORT
	0d52bd6 syscall: fixed bugs
	8e2704c syscall: add a new syscall interface.

open CFG_TA_DRM configure and delete memblock_enable 3228H

Change-Id: I7e3d8a17fcfe5c0f400daa5d7c7356ce759a6099
Signed-off-by: Rimon Xu <rimon.xu@rock-chips.com>
2017-12-01 16:10:54 +08:00
XiaoDong Huang
2a80f0e92e rk3368h: bl31: update version to v2.18
Build from ATF commit:
    cb7e1a7 plat: rk3368h: add rk3368/rk3368h monitor support
update feature:
    1) cb7e1a7 plat: rk3368h: add rk3368/rk3368h monitor support

Change-Id: I8184a554ce0f4f208a9af36ee8b798ff7267af08
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
2017-11-30 20:06:18 +08:00
Joseph Chen
b9396af266 rk3036: support merge trust.img v1.00
build from optee:
	5c621f scripts: optimize the compile script

update featues:
	8272957 plat-rockchip: add rk3036 ddr suspend support
	96831d5 plat-rockchip: add rk3036 support

Change-Id: I76b3826fdda61131158ba26ca97317207d68c2e8
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2017-11-29 10:35:08 +08:00
Rimon Xu
6ddac0112e rk322x: tee with ta: update version to 1.91
build from optee commit:
	85c621f scripts: optimize the compile script

update feature:
	02e5569 SVP: Fix last commit complile error.
	8272957 plat-rockchip: add rk3036 ddr suspend support
	81b5bc1 SVP: Add an api to copy secure buffer.
	1e04331 build_optee_os.sh: add rk3036 trust.img package

Change-Id: I35c7650427c9fbaab104e0eb7e908633db87e4e7
Signed-off-by: Rimon Xu <rimon.xu@rock-chips.com>
2017-11-29 10:30:56 +08:00
willam.wei
ffd007d05b Revert "rk3399: bl32: add rk3399_bl32_tee_ta_DRM_v1.20.bin"
This reverts commit 81ceebdf5a73e2e14facb7ad082032149f81fecd.

The latest bl32 bin has already merged the SVP functions,
so there's no need to use the macro CONFIG_MERGER_TRUSTIMAGE_DRM any more.

Change-Id: I2b87a9591e9ac1711319c155fd37df23f60cbf65
Signed-off-by: willam.wei <willam.wei@rock-chips.com>
2017-11-27 16:56:58 +08:00
Joseph Chen
b57de1fb5a rk3368: update bl31 to v1.91 for kernel 3.10.
update features:
	48e3101 plat: rk3368: disable fiq debugger when suspend

Change-Id: Ief538bb2e2f715bec274b490d8bf81646f2e4350
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2017-11-24 18:01:40 +08:00
XiaoDong Huang
2c5495c697 rk3288: tee: update version to 1.25
Build from optee commit:
    0d867b1 rk3288: suspend: only set arm_int_wkup_en and enable global_int_dis

update features:
    1) 0d867b1 rk3288: suspend: only set arm_int_wkup_en and enable global_int_dis
    2) 60b9e9a plat-rockchip: fix bugs of function "v7_flush_dcache_all"
    3) 2bc8f7b plat-rockchip: rk3288: fix only one ddr channel's bug

Change-Id: Ic88fe4b630f019ff536ce2cb33ed3800141afd22
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
2017-11-24 15:15:54 +08:00
XiaoDong Huang
5f0b8b06a0 rk3368h: bl31: update version to v2.17
Build from ATF commit:
    1ddeae4 plat: rk3368: sgrf init: idle dma before reset dma
update feature:
    1) 1ddeae4 plat: rk3368: sgrf init: idle dma before reset dma
    2) 2d7a715 plat: rk3368h: suspend: remotectl parse: initialize wakeup_state
    3) 00d1f98 rockchip: set s_el1 FIQ interrupts route to el3 only for rk3368
    4) 8130c6e rockchip: set s_el1 FIQ interrupts route to el3

Change-Id: I95717ce274f71b679550f5243448e3efde61acac
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
2017-11-23 19:55:01 +08:00