[U-Boot] [PATCH V7] POST cleanup.
Wolfgang Denk
wd at denx.de
Tue Sep 21 21:40:23 CEST 2010
Dear Michael Zaidman,
In message <d520c6ef298416a03789ebfa4e05e257b5331693.1284965175.git.michael.zaidman at gmail.com> you wrote:
> - Revives POST for blackfin arch;
> - Removes redundant code:
> arch/blackfin/lib/post.c
> arch/powerpc/cpu/ppc4xx/commproc.c
> arch/powerpc/cpu/mpc512x/common.c
> - fixes up the post_word_{load|store} usage.
>
> Signed-off-by: Michael Zaidman <michael.zaidman at gmail.com>
> Acked-by: Detlev Zundel <dzu at denx.de>
> Tested-by: Anatolij Gustschin <agust at denx.de>
>
> List of the maintainers of the affected by patch boards:
> Cc: Stephan Linz <linz at li-pro.net>
> Cc: Denis Peter <d.peter at mpl.ch>
> Cc: Matthias Fuchs <matthias.fuchs at esd-electronics.com>
> Cc: Peter Tyser <ptyser at xes-inc.com>
> Cc: Stefan Roese <sr at denx.de>
> Cc: Mike Frysinger <vapier at gentoo.org>
> Cc: Niklaus Giger <niklaus.giger at netstal.com>
> Cc: Larry Johnson <lrj at acm.org>
> Cc: Feng Kan <fkan at amcc.com>
> ---
> arch/blackfin/lib/Makefile | 2 +-
> arch/blackfin/lib/board.c | 1 -
> arch/blackfin/lib/post.c | 421 -----------------------------------
> arch/powerpc/cpu/mpc512x/common.c | 25 --
> arch/powerpc/cpu/mpc8260/commproc.c | 20 --
> arch/powerpc/cpu/mpc85xx/commproc.c | 20 --
> arch/powerpc/cpu/mpc8xx/commproc.c | 20 --
> arch/powerpc/cpu/ppc4xx/Makefile | 1 -
> arch/powerpc/cpu/ppc4xx/commproc.c | 53 -----
> board/barco/barco.c | 9 -
> board/bc3450/bc3450.c | 20 --
> board/bf537-stamp/Makefile | 2 +-
> board/bf537-stamp/post.c | 14 --
> board/cm5200/cm5200.c | 16 --
> board/tqc/tqm5200/tqm5200.c | 19 --
> board/xes/xpedite1000/xpedite1000.c | 16 --
> include/common.h | 5 +-
> include/configs/KAREF.h | 3 +-
> include/configs/METROBOX.h | 3 +-
> include/configs/MIP405.h | 4 -
> include/configs/PMC440.h | 3 +-
> include/configs/TB5200.h | 2 +-
> include/configs/XPEDITE1000.h | 3 +-
> include/configs/alpr.h | 3 +-
> include/configs/barco.h | 2 +
> include/configs/bf537-stamp.h | 1 +
> include/configs/bfin_adi_common.h | 1 +
> include/configs/hcu4.h | 3 +-
> include/configs/hcu5.h | 5 +-
> include/configs/hmi1001.h | 6 +-
> include/configs/icon.h | 3 +-
> include/configs/inka4x0.h | 6 +-
> include/configs/katmai.h | 3 +-
> include/configs/kilauea.h | 3 +-
> include/configs/korat.h | 3 +-
> include/configs/lwmon5.h | 2 +-
> include/configs/makalu.h | 3 +-
> include/configs/mcu25.h | 3 +-
> include/configs/mpc5121-common.h | 3 +-
> include/configs/ocotea.h | 3 +-
> include/configs/redwood.h | 3 +-
> include/configs/sequoia.h | 3 +-
> include/configs/taishan.h | 3 +-
> include/configs/yucca.h | 3 +-
> include/configs/zeus.h | 7 +-
> include/post.h | 57 +++++-
> post/Makefile | 3 +-
> 47 files changed, 101 insertions(+), 713 deletions(-)
> delete mode 100644 arch/blackfin/lib/post.c
> delete mode 100644 arch/powerpc/cpu/mpc512x/common.c
> delete mode 100644 arch/powerpc/cpu/ppc4xx/commproc.c
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Software entities are more complex for their size than perhaps any
other human construct because no two parts are alike. If they are, we
make the two similar parts into a subroutine -- open or closed. In
this respect, software systems differ profoundly from computers,
buildings, or automobiles, where repeated elements abound.
- Fred Brooks, Jr.
More information about the U-Boot
mailing list