[U-Boot] [PATCH 0/1] Adding Support for the BAV335x boards.

2015-03-24 Thread Gilles Gameiro
This patch adds support for the BAV335x Network Processor boards.
It supports both the Rev.A 10/100GB, and Rev.B with GB ethernet.


Gilles Gameiro (1):
  Change defconfigs to include driver model (required after v2015.01),
and fix typo in EEProm config format.

 board/birdland/bav335x/board.h |   2 +-
 configs/birdland_bav335a_defconfig | 356 -
 configs/birdland_bav335b_defconfig | 356 -
 3 files changed, 709 insertions(+), 5 deletions(-)

-- 
1.9.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/1] Adding Support for the BAV335x boards.

2015-03-24 Thread Gilles
Folks,

I'm so sorry, I just realized that this patch went out with a somewhat 
incorrect commit comment. The patch is correct but the comment is that of a 
prior patch (Not sure why it didn't use that of git yet, maybe because I had an 
older patch laying around in the same directory before running patman).

Should I repost with the proper comment or just leave it as is?

Cheers,
Gilles
.

On Mar 23, 2015, at 23:13 , Gilles Gameiro gguess...@gmail.com wrote:

 This patch adds support for the BAV335x Network Processor boards.
 It supports both the Rev.A 10/100GB, and Rev.B with GB ethernet.
 
 
 Gilles Gameiro (1):
  Change defconfigs to include driver model (required after v2015.01),
and fix typo in EEProm config format.
 
 board/birdland/bav335x/board.h |   2 +-
 configs/birdland_bav335a_defconfig | 356 -
 configs/birdland_bav335b_defconfig | 356 -
 3 files changed, 709 insertions(+), 5 deletions(-)
 
 -- 
 1.9.1
 

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 0/1] Adding Support for the BAV335x boards.

2015-02-10 Thread Gilles Gameiro
This patch adds support for the BAV335x Network Processor boards.
It supports both the Rev.A 10/100GB, and Rev.B with GB ethernet.


Gilles Gameiro (1):
  Adding Support for BAV335x boards

 arch/arm/Kconfig   |  14 +
 board/birdland/bav335x/Kconfig |  33 ++
 board/birdland/bav335x/MAINTAINERS |  13 +
 board/birdland/bav335x/Makefile|  11 +
 board/birdland/bav335x/README  |  31 ++
 board/birdland/bav335x/board.c | 430 +
 board/birdland/bav335x/board.h |  59 
 board/birdland/bav335x/mux.c   | 190 +++
 board/birdland/bav335x/u-boot.lds  | 116 +++
 configs/birdland_bav335a_defconfig |   5 +
 configs/birdland_bav335b_defconfig |   5 +
 include/configs/bav335x.h  | 633 +
 12 files changed, 1540 insertions(+)
 create mode 100644 board/birdland/bav335x/Kconfig
 create mode 100644 board/birdland/bav335x/MAINTAINERS
 create mode 100644 board/birdland/bav335x/Makefile
 create mode 100644 board/birdland/bav335x/README
 create mode 100644 board/birdland/bav335x/board.c
 create mode 100644 board/birdland/bav335x/board.h
 create mode 100644 board/birdland/bav335x/mux.c
 create mode 100644 board/birdland/bav335x/u-boot.lds
 create mode 100644 configs/birdland_bav335a_defconfig
 create mode 100644 configs/birdland_bav335b_defconfig
 create mode 100644 include/configs/bav335x.h

-- 
1.9.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot