Re: [PATCH 3/8] sunxi: SPL SPI: allow multiple boot attempt

2023-01-14 Thread Icenowy Zheng
于 2023年1月15日 GMT+08:00 上午3:56:08, Samuel Holland 写到: >On 10/13/22 22:05, Icenowy Zheng wrote: >> As we're going to add support for SPI NAND to this code, add code that >> allows multiple boot attempts with different load offsets and functions. >> >> To keep compatibility with loading raw binar

Re: [PATCH 3/8] sunxi: SPL SPI: allow multiple boot attempt

2023-01-14 Thread Samuel Holland
On 10/13/22 22:05, Icenowy Zheng wrote: > As we're going to add support for SPI NAND to this code, add code that > allows multiple boot attempts with different load offsets and functions. > > To keep compatibility with loading raw binary on SPI NOR, a bool > parameter is used to allow booting with

[PATCH 3/8] sunxi: SPL SPI: allow multiple boot attempt

2022-10-13 Thread Icenowy Zheng
As we're going to add support for SPI NAND to this code, add code that allows multiple boot attempts with different load offsets and functions. To keep compatibility with loading raw binary on SPI NOR, a bool parameter is used to allow booting without valid magic number when booting with SPI NOR.