9566d463b2060f03a757834885d00c0188e8dfc3
Build from OPTEE commit in develop-next branch:
667b54418 rockchip: rk3576: enable CFG_RK_VERIFY_CONFIG_IP
Update features:
667b54418 rockchip: rk3576: enable CFG_RK_VERIFY_CONFIG_IP
ce2fe15af pta: crypto_service: add rk_verify_config_ip
a8517921b rockchip: rk3576: otp: support get chip name
b7abd7394 rockchip: rk3576: soc: add fw_syssgrf_write/read and gmac0 group set
341ae501f pta: crypto_service: add user ta oem otp key cipher func
ec6f4ffed plat-rockchip: separate fw encrypt key and oem otp key
8285a003e pta: crypto_service: add firmware key cipher function
33112b291 pta: add func for check the caller is from uboot
e75002648 UPSTREAM: ta: pkcs11: Improve PIN counter handling robustness
fe8dffd27 BACKPORT: core: add fault mitigations in ree_fs_ta_open()
061121adb UPSTREAM: core: add fault mitigations in buf_ta_open()
8b443a5d1 BACKPORT: core: add fault mitigations to shdr_verify_signature*()
674df162e BACKPORT: drivers: crypto: add stubbed fault mitigation in crypto_acipher_rsassa_verify()
0573e7cdb BACKPORT: core: ltc: add fault mitigation in crypto_acipher_rsassa_verify()
9d1fe00c9 UPSTREAM: core: libmbedtls: add fault mitigation in crypto_acipher_rsassa_verify()
4d84ea7a3 BACKPORT: libmbedtls: add fault mitigation in mbedtls_rsa_rsassa_pkcs1_v15_verify()
662c67bc3 UPSTREAM: libmbedtls: add fault mitigation in mbedtls_rsa_rsassa_pss_verify_ext()
c2d4c4fcd UPSTREAM: core: add fault mitigation tests
eca7673b7 UPSTREAM: Basic fault mitigation routines
b3b4962c8 UPSTREAM: core: verify size of allocated shared memory
adc2c2e97 UPSTREAM: core: pta/bcm/elog: add missing buffer size check
aae29e6aa drivers: crypto: keytable: hmac: add algo valid check
b0eaacb57 pta: crypto_service: fix compile error when CFG_RK_KEYLAD not defined
f19dc939d pta: crypto_service: add OEM OTP KEY hmac support for user ta
7b56594b8 Fix typos in Rockchip copyright notices
f0fdffa4f kernel: print version information earlier
24ecda52d rk3576: otp: do not disable ns otp clk
a93f7e946 scripts: checkbuild: modify platform detect method
78f618adb rk3576: otp: enable ns otp clk by config scru register
29b1dbc92 core: optimize memory info log to avoid misunderstand
db0018c0b ree_fs_ta: fixed read ta_ver.db error cause by poweroff
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Change-Id: I7ab408ceee759ebbc2a721cd5c7f5b582a747842
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%