public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] POST cleanup
@ 2010-04-23 19:06 Michael Zaidman
  2010-04-23 20:31 ` Anatolij Gustschin
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Zaidman @ 2010-04-23 19:06 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-24 10:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 19:06 [U-Boot] [PATCH 0/2] POST cleanup Michael Zaidman
2010-04-23 20:31 ` Anatolij Gustschin
2010-04-24 10:35   ` Michael Zaidman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox