- rk3588: bl31 v1.37, ddr v1.10 - rk3568: bl31 v1.38, ddr v1.16 Signed-off-by: hmz007 <hmz007@gmail.com>master
parent
edcbdfa2cf
commit
ce2108ef05
@ -0,0 +1,26 @@
|
||||
[CHIP_NAME]
|
||||
NAME=RK3562
|
||||
[VERSION]
|
||||
MAJOR=1
|
||||
MINOR=4
|
||||
[CODE471_OPTION]
|
||||
NUM=1
|
||||
Path1=bin/rk35/rk3562_ddr_1332MHz_v1.04.bin
|
||||
Sleep=1
|
||||
[CODE472_OPTION]
|
||||
NUM=1
|
||||
Path1=bin/rk35/rk3562_usbplug_v1.03.bin
|
||||
[LOADER_OPTION]
|
||||
NUM=2
|
||||
LOADER1=FlashData
|
||||
LOADER2=FlashBoot
|
||||
FlashData=bin/rk35/rk3562_ddr_1332MHz_v1.04.bin
|
||||
FlashBoot=bin/rk35/rk3562_spl_v1.03.bin
|
||||
[OUTPUT]
|
||||
PATH=rk3562_spl_loader_v1.04.103.bin
|
||||
[SYSTEM]
|
||||
NEWIDB=true
|
||||
[FLAG]
|
||||
471_RC4_OFF=true
|
||||
RC4_OFF=true
|
||||
CREATE_IDB=true
|
@ -0,0 +1,19 @@
|
||||
[VERSION]
|
||||
MAJOR=1
|
||||
MINOR=0
|
||||
[BL30_OPTION]
|
||||
SEC=0
|
||||
[BL31_OPTION]
|
||||
SEC=1
|
||||
PATH=bin/rk35/rk3562_bl31_v1.12.elf
|
||||
ADDR=0x00040000
|
||||
[BL32_OPTION]
|
||||
SEC=1
|
||||
PATH=bin/rk35/rk3562_bl32_v1.00.bin
|
||||
ADDR=0x08400000
|
||||
[BL33_OPTION]
|
||||
SEC=0
|
||||
[MCU]
|
||||
MCU=bin/rk35/rk3562_mcu_v1.00.bin,0x08200000,disabled
|
||||
[OUTPUT]
|
||||
PATH=trust.img
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,148 @@
|
||||
# RK3562 Release Note
|
||||
|
||||
## rk3562_bl31_v1.12.elf
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :-------------------- | ------------ | --------- |
|
||||
| 2023-03-15 | rk3562_bl31_v1.12.elf | 3376a679b | important |
|
||||
|
||||
### New
|
||||
|
||||
1. Implement autocs suspend and resume.
|
||||
2. Update dcf code to v1.01.
|
||||
|
||||
------
|
||||
## rk3562_bl31_v1.11.elf
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :-------------------- | ------------ | --------- |
|
||||
| 2023-03-10 | rk3562_bl31_v1.11.elf | 75d01ff66 | important |
|
||||
|
||||
### New
|
||||
|
||||
1. Improve suspend/resume stability.
|
||||
|
||||
------
|
||||
## rk3562_bl31_v1.10.elf
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :-------------------- | ------------ | --------- |
|
||||
| 2023-03-10 | rk3562_bl31_v1.10.elf | 8db141d32 | important |
|
||||
|
||||
### New
|
||||
|
||||
1. Add autocs support for core.
|
||||
2. Improve rkrng output.
|
||||
|
||||
------
|
||||
## rk3562_usbplug_v1.03.bin
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :----------------------- | ----------- | -------- |
|
||||
| 2023-03-09 | rk3562_usbplug_v1.03.bin | a2a8c6bbac | important |
|
||||
|
||||
### New
|
||||
|
||||
1. First release version.
|
||||
|
||||
------
|
||||
|
||||
## rk3562_bl31_v1.09.elf
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :-------------------- | ------------ | --------- |
|
||||
| 2023-03-08 | rk3562_bl31_v1.09.elf | 6a1e56879 | important |
|
||||
|
||||
### New
|
||||
|
||||
1. Add support to change pvtpll length according to otp and opp flag .
|
||||
|
||||
------
|
||||
## rk3562_spl_v1.03.bin
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :-------------------- | ----------- | -------- |
|
||||
| 2023-03-06 | rk3562_spl_v1.03.bin | 7ff748e19 | important |
|
||||
|
||||
### New
|
||||
|
||||
1. First release version.
|
||||
|
||||
------
|
||||
|
||||
## rk3562_bl31_v1.08.elf
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :-------------------- | ------------ | --------- |
|
||||
| 2023-02-27 | rk3562_bl31_v1.08.elf | 1f6088dc0 | important |
|
||||
|
||||
### New
|
||||
|
||||
1. Change clock to normal pll when supend and reset.
|
||||
|
||||
------
|
||||
## rk3562_bl31_v1.07.elf
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :-------------------- | ------------ | --------- |
|
||||
| 2023-02-22 | rk3562_bl31_v1.07.elf | 4d4f21db2 | important |
|
||||
|
||||
### New
|
||||
|
||||
1. Support vdd_logic off in the system suspend.
|
||||
|
||||
------
|
||||
|
||||
## rk3562_ddr_{1560...324}MHz_v1.04.bin
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :-------------------------------- | ---------------------------------------------- | -------- |
|
||||
| 2023-02-14 | rk3562_ddr_{1560...324}MHz_v1.04.bin | bae1baa081 | important |
|
||||
|
||||
### Fixed
|
||||
|
||||
| Index | Severity | Update | Issue description | Issue source |
|
||||
| ----- | --------- | --------------------------------------- | ------------------------------------------------------------ | ------------ |
|
||||
| 1 | moderate | fix bug of uart print can't be disabled | uart print can't be disabled by ddrbin_tool | - |
|
||||
| 2 | important | update OS_REG rules | OS_REG0 may reset by reboot with NPOR, It lead to reboot maskrom failure. Use OS_REG8 replace OS_REG0 to fix this bug. | - |
|
||||
|
||||
------
|
||||
|
||||
## rk3562_bl31_v1.06.elf
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :-------------------- | ------------ | --------- |
|
||||
| 2023-02-09 | rk3562_bl31_v1.06.elf | de0f55c9c | important |
|
||||
|
||||
### New
|
||||
|
||||
1. Add crypto rng and klad clocks support.
|
||||
2. Adjust pvtpll table for npu 800MHz and 900MHz.
|
||||
3. Add dmc code.
|
||||
|
||||
------
|
||||
|
||||
## rk3562_{ddr,spl,usbplug}_v1.x.bin
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :-------------------------------- | ---------------------------------------------- | -------- |
|
||||
| 2023-02-03 | rk3562_{ddr,spl,usbplug}_v1.x.bin | ddr:4d38eafc48#spl:ec5f0a7c43#usbplug:3ed34f88 | important |
|
||||
|
||||
### New
|
||||
|
||||
1. Initial version.
|
||||
|
||||
------
|
||||
|
||||
## rk3562_{bl31,bl32,mcu}_v1.x.bin
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :------------------------------ | -------------------------------- | -------- |
|
||||
| 2023-02-03 | rk3562_{bl31,bl32,mcu}_v1.x.bin | bl31:none#bl32:512740e0#mcu:none | important |
|
||||
|
||||
### New
|
||||
|
||||
1. Initial version.
|
||||
|
||||
------
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue