public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] Resubmitting support for Lairds WB boards
@ 2017-11-23 13:47 Ben Whitten
  2017-11-23 13:47 ` [U-Boot] [PATCH v2 1/2] board: laird: add WB45N CPU module Ben Whitten
  2017-11-23 13:47 ` [U-Boot] [PATCH v2 2/2] board: laird: add WB50N " Ben Whitten
  0 siblings, 2 replies; 5+ messages in thread
From: Ben Whitten @ 2017-11-23 13:47 UTC (permalink / raw)
  To: u-boot

Hi,

Resubmitting the board patches based off current master branch at
16fa2eb with updates to configs.

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                |  30 +++++
 include/configs/wb45n.h                | 161 ++++++++++++++++++++++++++
 include/configs/wb50n.h                | 139 ++++++++++++++++++++++
 14 files changed, 826 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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-23 13:47 [U-Boot] [PATCH v2 0/2] Resubmitting support for Lairds WB boards Ben Whitten
2017-11-23 13:47 ` [U-Boot] [PATCH v2 1/2] board: laird: add WB45N CPU module Ben Whitten
2017-11-30 15:36   ` [U-Boot] [U-Boot,v2,1/2] " Tom Rini
2017-11-23 13:47 ` [U-Boot] [PATCH v2 2/2] board: laird: add WB50N " Ben Whitten
2017-11-30 15:36   ` [U-Boot] [U-Boot,v2,2/2] " Tom Rini

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