[U-Boot] [PATCH v3 00/23] keymile board update

Prafulla Wadaskar prafulla at marvell.com
Tue Mar 22 06:50:54 CET 2011



> -----Original Message-----
> From: u-boot-bounces at lists.denx.de [mailto:u-boot-bounces at lists.denx.de]
> On Behalf Of Heiko Schocher
> Sent: Monday, March 21, 2011 12:32 PM
> To: u-boot at lists.denx.de
> Cc: Heiko Schocher
> Subject: [U-Boot] [PATCH v3 00/23] keymile board update
> 
> The following patchset updates the support for the keymile
> boards.
> 
> - fix a lot of Codingstyle issues for this boards
> - heavy rework of the headerfiles, common board code
> - add support for 4 new mpc83xx based boards
> - add support for 1 82xx based board
> - add support for 2 new kirkwood based boards
> - fix i2c deblocking for this boards

Hi Heiko
Ideally this patch series should go all together, right?
Since there are multiple SoC based support in the same patch series, who is suppose to pull this?

I suggest to have smaller patche series i.e. board wise.
Since there is heavy rework,
Also take a look at mv-common.h that we have created for armada100 and Kirkwood common boards configs. With this we had an abstraction where mostly files are only added to any new board support.

Regards..
Prafulla . .

> 
> Heiko Schocher (16):
>   powerpc, mpc83xx: add missing functions to mpc83xx.h
>   keymile: Fix Coding style issues for keymile boards.
>   mpc832x: add support for the mpc8321 based suvd3 board
>   mpc832x: add support for mpc8321 based tuxa1 board
>   mpc832x: add support for mpc8321 based tuda1 board
>   arm: add support for kirkwood based mgcoge2un board
>   arm: add support of Kirkwood based board SUEN8
>   ppc: add support for ppc based board mgcoge2ne
>   powerpc, 83xx: add kmsupx5 board support
>   km-arm: i2c support for suenx based boards
>   km_arm: change some register values for SDRAM initialization
>   ppc, 8321: cleanup tuxa1, tuda1 and suvd3 support
>   keymile, common; fix i2c deblocking support
>   arm, keymile: updates for the arm based boards from keymile
>   keymile boards: add CONFIG_PIGGY_MAC_ADRESS_OFFSET
>   keymile, common: add setting of some environment variables
> 
> Holger Brunck (5):
>   arm, keymile: rename MACH_SUEN3 to MACH_KM_KIRKWOOD
>   ppc, arm: adapt keymile header
>   arm, ppc: rework environment variables for keymile boards
>   ppc, arm: rework and enhance keymile-common.h
>   keymile-common.h: remove IO mux stuff
> 
> Thomas Herzmann (1):
>   keymile boards: support of boardId / hwkey lists
> 
> Thomas Reufer (1):
>   keymile, 8321 boards: move common definitions to km8321-common.h
> 
>  MAINTAINERS                                |    7 +
>  arch/powerpc/cpu/mpc83xx/fdt.c             |    3 +-
>  arch/powerpc/lib/bootcount.c               |    2 +-
>  board/keymile/common/common.c              |  496 ++++++++++++++++-----
> -------
>  board/keymile/common/common.h              |   44 +++-
>  board/keymile/{kmeter1 => km83xx}/Makefile |    0
>  board/keymile/km83xx/km83xx.c              |  288 ++++++++++++++++
>  board/keymile/km_arm/km_arm.c              |   91 ++++--
>  board/keymile/km_arm/kwbimage.cfg          |   32 +-
>  board/keymile/kmeter1/kmeter1.c            |  217 ------------
>  board/keymile/mgcoge/mgcoge.c              |   93 +++---
>  boards.cfg                                 |    9 +-
>  include/configs/keymile-common.h           |  489 +++++++++++++++++++--
> -------
>  include/configs/km-powerpc.h               |   92 +++++
>  include/configs/km82xx-common.h            |  336 +++++++++++++++++++
>  include/configs/km8321-common.h            |  138 ++++++++
>  include/configs/km83xx-common.h            |  325 ++++++++++++++++++
>  include/configs/km_arm.h                   |  104 +++++-
>  include/configs/kmeter1.h                  |  369 +++------------------
> -
>  include/configs/kmsupx5.h                  |   91 +++++
>  include/configs/mgcoge.h                   |  307 +-----------------
>  include/configs/mgcoge2ne.h                |   64 ++++
>  include/configs/mgcoge2un.h                |   65 ++++
>  include/configs/suen3.h                    |   45 +---
>  include/configs/suen8.h                    |   65 ++++
>  include/configs/suvd3.h                    |  104 ++++++
>  include/configs/tuda1.h                    |  141 ++++++++
>  include/configs/tuxa1.h                    |  124 +++++++
>  include/mpc83xx.h                          |    6 +
>  29 files changed, 2794 insertions(+), 1353 deletions(-)
>  rename board/keymile/{kmeter1 => km83xx}/Makefile (100%)
>  create mode 100644 board/keymile/km83xx/km83xx.c
>  delete mode 100644 board/keymile/kmeter1/kmeter1.c
>  create mode 100644 include/configs/km-powerpc.h
>  create mode 100644 include/configs/km82xx-common.h
>  create mode 100644 include/configs/km8321-common.h
>  create mode 100644 include/configs/km83xx-common.h
>  create mode 100644 include/configs/kmsupx5.h
>  create mode 100644 include/configs/mgcoge2ne.h
>  create mode 100644 include/configs/mgcoge2un.h
>  create mode 100644 include/configs/suen8.h
>  create mode 100644 include/configs/suvd3.h
>  create mode 100644 include/configs/tuda1.h
>  create mode 100644 include/configs/tuxa1.h
> 
> --
> 1.7.4
> 
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot


More information about the U-Boot mailing list