public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC PATCH 0/2] Add support for two modules from Laird
@ 2017-07-07 10:40 Ben Whitten
  2017-07-07 10:40 ` [U-Boot] [RFC PATCH 1/2] board: laird: add WB45N CPU module Ben Whitten
  2017-07-07 10:40 ` [U-Boot] [RFC PATCH 2/2] board: laird: add WB50N " Ben Whitten
  0 siblings, 2 replies; 9+ messages in thread
From: Ben Whitten @ 2017-07-07 10:40 UTC (permalink / raw)
  To: u-boot

Hi
These patches add basic support for two cpu modules from Laird. These boards
are based on the at91sam9x5ek and the sama5d3xek and have been updated from
old versions. I believe I have captured the KConfig moves and adjustents
but if there are better solutions now I should look into please let me know.

Kind regards,
Ben Whitten (2):
  board: laird: add WB45N CPU module
  board: laird: add WB50N CPU module

 arch/arm/mach-at91/Kconfig             |  14 +++
 arch/arm/mach-at91/include/mach/gpio.h |   2 +
 board/laird/wb45n/Kconfig              |  12 ++
 board/laird/wb45n/MAINTAINERS          |   6 +
 board/laird/wb45n/Makefile             |   6 +
 board/laird/wb45n/wb45n.c              | 199 +++++++++++++++++++++++++++++++
 board/laird/wb50n/Kconfig              |  12 ++
 board/laird/wb50n/MAINTAINERS          |   6 +
 board/laird/wb50n/Makefile             |   6 +
 board/laird/wb50n/wb50n.c              | 206 +++++++++++++++++++++++++++++++++
 configs/wb45n_defconfig                |  27 +++++
 configs/wb50n_defconfig                |  26 +++++
 include/configs/wb45n.h                | 163 ++++++++++++++++++++++++++
 include/configs/wb50n.h                | 143 +++++++++++++++++++++++
 14 files changed, 828 insertions(+)
 create mode 100644 board/laird/wb45n/Kconfig
 create mode 100644 board/laird/wb45n/MAINTAINERS
 create mode 100644 board/laird/wb45n/Makefile
 create mode 100644 board/laird/wb45n/wb45n.c
 create mode 100644 board/laird/wb50n/Kconfig
 create mode 100644 board/laird/wb50n/MAINTAINERS
 create mode 100644 board/laird/wb50n/Makefile
 create mode 100644 board/laird/wb50n/wb50n.c
 create mode 100644 configs/wb45n_defconfig
 create mode 100644 configs/wb50n_defconfig
 create mode 100644 include/configs/wb45n.h
 create mode 100644 include/configs/wb50n.h

-- 
2.7.4

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

end of thread, other threads:[~2017-11-15  3:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 10:40 [U-Boot] [RFC PATCH 0/2] Add support for two modules from Laird Ben Whitten
2017-07-07 10:40 ` [U-Boot] [RFC PATCH 1/2] board: laird: add WB45N CPU module Ben Whitten
2017-07-07 14:33   ` Tom Rini
2017-08-02  9:58   ` Stefano Babic
2017-08-02 14:49     ` Tom Rini
2017-11-09 10:24       ` Ben Whitten
2017-11-15  3:29         ` Tom Rini
2017-07-07 10:40 ` [U-Boot] [RFC PATCH 2/2] board: laird: add WB50N " Ben Whitten
2017-07-07 14:33   ` Tom Rini

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