rv1106: tee: update version to v1.12

Build from OPTEE commit in develop-next branch:
    6c78a7d8c rk3506: Don't disable vccio4 IE by default
Update features:
    6c78a7d8c rk3506: Don't disable vccio4 IE by default
    4cd67e2b3 plat-rockchip: common: support soft ta encryption key
    df5cda8b5 plat-rockchip: rv1106: enable CFG_RK_USE_RESERVED_SHM
    d93e824bb core: not set dynamic shm capability if set CFG_RK_USE_RESERVED_SHM
    a6d8b2e80 plat-rockchip: rv1106: enable dynamic share memory
    d19d25819 plat-rockchip: map MEM_AREA_RAM_NSEC to MEM_AREA_IO_NSEC
    38896fc48 core: mmu_v7: Map user va range to [8M, 32M]
    2aae11a16 rockchip: atags: add BOOT1P_PARAM related define
    5a5cd5c8a rockchip: common: Add hptimer_v2 driver
    43cc0476b rv1106: otp: enable hardware lock
    4e3414cf2 rv1106: add macro check for low address
    7eeac5fbf core: rpmb: change read data to multiple times
    cb202f37a libutee: increase MPI_MEMPOOL_SIZE size
    392302b07 UPSTREAM: core: tee_entry: fix array out of bounds check in cleanup_shm_refs()

Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Change-Id: I2a29b9273edfd798331e4f4b3f6b7037a9e63eb2
This commit is contained in:
Hisping Lin
2024-09-02 15:08:01 +08:00
parent dcadf312fa
commit aa6eefafe5
6 changed files with 34 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
[COMPRESSION]
COMPRESSION=lzma
[TOS]
TOSTA=bin/rv11/rv1106_tee_ta_v1.11.bin
TOSTA=bin/rv11/rv1106_tee_ta_v1.12.bin
ADDR=0x03000000
[MCU]
MCU1=bin/rv11/rv1106_hpmcu_wrap_v1.70.bin,0xff6fe000,disabled

View File

@@ -1,7 +1,7 @@
[COMPRESSION]
COMPRESSION=lzma
[TOS]
TOSTA=bin/rv11/rv1106_tee_ta_v1.11.bin
TOSTA=bin/rv11/rv1106_tee_ta_v1.12.bin
ADDR=0x03000000
[MCU]
MCU1=bin/rv11/rv1106_hpmcu_wakeup_v1.00.bin,0x40000,okay

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,21 @@
# RV1106 Release Note
## rv1106_tee_ta_v1.12.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :---------------------- | ----------- | -------- |
| 2024-09-02 | rv1106_tee_ta_v1.12.bin | 6c78a7d8c | 重要 |
### New
1. 支持软件TA加密密钥功能客户可以不烧写密钥的情况下使用TA加密功能。
2. 使能动态共享内存,默认使用静态共享内存。
3. 支持 OTP hardware lock 功能允许安全非安全OTP同时访问。
4. rpmb添加多次读取机制。
5. 增大MPI_MEMPOOL_SIZE。
------
## rv1106_tee_ta_v1.11.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,21 @@
# RV1106 Release Note
## rv1106_tee_ta_v1.12.bin
| Date | File | Build commit | Severity |
| ---------- | :---------------------- | ------------ | --------- |
| 2024-09-02 | rv1106_tee_ta_v1.12.bin | 6c78a7d8c | important |
### New
1. Support software TA encryption key, customers can use TA encryption function without burning the key.
2. Enable dynamic shared memory, default to using reserved shared memory.
3. Support OTP hardware lock, allowing secure and non secure OTP access simultaneously.
4. RPMB change read data to multiple times.
5. Increase MPI_MEMPOOL_SIZE size.
------
## rv1106_tee_ta_v1.11.bin
| Date | File | Build commit | Severity |