From: Gerhard Sittig <gsi@denx.de>
To: linuxppc-dev@lists.ozlabs.org
Cc: Gerhard Sittig <gsi@denx.de>, agust@denx.de
Subject: [PATCH v1 0/2] powerpc/mpc512x: improve common platform code
Date: Tue, 14 May 2013 16:40:52 +0200 [thread overview]
Message-ID: <1368542454-11003-1-git-send-email-gsi@denx.de> (raw)
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
next reply other threads:[~2013-05-14 14:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-14 14:40 Gerhard Sittig [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1368542454-11003-1-git-send-email-gsi@denx.de \
--to=gsi@denx.de \
--cc=agust@denx.de \
--cc=linuxppc-dev@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).