This patch series moves the configuration of FPS-S for Apollo Lake based SoCs from the code to the device-tree.
This is similar to the previous patch series for FSP-M. Bernhard Messerklinger (2): arch: x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabled arch: x86: apl: Read FSP-S configuration from device-tree arch/x86/cpu/apollolake/fsp_s.c | 1084 +++++++++++------ arch/x86/dts/chromebook_coral.dts | 35 +- .../asm/arch-apollolake/fsp/fsp_s_upd.h | 268 ++++ .../fsp/fsp2/apollolake/fsp-m.txt | 310 +++++ .../fsp/fsp2/apollolake/fsp-s.txt | 485 ++++++++ 5 files changed, 1807 insertions(+), 375 deletions(-) create mode 100644 doc/device-tree-bindings/fsp/fsp2/apollolake/fsp-m.txt create mode 100644 doc/device-tree-bindings/fsp/fsp2/apollolake/fsp-s.txt -- 2.26.0