Re: [PATCH v2 2/2] rockchip: rock-pi-4-rk3399: enable booting from SPI flash

2024-03-22 Thread Christopher Obbard
Hi Jonas, On Mon, 2024-03-18 at 11:37 +0100, Jonas Karlman wrote: > Hi Christopher, > > On 2024-03-15 13:01, Christopher Obbard wrote: > > Some variants of the ROCK Pi 4 series have an SPI flash chip populated > > which can be booted from. This patch enables support in U-Boot for > > building

Re: [PATCH v2 2/2] rockchip: rock-pi-4-rk3399: enable booting from SPI flash

2024-03-18 Thread Jonas Karlman
Hi Christopher, On 2024-03-15 13:01, Christopher Obbard wrote: > Some variants of the ROCK Pi 4 series have an SPI flash chip populated > which can be booted from. This patch enables support in U-Boot for > building the image for the SPI flash, support for booting U-Boot from the > SPI flash chip

[PATCH v2 2/2] rockchip: rock-pi-4-rk3399: enable booting from SPI flash

2024-03-15 Thread Christopher Obbard
Some variants of the ROCK Pi 4 series have an SPI flash chip populated which can be booted from. This patch enables support in U-Boot for building the image for the SPI flash, support for booting U-Boot from the SPI flash chip and support in U-Boot for accessing the SPI flash using `sf` commands.