
On 5/6/22 12:18 PM, Tom Rini wrote:
On Thu, May 05, 2022 at 04:16:54PM -0400, Sean Anderson wrote:
This converts the spi load method to use spl_load. As a consequence, it
also adds support for LOAD_FIT_FULL.
Signed-off-by: Sean Anderson sean.anderson@seco.com Reviewed-by: Stefan Roese sr@denx.de
I had hoped to test this, but I can't convince the platform I was going to use to boot from SPI period (it required some odd combination of DIP switches I can't replicate anymore), so I couldn't test this afterall.
[...]
On Thu, May 05, 2022 at 04:16:51PM -0400, Sean Anderson wrote:
This converts the net load method to use spl_load. As a result, it also adds support for LOAD_FIT_FULL and IMX images.
Signed-off-by: Sean Anderson sean.anderson@seco.com Reviewed-by: Stefan Roese sr@denx.de
Given my previous hardware problems testing SPI and that for the platform I have this requires a different set of fun switches (and I _think_ technically wasn't supported, in the end on the EVM, only some production designs) I haven't tested this either.
+CC some people who've either authored a spi/net patch recently or have tested one.