[U-Boot] [PATCH v2 0/4] powerpc/mpc83xx: Cleanup usage of LBC and DDR constants

Joe Hershberger joe.hershberger at ni.com
Fri Aug 12 23:52:56 CEST 2011


Attempt to make 83xx use constants consistently.
In the course of switching from numerics to field constants, a number of reserved fields being assigned were found.
Those places that seemed broken I marked with [RFC]... please provide guidance if you are familiar with that target.

Cc: Joe Hershberger <joe.hershberger at gmail.com>
Cc: Kim Phillips <kim.phillips at freescale.com>

Joe Hershberger (4):
  powerpc/mpc83xx: Whitespace changes
  powerpc/mpx83xx: Cleanup usage of BAT constants
  powerpc/mpc83xx: Cleanup usage of DDR constants
  powerpc/mpc83xx: Cleanup usage of LBC constants

 arch/powerpc/cpu/mpc83xx/spd_sdram.c |    9 ++
 arch/powerpc/include/asm/fsl_lbc.h   |    8 +-
 include/configs/MERGERBOX.h          |   28 +++--
 include/configs/MPC8308RDB.h         |   50 +++++---
 include/configs/MPC8313ERDB.h        |   80 +++++++++----
 include/configs/MPC8315ERDB.h        |   49 ++++----
 include/configs/MPC8323ERDB.h        |  114 ++++++-------------
 include/configs/MPC832XEMDS.h        |  213 +++++++++++++++++++---------------
 include/configs/MPC8349EMDS.h        |  107 ++++++++++-------
 include/configs/MPC8349ITX.h         |   35 +++---
 include/configs/MPC8360EMDS.h        |  146 ++++++++++++++++--------
 include/configs/MPC8360ERDK.h        |   74 +++++++-----
 include/configs/MPC837XEMDS.h        |  111 ++++++++++--------
 include/configs/MPC837XERDB.h        |  118 +++++++++++--------
 include/configs/MVBLM7.h             |   28 +++--
 include/configs/SIMPC8313.h          |   26 ++--
 include/configs/TQM834x.h            |   20 ++--
 include/configs/km/km83xx-common.h   |   28 +++--
 include/configs/kmeter1.h            |   20 ++--
 include/configs/kmsupx5.h            |    8 +-
 include/configs/mpc8308_p1m.h        |   47 ++++----
 include/configs/sbc8349.h            |   65 +++++++----
 include/configs/suvd3.h              |   10 +-
 include/configs/tuda1.h              |   21 ++--
 include/configs/tuxa1.h              |   23 ++--
 include/configs/ve8313.h             |   80 +++++++------
 include/configs/vme8349.h            |   75 ++++++++----
 include/mpc83xx.h                    |   32 +++++-
 28 files changed, 942 insertions(+), 683 deletions(-)



More information about the U-Boot mailing list