[U-Boot] [RFC PATCH 0/2] Add support for two modules from Laird

Ben Whitten ben.whitten at gmail.com
Fri Jul 7 10:40:28 UTC 2017


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



More information about the U-Boot mailing list