Re: [PATCH v7 16/17] x86: apl: Add FSP support

2019-12-14 Thread Bin Meng
On Mon, Dec 9, 2019 at 8:42 AM Simon Glass wrote: > > The memory and silicon init parts of the FSP need support code to work. > Add this for Apollo Lake. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v7: None > Changes in v6: > - Drop mention of devicetree for VTD f

[PATCH v7 16/17] x86: apl: Add FSP support

2019-12-08 Thread Simon Glass
The memory and silicon init parts of the FSP need support code to work. Add this for Apollo Lake. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v7: None Changes in v6: - Drop mention of devicetree for VTD feature - Drop mention of ramstage - Fix various coding style problems -