Re: [PATCH v6 035/102] x86: Add mrccache support for a 'variable' cache

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:48 PM Simon Glass wrote: > > Add support for a second cache type, for Apollo Lake. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: > - apollolake -> Apollo Lake > > Changes in v3: > - Move the

[PATCH v6 035/102] x86: Add mrccache support for a 'variable' cache

2019-12-06 Thread Simon Glass
Add support for a second cache type, for Apollo Lake. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v6: None Changes in v5: None Changes in v4: - apollolake -> Apollo Lake Changes in v3: - Move the mrccache_get_region() change into this patch Changes in v2: None