On Mon, 30 Mar 2020 at 07:01, Bernhard Messerklinger <[email protected]> wrote: > > Move FSP-M configuration to the device-tree like it's already done for > other SoCs (Baytrail). > > Signed-off-by: Bernhard Messerklinger > <[email protected]> > --- > With this patch I moved the FSP-M configuration to the device-tree based > on the Baytrail boards. > > Changes in v3: > Added doc binding file > Added fspm prefix to some variables > > Changes in v2: > Added commit notes > > arch/x86/cpu/apollolake/fsp_m.c | 341 ++++++++++++------ > arch/x86/dts/chromebook_coral.dts | 35 ++ > .../asm/arch-apollolake/fsp/fsp_m_upd.h | 165 +++++++++ > .../fsp/fsp2/apollolake/fsp-m.txt | 312 ++++++++++++++++ > 4 files changed, 733 insertions(+), 120 deletions(-) > create mode 100644 doc/device-tree-bindings/fsp/fsp2/apollolake/fsp-m.txt
Reviewed-by: Simon Glass <[email protected]> Tested on coral: Tested-by: Simon Glass <[email protected]>

