[U-Boot] [PATCH v4 9/9] board: Add STMicroelectronics STiH410-B2260 support

Simon Glass sjg at chromium.org
Thu Feb 16 20:44:03 UTC 2017


On 14 February 2017 at 07:38,  <patrice.chotard at st.com> wrote:
> From: Patrice Chotard <patrice.chotard at st.com>
>
> This is a 96Board compliant board based on STiH410 SoC:
>   - 1GB DDR
>   - On-Board USB combo WiFi/Bluetooth RTL8723BU
>     with PCB soldered antenna
>   - Ethernet 1000-BaseT
>   - SATA
>   - HDMI
>   - 2 x USB2.0 type A
>   - 1 x USB2.0 type micro-AB
>   - SD card slot
>   - High speed connector (SD/I2C/USB interfaces)
>   - Low speed connector (UART/I2C/GPIO/SPI/PCM interfaces)

This is great info - you might consider adding it to Kconfig help?

>
> Signed-off-by: Patrice Chotard <patrice.chotard at st.com>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> ---
>
> v4: _ board.c cleanup, remove serial useless platdata
>
> v3: _ add entry in board MAINTAINERS
>     _ remove useless arch/arm/include/asm/arch-stih410/syscfg.h
>     _ remove useless arch/arm/include/asm/arch-stih410/gpio.h
>
>
>  arch/arm/mach-sti/Kconfig          |  2 ++
>  board/st/stih410-b2260/Kconfig     | 19 ++++++++++++
>  board/st/stih410-b2260/MAINTAINERS |  7 +++++
>  board/st/stih410-b2260/Makefile    |  8 +++++
>  board/st/stih410-b2260/board.c     | 28 ++++++++++++++++++
>  configs/stih410-b2260_defconfig    | 26 +++++++++++++++++
>  include/configs/stih410-b2260.h    | 60 ++++++++++++++++++++++++++++++++++++++
>  7 files changed, 150 insertions(+)
>  create mode 100644 board/st/stih410-b2260/Kconfig
>  create mode 100644 board/st/stih410-b2260/MAINTAINERS
>  create mode 100644 board/st/stih410-b2260/Makefile
>  create mode 100644 board/st/stih410-b2260/board.c
>  create mode 100644 configs/stih410-b2260_defconfig
>  create mode 100644 include/configs/stih410-b2260.h

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list