mbox series

[RFC,v2,0/2] Move FSP-S configuration to device-tree

Message ID 20200414092548.336158-1-bernhard.messerklinger@br-automation.com
Headers show
Series Move FSP-S configuration to device-tree | expand

Message

Bernhard Messerklinger April 14, 2020, 9:25 a.m. UTC
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.
If wanted, I can also send FSP-M and FSP-S patch as a single series.

Changes in v2:
Remove FSP-M binding file

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-s.txt             |  485 ++++++++
 4 files changed, 1497 insertions(+), 375 deletions(-)
 create mode 100644 doc/device-tree-bindings/fsp/fsp2/apollolake/fsp-s.txt

Comments

Bernhard Messerklinger April 30, 2020, 9:28 a.m. UTC | #1
Hi Bin, Simon,

>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.
>If wanted, I can also send FSP-M and FSP-S patch as a single series.
>

Please drop this series.
This series is superseded by:
"Move FSP configuration to devicetree" [1]

[1]: https://lists.denx.de/pipermail/u-boot/2020-April/409505.html

>Changes in v2:
>Remove FSP-M binding file
>
>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-s.txt             |  485 ++++++++
> 4 files changed, 1497 insertions(+), 375 deletions(-)
> create mode 100644
>doc/device-tree-bindings/fsp/fsp2/apollolake/fsp-s.txt
>
>-- 
>2.26.0
>
>
Regards,
Bernhard