[U-Boot] [PATCH v3 00/24] mpc83xx: Cleanup BAT, DDR, and LBC code

Kim Phillips kim.phillips at freescale.com
Fri Nov 4 00:30:09 CET 2011


On Tue, 11 Oct 2011 23:57:07 -0500
Joe Hershberger <joe.hershberger at ni.com> wrote:

> Attempt to make 83xx use constants consistently.
> 
> Changes for v3:
>  - Left out [RFC] changes that Kim removed
>  - Broke the whitespace changes patch up
>  - Make all mpc83xx config files checkpatch.pl compliant (with exceptions)
>    - COMPLEX_MACRO and MULTISTATEMENT_MACRO_USE_DO_WHILE need to be ignored
>  - Moved the "Rename CONFIG_SYS_DDR_CONFIG..." patch into this series
> 
> Cc: Joe Hershberger <joe.hershberger at gmail.com>
> Cc: Kim Phillips <kim.phillips at freescale.com>
> 
> Joe Hershberger (24):
>   mpc83xx: cosmetic: MERGERBOX.h checkpatch compliance
>   mpc83xx: cosmetic: MPC8308RDB.h checkpatch compliance
>   mpc83xx: cosmetic: MPC8313ERDB.h checkpatch compliance
>   mpc83xx: cosmetic: MPC8315ERDB.h checkpatch compliance
>   mpc83xx: cosmetic: MPC8323ERDB.h checkpatch compliance
>   mpc83xx: cosmetic: MPC832XEMDS.h checkpatch compliance
>   mpc83xx: cosmetic: MPC8349EMDS.h checkpatch compliance
>   mpc83xx: cosmetic: MPC8349ITX.h checkpatch compliance
>   mpc83xx: cosmetic: MPC8360EMDS.h checkpatch compliance
>   mpc83xx: cosmetic: MPC8360ERDK.h checkpatch compliance
>   mpc83xx: cosmetic: MPC837XEMDS.h checkpatch compliance
>   mpc83xx: cosmetic: MPC837XERDB.h checkpatch compliance
>   mpc83xx: cosmetic: MVBLM7.h checkpatch compliance
>   mpc83xx: cosmetic: SIMPC8313.h checkpatch compliance
>   mpc83xx: cosmetic: TQM834x.h checkpatch compliance
>   mpc83xx: cosmetic: kmeter1.h checkpatch compliance
>   mpc83xx: cosmetic: mpc8308_p1m.h checkpatch compliance
>   mpc83xx: cosmetic: sbc8349.h checkpatch compliance
>   mpc83xx: cosmetic: ve8313.h checkpatch compliance
>   mpc83xx: cosmetic: vme8349.h checkpatch compliance
>   mpc83xx: Cleanup usage of BAT constants
>   mpc83xx: Cleanup usage of DDR constants
>   mpc83xx: Cleanup usage of LBC constants
>   mpc83xx: Rename CONFIG_SYS_DDR_CONFIG and cleanup DDR csbnds code
> 
>  arch/powerpc/cpu/mpc83xx/spd_sdram.c      |    9 +
>  arch/powerpc/include/asm/fsl_lbc.h        |    8 +-
>  board/freescale/mpc8313erdb/sdram.c       |   10 +-
>  board/freescale/mpc8349emds/mpc8349emds.c |   27 +-
>  board/freescale/mpc8349itx/mpc8349itx.c   |   28 ++-
>  board/freescale/mpc8360emds/mpc8360emds.c |   42 ++--
>  board/sbc8349/sbc8349.c                   |   27 +-
>  board/ve8313/ve8313.c                     |   10 +-
>  include/configs/MERGERBOX.h               |   40 ++--
>  include/configs/MPC8308RDB.h              |   66 +++--
>  include/configs/MPC8313ERDB.h             |  308 +++++++++++++++---------
>  include/configs/MPC8315ERDB.h             |  287 +++++++++++++----------
>  include/configs/MPC8323ERDB.h             |  319 ++++++++++++-------------
>  include/configs/MPC832XEMDS.h             |  374 +++++++++++++++++------------
>  include/configs/MPC8349EMDS.h             |  327 ++++++++++++++++----------
>  include/configs/MPC8349ITX.h              |  335 ++++++++++++++++----------
>  include/configs/MPC8360EMDS.h             |  307 ++++++++++++++++--------
>  include/configs/MPC8360ERDK.h             |  315 +++++++++++++++----------
>  include/configs/MPC837XEMDS.h             |  325 +++++++++++++++----------
>  include/configs/MPC837XERDB.h             |  291 ++++++++++++++---------
>  include/configs/MVBLM7.h                  |  125 +++++++----
>  include/configs/SIMPC8313.h               |  296 +++++++++++++----------
>  include/configs/TQM834x.h                 |  278 +++++++++++++---------
>  include/configs/km/km83xx-common.h        |   28 ++-
>  include/configs/kmeter1.h                 |   24 +-
>  include/configs/kmsupx5.h                 |    8 +-
>  include/configs/mpc8308_p1m.h             |   63 +++---
>  include/configs/sbc8349.h                 |  287 ++++++++++++++---------
>  include/configs/suvd3.h                   |   10 +-
>  include/configs/tuda1.h                   |   21 +-
>  include/configs/tuxa1.h                   |   21 +-
>  include/configs/ve8313.h                  |  230 ++++++++++--------
>  include/configs/vme8349.h                 |  115 ++++++----
>  include/mpc83xx.h                         |   32 +++-
>  34 files changed, 2993 insertions(+), 2000 deletions(-)

all 24 patches applied to u-boot-mpc83xx/master.

Thanks,

Kim



More information about the U-Boot mailing list