diff --git a/RKTRUST/RK3358TRUST.ini b/RKTRUST/RK3358TRUST.ini index d90739eb..3d6f5222 100644 --- a/RKTRUST/RK3358TRUST.ini +++ b/RKTRUST/RK3358TRUST.ini @@ -9,7 +9,7 @@ PATH=bin/rk33/rk3358_bl31_v1.32.elf ADDR=0x00040000 [BL32_OPTION] SEC=1 -PATH=bin/rk33/rk3358_bl32_v2.09.bin +PATH=bin/rk33/rk3358_bl32_v2.10.bin ADDR=0x08400000 [BL33_OPTION] SEC=0 diff --git a/bin/rk33/rk3358_bl32_v2.09.bin b/bin/rk33/rk3358_bl32_v2.10.bin similarity index 54% rename from bin/rk33/rk3358_bl32_v2.09.bin rename to bin/rk33/rk3358_bl32_v2.10.bin index 53276288..3effa740 100644 Binary files a/bin/rk33/rk3358_bl32_v2.09.bin and b/bin/rk33/rk3358_bl32_v2.10.bin differ diff --git a/doc/release/RK3358_CN.md b/doc/release/RK3358_CN.md index e68caaac..87d25bed 100644 --- a/doc/release/RK3358_CN.md +++ b/doc/release/RK3358_CN.md @@ -1,5 +1,20 @@ # RK3358 Release Note +## rk3358_bl32_v2.10.bin + +| 时间 | 文件 | 编译 commit | 重要程度 | +| ---------- | :-------------------- | ----------- | -------- | +| 2024-10-31 | rk3358_bl32_v2.10.bin | 9f2aca7d1 | 重要 | + +### Fixed + +| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 | +| ----- | -------- | ------------------------------- | ----------------------------------------------- | -------- | +| 1 | 重要 | 修正RSA OAEP MGF1算法 | TA在使用RSA算法OAEP MGF1填充方式会报错 | - | +| 2 | 重要 | 修正secure boot是否使能判断条件 | 在硬件不稳定情况下可能错误认为开启了secure boot | - | + +------ + ## rk3358_bl32_v2.09.bin | 时间 | 文件 | 编译 commit | 重要程度 | diff --git a/doc/release/RK3358_EN.md b/doc/release/RK3358_EN.md index 59f25f29..b5916884 100644 --- a/doc/release/RK3358_EN.md +++ b/doc/release/RK3358_EN.md @@ -1,5 +1,20 @@ # RK3358 Release Note +## rk3358_bl32_v2.10.bin + +| Date | File | Build commit | Severity | +| ---------- | :-------------------- | ------------ | --------- | +| 2024-10-31 | rk3358_bl32_v2.10.bin | 9f2aca7d1 | important | + +### Fixed + +| Index | Severity | Update | Issue description | Issue source | +| ----- | --------- | ------------------------------------------------- | ------------------------------------------------------------ | ------------ | +| 1 | important | fixed RSA OAEP MGF1 algorithm | TA will report an error when using RSA algorithm OAEP MGF1 padding method | - | +| 2 | important | fixed condition of whether secure boot is enabled | Under unstable hardware conditions, it may be mistakenly believed that secure boot is enabled | - | + +------ + ## rk3358_bl32_v2.09.bin | Date | File | Build commit | Severity |