Re: [PATCH v6 031/102] x86: Adjust mrccache_get_region() to support get_mmap()

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:47 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 > Reviewed-by: Bin Meng > --- > > Changes in v6: None

[PATCH v6 031/102] x86: Adjust mrccache_get_region() to support get_mmap()

2019-12-06 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 Reviewed-by: Bin Meng --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in