commit | e4b50e0ecebfa28728961b1164cf825ddcfb9f78 | [log] [tgz] |
---|---|---|
author | Jonas Karlman <jonas@kwiboo.se> | Sat Feb 17 00:22:39 2024 +0000 |
committer | Kever Yang <kever.yang@rock-chips.com> | Thu Mar 14 11:40:48 2024 +0800 |
tree | 7d3370e1ebece6f2b4d48dae38b6d67e24b3d49a | |
parent | 4d311c9c1911d9d972ff7df9685bbabb11dda82a [diff] |
rockchip: rk3328: Add support to build bootable SPI image Similar to RK35xx the BootRom in RK3328 can read all data and look for idbloader at 0x8000, same as it does for SD and eMMC. Use the rksd format and modify the mkimage offset to generate a bootable u-boot-rockchip-spi.bin that can be written to 0x0 of SPI NOR flash. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>