Re: [U-Boot] [PATCH v5 031/101] x86: Adjust mrccache_get_region() to support get_mmap()

2019-11-26 Thread Bin Meng
On Mon, Nov 25, 2019 at 12:11 PM Simon Glass wrote: > > It is now possible to obtain the memory map for a SPI controllers instead > of having it hard-coded in the device tree. Update the code to support > this. > > Signed-off-by: Simon Glass > --- > > Changes in v5: None > Changes in v4: None > C

[U-Boot] [PATCH v5 031/101] x86: Adjust mrccache_get_region() to support get_mmap()

2019-11-24 Thread Simon Glass
It is now possible to obtain the memory map for a SPI controllers instead of having it hard-coded in the device tree. Update the code to support this. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - Use SPI mmap() instead of SPI flash