linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] powerpc/mpc512x: improve common platform code
@ 2013-05-14 14:40 Gerhard Sittig
  2013-05-14 14:40 ` [PATCH v1 1/2] powerpc/mpc512x: move common code to shared.c file Gerhard Sittig
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gerhard Sittig @ 2013-05-14 14:40 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Gerhard Sittig, agust

the first change concentrates specific details in the shared routines,
and passes all board support for the ADS, PDM, and generic boards
through the common MPC512x code (specifically the init, init early, and
setup arch routines)

the second change slightly modifies behaviour in that it moves the
restart initialization to an earlier stage in the boot process, to
prevent hangs and allow boards to reboot upon early failure


Gerhard Sittig (2):
  powerpc/mpc512x: move common code to the shared.c file
  powerpc/mpc512x: initialize board restart earlier

 arch/powerpc/include/asm/mpc5121.h            |    1 -
 arch/powerpc/platforms/512x/mpc5121_ads.c     |    6 ++----
 arch/powerpc/platforms/512x/mpc512x.h         |   11 ++---------
 arch/powerpc/platforms/512x/mpc512x_generic.c |    4 ++--
 arch/powerpc/platforms/512x/mpc512x_shared.c  |   16 ++++++++++++++--
 arch/powerpc/platforms/512x/pdm360ng.c        |    4 ++--
 6 files changed, 22 insertions(+), 20 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-05-21  9:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 14:40 [PATCH v1 0/2] powerpc/mpc512x: improve common platform code Gerhard Sittig
2013-05-14 14:40 ` [PATCH v1 1/2] powerpc/mpc512x: move common code to shared.c file Gerhard Sittig
2013-05-14 14:40 ` [PATCH v1 2/2] powerpc/mpc512x: initialize board restart earlier Gerhard Sittig
2013-05-21  9:14 ` [PATCH v1 0/2] powerpc/mpc512x: improve common platform code Anatolij Gustschin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).