[U-Boot] [PATCH 0/2] POST cleanup

Michael Zaidman michael.zaidman at gmail.com
Fri Apr 23 21:06:09 CEST 2010


The patches implement first 2 steps of POST framework cleanup 
suggested by Wolfgang Denk in the
http://lists.denx.de/pipermail/u-boot/2010-April/070400.html

Michael Zaidman (2):
  The bootcount_{store|load} moved to arch specific generic locations.
  Blackfin: POST: revive, sync to main stream, cleanup.

 arch/blackfin/lib/Makefile          |    2 +-
 arch/blackfin/lib/board.c           |    1 -
 arch/blackfin/lib/post.c            |  421 -----------------------------------
 arch/powerpc/cpu/mpc8260/commproc.c |   24 --
 arch/powerpc/cpu/mpc8260/cpu.c      |   24 ++
 arch/powerpc/cpu/mpc8xx/commproc.c  |   26 ---
 arch/powerpc/cpu/mpc8xx/cpu.c       |   26 +++
 arch/powerpc/cpu/ppc4xx/commproc.c  |   24 --
 arch/powerpc/cpu/ppc4xx/cpu.c       |   24 ++
 board/bf537-stamp/Makefile          |    2 +-
 include/common.h                    |    3 +
 include/configs/bfin_adi_common.h   |    1 +
 post/Makefile                       |    3 +-
 13 files changed, 82 insertions(+), 499 deletions(-)
 delete mode 100644 arch/blackfin/lib/post.c



More information about the U-Boot mailing list