Re: [PATCH v2] riscv: Add support for SPI on Kendryte K210

2020-12-29 Thread Rick Chen
> This enables configs necessary for using SPI. The environment is saved to > the very end of SPI flash. This is unlikely to be overwritten unless the > entire flash is reprogrammed. > > This also supplies a default bootcommand. It loads an image and device tree > from the first partition of the MM

Re: [PATCH v2] riscv: Add support for SPI on Kendryte K210

2020-12-23 Thread Christopher Obbard
Hi Sean, everything looks good! On Tue, 22 Dec 2020 at 23:58, Sean Anderson wrote: > > This enables configs necessary for using SPI. The environment is saved to > the very end of SPI flash. This is unlikely to be overwritten unless the > entire flash is reprogrammed. > > This also supplies a def

[PATCH v2] riscv: Add support for SPI on Kendryte K210

2020-12-22 Thread Sean Anderson
This enables configs necessary for using SPI. The environment is saved to the very end of SPI flash. This is unlikely to be overwritten unless the entire flash is reprogrammed. This also supplies a default bootcommand. It loads an image and device tree from the first partition of the MMC. This is