[U-Boot] [PATCH 12/12 v2] arm: at91: Add gardena-gateway-at91sam support

Heiko Schocher hs at denx.de
Fri Mar 29 10:43:45 UTC 2019


Hello Stefan,

Am 26.03.2019 um 13:16 schrieb Stefan Roese:
> The GARDENA smart Gateway boards are equipped with an Atmel / Microchip
> AT91SAM9G25 SoC and with 128 MiB of RAM and 256 MiB of NAND storage.
> This patch adds support for this board including SPL support. Therefore
> the AT91Boostrap is not needed on this platform any more.
> 
> Signed-off-by: Stefan Roese <sr at denx.de>
> Cc: Heiko Schocher <hs at denx.de>
> Cc: Andreas Bießmann <andreas at biessmann.org>
> Cc: Eugen Hristev <eugen.hristev at microchip.com>
> ---
> v2:
> - Add dtb build target in dts Makefile
> - Add gardena-smart-gateway-at91sam-u-boot.dtsi file with U-Boot
>    specific DT properties
> - at91sam9x5ek.dtsi is not included in the dts file any more as this
>    did enable too much unused devices
> 
>   arch/arm/dts/Makefile                         |   3 +
>   .../gardena-smart-gateway-at91sam-u-boot.dtsi |   5 +
>   .../arm/dts/gardena-smart-gateway-at91sam.dts | 119 +++++++++++++++
>   arch/arm/mach-at91/Kconfig                    |   8 ++
>   board/gardena/smart-gateway-at91sam/Kconfig   |  12 ++
>   .../gardena/smart-gateway-at91sam/MAINTAINERS |   7 +
>   board/gardena/smart-gateway-at91sam/Makefile  |   7 +
>   board/gardena/smart-gateway-at91sam/board.c   |  59 ++++++++
>   board/gardena/smart-gateway-at91sam/spl.c     | 135 ++++++++++++++++++
>   .../gardena-smart-gateway-at91sam_defconfig   |  84 +++++++++++
>   .../configs/gardena-smart-gateway-at91sam.h   |  88 ++++++++++++
>   11 files changed, 527 insertions(+)
>   create mode 100644 arch/arm/dts/gardena-smart-gateway-at91sam-u-boot.dtsi
>   create mode 100644 arch/arm/dts/gardena-smart-gateway-at91sam.dts
>   create mode 100644 board/gardena/smart-gateway-at91sam/Kconfig
>   create mode 100644 board/gardena/smart-gateway-at91sam/MAINTAINERS
>   create mode 100644 board/gardena/smart-gateway-at91sam/Makefile
>   create mode 100644 board/gardena/smart-gateway-at91sam/board.c
>   create mode 100644 board/gardena/smart-gateway-at91sam/spl.c
>   create mode 100644 configs/gardena-smart-gateway-at91sam_defconfig
>   create mode 100644 include/configs/gardena-smart-gateway-at91sam.h

Reviewed-by: Heiko Schocher <hs at denx.de>

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs at denx.de


More information about the U-Boot mailing list