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

Joe Hershberger joe.hershberger at gmail.com
Fri Aug 12 19:50:00 CEST 2011


On Fri, Aug 12, 2011 at 1:38 AM, Joe Hershberger <joe.hershberger at ni.com> wrote:
> 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.
>
> Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
> Cc: Joe Hershberger <joe.hershberger at gmail.com>
> Cc: Kim Phillips <kim.phillips at freescale.com>
> ---
>  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(-)

Didn't realize this was so big (147kB)... splitting it up...

-Joe


More information about the U-Boot mailing list