[RFC PATCH v3] arch: x86: apl: Read FSP-M configuration from device-tree

Simon Glass sjg at chromium.org
Wed Apr 8 04:57:31 CEST 2020


On Mon, 30 Mar 2020 at 07:01, Bernhard Messerklinger
<bernhard.messerklinger at br-automation.com> wrote:
>
> Move FSP-M configuration to the device-tree like it's already done for
> other SoCs (Baytrail).
>
> Signed-off-by: Bernhard Messerklinger <bernhard.messerklinger at br-automation.com>
> ---
> 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 <sjg at chromium.org>
Tested on coral:
Tested-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list