[U-Boot] [PATCH v3 067/108] x86: Update .dtsi file for FSP2

2019-10-20 Thread Simon Glass
Include the IFWI section and the FSP-M binary. The FSP-T binary is not currently used, as CAR is set up manually. Also drop the FSP binary as this relates only to FSP1. Signed-off-by: Simon Glass --- Changes in v3: - Add FSP-S and VBT also Changes in v2: None arch/x86/dts/u-boot.dtsi | 35 ++

Re: [U-Boot] [PATCH v3 067/108] x86: Update .dtsi file for FSP2

2019-11-19 Thread Bin Meng
On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > Include the IFWI section and the FSP-M binary. The FSP-T binary is not > currently used, as CAR is set up manually. > > Also drop the FSP binary as this relates only to FSP1. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Add FS