diff --git a/RKTRUST/RV1106TOS.ini b/RKTRUST/RV1106TOS.ini index ed35f0b5..96858367 100644 --- a/RKTRUST/RV1106TOS.ini +++ b/RKTRUST/RV1106TOS.ini @@ -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 diff --git a/RKTRUST/RV1106TOS_WAKEUP.ini b/RKTRUST/RV1106TOS_WAKEUP.ini index a7382cac..70ceb864 100644 --- a/RKTRUST/RV1106TOS_WAKEUP.ini +++ b/RKTRUST/RV1106TOS_WAKEUP.ini @@ -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 diff --git a/bin/rv11/rv1106_tee_ta_v1.10.bin b/bin/rv11/rv1106_tee_ta_v1.10.bin deleted file mode 100644 index f47a1677..00000000 Binary files a/bin/rv11/rv1106_tee_ta_v1.10.bin and /dev/null differ diff --git a/bin/rv11/rv1106_tee_ta_v1.11.bin b/bin/rv11/rv1106_tee_ta_v1.11.bin new file mode 100644 index 00000000..aa84ddd1 Binary files /dev/null and b/bin/rv11/rv1106_tee_ta_v1.11.bin differ diff --git a/doc/release/RV1106_CN.md b/doc/release/RV1106_CN.md index 32f4d90e..82a94f91 100644 --- a/doc/release/RV1106_CN.md +++ b/doc/release/RV1106_CN.md @@ -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 | 重要程度 | diff --git a/doc/release/RV1106_EN.md b/doc/release/RV1106_EN.md index 4b950b5d..0984bc46 100644 --- a/doc/release/RV1106_EN.md +++ b/doc/release/RV1106_EN.md @@ -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 |