From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: ARM: cleanup boot commands
Date: Mon, 4 Apr 2011 16:31:00 +0200 [thread overview]
Message-ID: <1301927465-23717-1-git-send-email-s.hauer@pengutronix.de> (raw)
The arm linux start code has some common code which can be shared between
functions. Also, the different boot commands are seperated to different
files to easily compile support for them without ifdefs.
Sascha Hauer (5):
ARM: Add missing parameter name in armlinux_set_serial
ARM: factor out a start_linux function
ARM: move bootm code to its own file
ARM: move bootz code to its own file
ARM: move bootu code to its own file
arch/arm/Kconfig | 5 +
arch/arm/include/asm/armlinux.h | 6 +-
arch/arm/lib/Makefile | 5 +-
arch/arm/lib/armlinux.c | 215 +--------------------------------------
arch/arm/lib/bootm.c | 92 +++++++++++++++++
arch/arm/lib/bootu.c | 38 +++++++
arch/arm/lib/bootz.c | 100 ++++++++++++++++++
7 files changed, 248 insertions(+), 213 deletions(-)
create mode 100644 arch/arm/lib/bootm.c
create mode 100644 arch/arm/lib/bootu.c
create mode 100644 arch/arm/lib/bootz.c
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-04-04 14:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-04 14:31 Sascha Hauer [this message]
2011-04-04 14:31 ` [PATCH 1/5] ARM: Add missing parameter name in armlinux_set_serial Sascha Hauer
2011-04-04 14:31 ` [PATCH 2/5] ARM: factor out a start_linux function Sascha Hauer
2011-04-04 14:31 ` [PATCH 3/5] ARM: move bootm code to its own file Sascha Hauer
2011-04-04 14:31 ` [PATCH 4/5] ARM: move bootz " Sascha Hauer
2011-04-04 14:31 ` [PATCH 5/5] ARM: move bootu " Sascha Hauer
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=1301927465-23717-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.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