From: Ben Whitten <ben.whitten@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/2] Resubmitting support for Lairds WB boards
Date: Thu, 23 Nov 2017 13:47:46 +0000 [thread overview]
Message-ID: <1511444868-334-1-git-send-email-ben.whitten@gmail.com> (raw)
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
next reply other threads:[~2017-11-23 13:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-23 13:47 Ben Whitten [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1511444868-334-1-git-send-email-ben.whitten@gmail.com \
--to=ben.whitten@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox