Re: [PATCH 0/8] SUNIV SPI NAND support in SPL

2024-04-10 Thread John Watts
Hello, I've used this code extensively, incorporated it in to an RFC branch of mine during development and reviewed it in the process. John. Reviewed-by: John Watts Tested-by: John Watts On Fri, Oct 14, 2022 at 11:05:12AM +0800, Icenowy Zheng wrote: > This patchset tries to extend SPI-based b

Re: [PATCH 0/8] SUNIV SPI NAND support in SPL

2023-06-17 Thread Sam Edwards
Hi again Icenowy, On 6/6/23 17:09, Sam Edwards wrote: Still, I believe it's sensible that, when we know for sure we're coming from SPI-NAND (because it's a newer sunxi that reports 0x04, or we know from the suniv stack-checking hack), we should call that its own SPL load method, which does not

Re: [PATCH 0/8] SUNIV SPI NAND support in SPL

2023-06-06 Thread Sam Edwards
On 6/6/23 00:39, Icenowy Zheng wrote: Well it depends on whether all SoCs differienate between SPI NOR and SPI NAND. Allwinner chips that (have datasheets saying they) support boot from SPI-NAND seem quite few and far between, but I've learned that the answer is "not all": the V3s, at leas

Re: [PATCH 0/8] SUNIV SPI NAND support in SPL

2023-06-05 Thread Icenowy Zheng
在 2023-06-05星期一的 15:03 -0600,Sam Edwards写道: > Hey hey Icenowy, > > On 10/13/22 21:05, Icenowy Zheng wrote: > > This patchset tries to extend SPI-based boot code in sunxi SPL to > > support SPI NAND, following the same principle with current SPI NOR > > code > > (mimicking the behavior of sunxi BRO

Re: [PATCH 0/8] SUNIV SPI NAND support in SPL

2023-06-05 Thread Sam Edwards
Hey hey Icenowy, On 10/13/22 21:05, Icenowy Zheng wrote: This patchset tries to extend SPI-based boot code in sunxi SPL to support SPI NAND, following the same principle with current SPI NOR code (mimicking the behavior of sunxi BROM). Thank you for your work on this patchset; it works great o