rv1106: tee: update version to v1.11
Build from OPTEE commit in develop-next branch:
185dc3c92 pta: crypto_service: optimization parameter check
Update features:
185dc3c92 pta: crypto_service: optimization parameter check
22c240efc pta: rockchip: rk_os_service: add parameter checking for trng
89b616c96 pta: uboot_storedata_otp: optimization parameter check
bde521b1e pta: uboot_storedata_efuse: optimization parameter check
8631500dc pta: uboot_storedata: optimization parameter check
819ac530d plat-rockchip: uart: set max timeout 5.6ms wait for uart busy
c2e6f9b66 drivers: hal_crypto: skip hash/tag valid check for V4
6d56b8ea5 pta: rockchip: enhanced parameter checking for R&W OTP
967d63292 pta: uboot_storedata_otp: optimize otp write function
7060bdbdb plat-rockchip: pstore: fix the error that rb->start is too big
ee7e1e84e core: ree_fs_open(): close dirfile on error
540ade275 core: arm: print tee memory usage
53b92eefa drivers: hal_crypto: modify print level for crypto version
a5847983c plat-rockchip: enable CFG_RK_OEM_ENCRYPT_DATA
a5be984aa pta: uboot_storedata_otp: support RW oem encrypt data
9b4140743 plat-rockchip: define OEM_ENCRYPT_DATA offset and size
c0f517747 drivers: hal_crypto: Fix the calculation error when the address exceeds 32bit
62aa10b78 kernel: link.mk: modify fwver print
322d721f4 rockchip: atags: Fix last valid tag be damaged when override tag
f41b05870 scripts: commit_bin.sh: support build with fwver
118a16b23 rockchip: support specify fwver during compilation
001a84604 rockchip: atags: add fwver tag support
d8a792882 core: arm: remove CFG_R1_NS_ENTRY_ADDR
b026c133f scripts: commit_bin.sh: print RKBIN_PLATFORM
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Change-Id: I3fcda410ffda239b889ba8cb5f5356edbb9a0f2b
This commit is contained in:
committed by
Jianhong Chen
parent
8fa029c693
commit
41aef793fe
@@ -1,7 +1,7 @@
|
||||
[COMPRESSION]
|
||||
COMPRESSION=lzma
|
||||
[TOS]
|
||||
TOSTA=bin/rv11/rv1106_tee_ta_v1.10.bin
|
||||
TOSTA=bin/rv11/rv1106_tee_ta_v1.11.bin
|
||||
ADDR=0x03000000
|
||||
[MCU]
|
||||
MCU1=bin/rv11/rv1106_hpmcu_wrap_v1.70.bin,0xff6fe000,disabled
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[COMPRESSION]
|
||||
COMPRESSION=lzma
|
||||
[TOS]
|
||||
TOSTA=bin/rv11/rv1106_tee_ta_v1.10.bin
|
||||
TOSTA=bin/rv11/rv1106_tee_ta_v1.11.bin
|
||||
ADDR=0x03000000
|
||||
[MCU]
|
||||
MCU1=bin/rv11/rv1106_hpmcu_wakeup_v1.00.bin,0x40000,okay
|
||||
|
||||
Binary file not shown.
BIN
bin/rv11/rv1106_tee_ta_v1.11.bin
Normal file
BIN
bin/rv11/rv1106_tee_ta_v1.11.bin
Normal file
Binary file not shown.
@@ -1,5 +1,20 @@
|
||||
# RV1106 Release Note
|
||||
|
||||
## rv1106_tee_ta_v1.11.bin
|
||||
|
||||
| 时间 | 文件 | 编译 commit | 重要程度 |
|
||||
| ---------- | :---------------------- | ----------- | -------- |
|
||||
| 2024-04-16 | rv1106_tee_ta_v1.11.bin | 185dc3c92 | 重要 |
|
||||
|
||||
### New
|
||||
|
||||
1. 增加输入参数检查,增加安全性。
|
||||
2. 支持打印 TEE 内存占用信息。
|
||||
3. 硬件 crypto 支持4G以上地址。
|
||||
4. 支持打印 FWVER 信息。
|
||||
|
||||
------
|
||||
|
||||
## rv1106_hpmcu_wrap_v1.70.bin
|
||||
|
||||
| 时间 | 文件 | 编译 commit | 重要程度 |
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# RV1106 Release Note
|
||||
|
||||
## rv1106_tee_ta_v1.11.bin
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :---------------------- | ------------ | --------- |
|
||||
| 2024-04-16 | rv1106_tee_ta_v1.11.bin | 185dc3c92 | important |
|
||||
|
||||
### New
|
||||
|
||||
1. Optimization parameter check to enhance security.
|
||||
2. Support printing TEE memory usage information.
|
||||
3. Hardware crypto supports addresses exceeding 4G.
|
||||
4. Support printing FWVER information.
|
||||
|
||||
------
|
||||
|
||||
## rv1106_hpmcu_wrap_v1.70.bin
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
|
||||
Reference in New Issue
Block a user