diff --git a/RKTRUST/RK3562TRUST.ini b/RKTRUST/RK3562TRUST.ini index 13a56202..7dbe3026 100644 --- a/RKTRUST/RK3562TRUST.ini +++ b/RKTRUST/RK3562TRUST.ini @@ -9,7 +9,7 @@ PATH=bin/rk35/rk3562_bl31_v1.13.elf ADDR=0x00040000 [BL32_OPTION] SEC=1 -PATH=bin/rk35/rk3562_bl32_v1.00.bin +PATH=bin/rk35/rk3562_bl32_v1.01.bin ADDR=0x08400000 [BL33_OPTION] SEC=0 diff --git a/bin/rk35/rk3562_bl32_v1.00.bin b/bin/rk35/rk3562_bl32_v1.00.bin deleted file mode 100644 index abbd2a40..00000000 Binary files a/bin/rk35/rk3562_bl32_v1.00.bin and /dev/null differ diff --git a/bin/rk35/rk3562_bl32_v1.01.bin b/bin/rk35/rk3562_bl32_v1.01.bin new file mode 100644 index 00000000..9f630e10 Binary files /dev/null and b/bin/rk35/rk3562_bl32_v1.01.bin differ diff --git a/doc/release/RK3562_CN.md b/doc/release/RK3562_CN.md index 2ec386e3..87f7c5c0 100644 --- a/doc/release/RK3562_CN.md +++ b/doc/release/RK3562_CN.md @@ -1,5 +1,23 @@ # RK3562 Release Note +## rk3562_bl32_v1.01.bin + +| 时间 | 文件 | 编译 commit | 重要程度 | +| ---------- | :-------------------- | ----------- | -------- | +| 2023-04-12 | rk3562_bl32_v1.01.bin | c73fd5531 | 重要 | + +### New + +1. 增加crypto/trng/keylad模块支持。 + +### Fixed + +| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 | +| ----- | -------- | -------- | --------------------------------------- | -------- | +| 1 | 重要 | 解决CtsDevicePolicyManagerTestCases测试失败 | CtsDevicePolicyManagerTestCases测试失败问题 | 406081 | + +------ + ## rk3562_bl31_v1.13.elf | 时间 | 文件 | 编译 commit | 重要程度 | diff --git a/doc/release/RK3562_EN.md b/doc/release/RK3562_EN.md index 1454fb69..b00f3542 100644 --- a/doc/release/RK3562_EN.md +++ b/doc/release/RK3562_EN.md @@ -1,5 +1,23 @@ # RK3562 Release Note +## rk3562_bl32_v1.01.bin + +| Date | File | Build commit | Severity | +| ---------- | :-------------------- | ------------ | --------- | +| 2023-04-12 | rk3562_bl32_v1.01.bin | c73fd5531 | important | + +### New + +1. Added crypto/trng/keylad module support. + +### Fixed + +| Index | Severity | Update | Issue description | Issue source | +| ----- | --------- | ------------------------------------------------------------ | -------------------------------------------- | ------------ | +| 1 | important | Repair the CtsDevicePolicyManagerTestCases test failure problem | CtsDevicePolicyManagerTestCases test failure | 406081 | + +------ + ## rk3562_bl31_v1.13.elf | Date | File | Build commit | Severity |