public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] tegra124: Add support for Avionic Design platform
@ 2016-02-23 12:59 Julian Scheel
  2016-02-23 12:59 ` [U-Boot] [PATCH 1/2] power: as3722: Allow using on any i2c bus with any address Julian Scheel
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Julian Scheel @ 2016-02-23 12:59 UTC (permalink / raw)
  To: u-boot

This adds support for the Avionic Design Tegra124 platform. It consists of the
Meerkat SOM and a minimal baseboard Kein Baseboard.
The as3722 is placed on a different bus as compared to nvidia Jetson, which
makes the as3722 required.

Alban Bedel (1):
  power: as3722: Allow using on any i2c bus with any address

Julian Scheel (1):
  Add support the Avionic Design Meerkat COM and Kein Baseboard

 arch/arm/dts/Makefile                              |   1 +
 arch/arm/dts/tegra124-kein-baseboard.dts           |  66 ++++
 arch/arm/dts/tegra124-meerkat.dtsi                 | 395 +++++++++++++++++++++
 arch/arm/mach-tegra/board2.c                       |   2 +-
 arch/arm/mach-tegra/tegra124/Kconfig               |   9 +
 board/avionic-design/common/meerkat.c              |  70 ++++
 .../avionic-design/common/pinmux-config-meerkat.h  | 233 ++++++++++++
 board/avionic-design/kein-baseboard/Kconfig        |  15 +
 board/avionic-design/kein-baseboard/MAINTAINERS    |   7 +
 board/avionic-design/kein-baseboard/Makefile       |   9 +
 board/nvidia/jetson-tk1/jetson-tk1.c               |   2 +-
 configs/kein-baseboard_defconfig                   |  21 ++
 drivers/power/as3722.c                             |   4 +-
 include/configs/kein-baseboard.h                   |  76 ++++
 include/power/as3722.h                             |   2 +-
 15 files changed, 906 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/dts/tegra124-kein-baseboard.dts
 create mode 100644 arch/arm/dts/tegra124-meerkat.dtsi
 create mode 100644 board/avionic-design/common/meerkat.c
 create mode 100644 board/avionic-design/common/pinmux-config-meerkat.h
 create mode 100644 board/avionic-design/kein-baseboard/Kconfig
 create mode 100644 board/avionic-design/kein-baseboard/MAINTAINERS
 create mode 100644 board/avionic-design/kein-baseboard/Makefile
 create mode 100644 configs/kein-baseboard_defconfig
 create mode 100644 include/configs/kein-baseboard.h

-- 
2.7.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-03-02 14:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23 12:59 [U-Boot] [PATCH 0/2] tegra124: Add support for Avionic Design platform Julian Scheel
2016-02-23 12:59 ` [U-Boot] [PATCH 1/2] power: as3722: Allow using on any i2c bus with any address Julian Scheel
2016-02-23 17:51   ` Stephen Warren
2016-02-23 12:59 ` [U-Boot] [PATCH 2/2] Add support the Avionic Design Meerkat COM and Kein Baseboard Julian Scheel
2016-02-23 18:03   ` Stephen Warren
2016-02-23 19:47     ` Julian Scheel
2016-02-29 10:20     ` Julian Scheel
2016-02-29 16:48       ` Stephen Warren
2016-03-02 14:40         ` Thierry Reding
2016-02-23 17:49 ` [U-Boot] [PATCH 0/2] tegra124: Add support for Avionic Design platform Stephen Warren
2016-02-23 19:40   ` Julian Scheel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox