diff --git a/RKTRUST/RK3528TRUST.ini b/RKTRUST/RK3528TRUST.ini index a32df131..dc6b7849 100644 --- a/RKTRUST/RK3528TRUST.ini +++ b/RKTRUST/RK3528TRUST.ini @@ -9,7 +9,7 @@ PATH=bin/rk35/rk3528_bl31_v1.17.elf ADDR=0x00040000 [BL32_OPTION] SEC=1 -PATH=bin/rk35/rk3528_bl32_v1.05.bin +PATH=bin/rk35/rk3528_bl32_v1.06.bin ADDR=0x08400000 [BL33_OPTION] SEC=0 diff --git a/bin/rk35/rk3528_bl32_v1.05.bin b/bin/rk35/rk3528_bl32_v1.06.bin similarity index 50% rename from bin/rk35/rk3528_bl32_v1.05.bin rename to bin/rk35/rk3528_bl32_v1.06.bin index d8aafd83..97b48705 100644 Binary files a/bin/rk35/rk3528_bl32_v1.05.bin and b/bin/rk35/rk3528_bl32_v1.06.bin differ diff --git a/doc/release/RK3528_CN.md b/doc/release/RK3528_CN.md index d29b1793..4c2f38a9 100644 --- a/doc/release/RK3528_CN.md +++ b/doc/release/RK3528_CN.md @@ -1,5 +1,25 @@ # RK3528 Release Note +## rk3528_bl32_v1.06.bin + +| 时间 | 文件 | 编译 commit | 重要程度 | +| ---------- | :-------------------- | ----------- | -------- | +| 2024-10-31 | rk3528_bl32_v1.06.bin | 9f2aca7d1 | 重要 | + +### New + +1. 新增支持esck key功能。 + +### Fixed + +| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 | +| ----- | -------- | -------------------------------------- | ----------------------------------------------- | -------- | +| 1 | 重要 | 变更强弱安全前判断rpmb key是否已经注入 | 由弱安全升级到强安全可能出现rpmb key校验失败 | - | +| 2 | 重要 | 修正RSA OAEP MGF1算法 | TA在使用RSA算法OAEP MGF1填充方式会报错 | - | +| 3 | 重要 | 修正secure boot是否使能判断条件 | 在硬件不稳定情况下可能错误认为开启了secure boot | - | + +------ + ## rk3528_bl32_v1.05.bin | 时间 | 文件 | 编译 commit | 重要程度 | diff --git a/doc/release/RK3528_EN.md b/doc/release/RK3528_EN.md index c0a5a5ef..bed9d1e4 100644 --- a/doc/release/RK3528_EN.md +++ b/doc/release/RK3528_EN.md @@ -1,5 +1,25 @@ # RK3528 Release Note +## rk3528_bl32_v1.06.bin + +| Date | File | Build commit | Severity | +| ---------- | :-------------------- | ------------ | --------- | +| 2024-10-31 | rk3528_bl32_v1.06.bin | 9f2aca7d1 | important | + +### New + +1. Add support for esck key. + +### Fixed + +| Index | Severity | Update | Issue description | Issue source | +| ----- | --------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------ | +| 1 | important | check whether the rpmb key has been burned before changing security level | upgrading from weak security level to strong security level may result in rpmb key verification failure | - | +| 2 | important | fixed RSA OAEP MGF1 algorithm | TA will report an error when using RSA algorithm OAEP MGF1 padding method | - | +| 3 | important | fixed condition of whether secure boot is enabled | Under unstable hardware conditions, it may be mistakenly believed that secure boot is enabled | - | + +------ + ## rk3528_bl32_v1.05.bin | Date | File | Build commit | Severity |