POST cleanup.
authorMichael Zaidman <michael.zaidman@gmail.com>
Mon, 20 Sep 2010 06:51:53 +0000 (08:51 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 21 Sep 2010 19:39:31 +0000 (21:39 +0200)
commit800eb09641ae67c707b65acff112684a954b7f44
treee0f44fbddcb437cb5283642fcb65eb4d86a53058
parente2fad3fce947edf97ff7186bcf36b9adf113ac94
POST cleanup.

- 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@gmail.com>
Acked-by: Detlev Zundel <dzu@denx.de>
Tested-by: Anatolij Gustschin <agust@denx.de>
List of the maintainers of the affected by patch boards:
Cc: Stephan Linz <linz@li-pro.net>
Cc: Denis Peter <d.peter@mpl.ch>
Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Cc: Peter Tyser <ptyser@xes-inc.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Mike Frysinger <vapier@gentoo.org>
Cc: Niklaus Giger <niklaus.giger@netstal.com>
Cc: Larry Johnson <lrj@acm.org>
Cc: Feng Kan <fkan@amcc.com>
47 files changed:
arch/blackfin/lib/Makefile
arch/blackfin/lib/board.c
arch/blackfin/lib/post.c [deleted file]
arch/powerpc/cpu/mpc512x/common.c [deleted file]
arch/powerpc/cpu/mpc8260/commproc.c
arch/powerpc/cpu/mpc85xx/commproc.c
arch/powerpc/cpu/mpc8xx/commproc.c
arch/powerpc/cpu/ppc4xx/Makefile
arch/powerpc/cpu/ppc4xx/commproc.c [deleted file]
board/barco/barco.c
board/bc3450/bc3450.c
board/bf537-stamp/Makefile
board/bf537-stamp/post.c
board/cm5200/cm5200.c
board/tqc/tqm5200/tqm5200.c
board/xes/xpedite1000/xpedite1000.c
include/common.h
include/configs/KAREF.h
include/configs/METROBOX.h
include/configs/MIP405.h
include/configs/PMC440.h
include/configs/TB5200.h
include/configs/XPEDITE1000.h
include/configs/alpr.h
include/configs/barco.h
include/configs/bf537-stamp.h
include/configs/bfin_adi_common.h
include/configs/hcu4.h
include/configs/hcu5.h
include/configs/hmi1001.h
include/configs/icon.h
include/configs/inka4x0.h
include/configs/katmai.h
include/configs/kilauea.h
include/configs/korat.h
include/configs/lwmon5.h
include/configs/makalu.h
include/configs/mcu25.h
include/configs/mpc5121-common.h
include/configs/ocotea.h
include/configs/redwood.h
include/configs/sequoia.h
include/configs/taishan.h
include/configs/yucca.h
include/configs/zeus.h
include/post.h
post/Makefile