20805cdf89ea595fe0adb8422cb1726bcacae14b
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 file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Rockchip loader binaries naming rule 总则: 不管单个模块,还是合并后的loader,命名都采用 [chip]_[module]_[feature]_[version].[postfix] chip: 芯片或芯片系列名称, 必选项, 与所有kernel/uboot driver中的名称保持一致, 具体命名方式不在此讨论, 小写 module: 模块名称, 必选项, 如loader, ddr, miniloader,usbplug,bl3x,tee,tee_ta,小写 feature: 模块特征, 可选项, 可多个, 如ddr使用的频率, 或者只支持某个特定的ddr, miniloader的特别选项等, 小写 version: 版本信息, 必选项, 格式采用[v1.00,], 正式发布之前为0.xx, 正式发布后为1.00以后,小写 postfix: 后缀名, 必选项, 代码编译出来的默认为.bin, 也有可能为.elf, 合并后为.img,小写 连接符号采用下划线“_” 例如: ddr模块提供的文件 rk3228_ddr3_800MHz_v1.06.bin 特殊规则: 1. 合并后的loader命名: loader: 由ddrbin, usbplug, miniloader合并而成可用于Windows RK升级工具使用的loader; ubootloader: 由ddrbin, usbplug, U-Boot合并而成可用于Windows RK升级工具使用的loader; idbloader: 由ddrbin, 一级loader(miniloader或uboot)按IDB格式合并直接用于烧写到IDB区的binary; 注: miniloader的命名, 仅表示miniloader工程编译输出的bin, 不再延续到合并后的loader中使用; 2. 合并后的loader的version定义: vx.yy.zzz v: version的意思,一直采用这个字符,小写 x.yy: ddr所提供文件的版本号,小写 zzz: [1]是miniloader所提供文件的版本号,去掉点号的,小写 [2]uboot提供的版本号 3. 命名小写会引起歧义的,就用大写 如ddr的GB,不能写成gb 举例: 合并好的loader命名: rk3328_loader_v1.03.106.bin 其中的1.03是ddr的版本号v1.03 106是miniloader的版本号v1.06去掉点号的
Languages
Python
74.2%
Shell
25.8%