Re: [PATCH v6 039/102] x86: Set up the MTRR for SDRAM

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:48 PM Simon Glass wrote: > > Set up MTRRs for the FSP SDRAM regions to improve performance. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v6: None > Changes in v5: > - Fix FST typo > > Changes in v4: None > Changes in v3: > - Move mtrr_add_

[PATCH v6 039/102] x86: Set up the MTRR for SDRAM

2019-12-06 Thread Simon Glass
Set up MTRRs for the FSP SDRAM regions to improve performance. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v6: None Changes in v5: - Fix FST typo Changes in v4: None Changes in v3: - Move mtrr_add_request() call into this patch Changes in v2: None arch/x86/lib/fsp/fsp_dr