Re: [PATCH v3 5/6] sifive: fu540: Add boot flash script offset, size

2020-06-22 Thread Bin Meng
On Fri, Jun 5, 2020 at 4:41 AM Jagan Teki wrote: > > HiFive-Unleashed-A00 has SPI flash with 32MiB size. > So, let's use the script offset at the end of 4K. > This way it cannot overlap any offsets being used > by software components in flash layout. > > So, SF distrocmd will pick the script at de

[PATCH v3 5/6] sifive: fu540: Add boot flash script offset, size

2020-06-04 Thread Jagan Teki
HiFive-Unleashed-A00 has SPI flash with 32MiB size. So, let's use the script offset at the end of 4K. This way it cannot overlap any offsets being used by software components in flash layout. So, SF distrocmd will pick the script at desired script address and run. Signed-off-by: Jagan Teki --- C