[PATCH v6 2/5] board: siemens: Add support for SIMATIC IOT2050 devices

Tom Rini trini at konsulko.com
Tue Aug 3 15:27:33 CEST 2021


On Tue, Aug 03, 2021 at 11:26:55AM +0200, Jan Kiszka wrote:

> From: Jan Kiszka <jan.kiszka at siemens.com>
> 
> This adds support for the IOT2050 Basic and Advanced devices. The Basic
> used the dual-core AM6528 GP processor, the Advanced one the AM6548 HS
> quad-core version.
> 
> Both variants are booted via a Siemens-provided FSBL that runs on the R5
> cores. Consequently, U-Boot support is targeting the A53 cores. U-Boot
> SPL, ATF and TEE have to reside in SPI flash.
> 
> Full integration into a bootable image can be found on
> https://github.com/siemens/meta-iot2050
> 
> Based on original board support by Le Jin, Gao Nian and Chao Zeng.
> 
> Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com>
> ---
>  arch/arm/mach-k3/Kconfig          |   1 +
>  board/siemens/iot2050/Kconfig     |  32 ++++
>  board/siemens/iot2050/MAINTAINERS |   9 +
>  board/siemens/iot2050/Makefile    |  10 ++
>  board/siemens/iot2050/board.c     | 284 ++++++++++++++++++++++++++++++
>  board/siemens/iot2050/config.mk   |   8 +
>  configs/iot2050_defconfig         | 132 ++++++++++++++
>  doc/board/siemens/iot2050.rst     |  76 ++++++++

I'm still getting the hang of the rST stuff myself and I was too literal
in my request, sorry.  You need to add an index file (see 5e1df33b6821
for a recent example) and also update doc/board/index.rst to include
your index.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210803/4138b392/attachment.sig>


More information about the U-Boot mailing list