From: Alexandr Smirnov <asmirnov@ru.mvista.com>
To: linuxppc-dev@ozlabs.org
Subject: [PATCH 2/4] Emerson KSI8560 bootwrapper
Date: Tue, 4 Mar 2008 19:34:26 +0300 [thread overview]
Message-ID: <20080304163426.GC19634@ru.mvista.com> (raw)
In-Reply-To: <20080304162322.GA19634@ru.mvista.com>
Add boot wrapper for Emerson KSI8560 board.
Signed-off-by: Alexandr Smirnov <asmirnov@ru.mvista.com>
arch/powerpc/boot/Makefile | 1 +
arch/powerpc/boot/wrapper | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index e3993a6..f43dd6e 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -255,6 +255,7 @@ image-$(CONFIG_TQM8555) += cuImage.tqm8555
image-$(CONFIG_TQM8560) += cuImage.tqm8560
image-$(CONFIG_SBC8548) += cuImage.tqm8548
image-$(CONFIG_SBC8560) += cuImage.tqm8560
+image-$(CONFIG_KSI8560) += cuImage.ksi8560
# Board ports in arch/powerpc/platform/embedded6xx/Kconfig
image-$(CONFIG_STORCENTER) += cuImage.storcenter
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper
index c317815..6655a90 100755
--- a/arch/powerpc/boot/wrapper
+++ b/arch/powerpc/boot/wrapper
@@ -174,7 +174,7 @@ cuboot*)
*-mpc83*)
platformo=$object/cuboot-83xx.o
;;
- *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555*)
+ *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555*|*-ksi8560*)
platformo=$object/cuboot-85xx-cpm2.o
;;
*-mpc85*)
next prev parent reply other threads:[~2008-03-04 16:26 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-04 16:23 [PATCH 0/4] Add Emerson KSI8560 board support Alexandr Smirnov
2008-03-04 16:33 ` [PATCH 1/4] Emerson KSI8560 base support Alexandr Smirnov
2008-03-04 16:34 ` Alexandr Smirnov [this message]
2008-03-07 15:09 ` [PATCH 2/4] Emerson KSI8560 bootwrapper Kumar Gala
2008-03-04 16:35 ` [PATCH 3/4] Emerson KSI8560 device tree Alexandr Smirnov
2008-03-04 23:29 ` David Gibson
2008-03-05 14:45 ` Alexandr Smirnov
2008-03-05 17:31 ` Scott Wood
2008-03-06 0:16 ` David Gibson
2008-03-04 16:36 ` [PATCH 4/4] Emerson KSI8560 default config Alexandr Smirnov
2008-03-07 15:09 ` Kumar Gala
2008-03-06 15:14 ` [PATCH 3/4] Emerson KSI8560 device tree Alexandr Smirnov
2008-03-07 0:29 ` David Gibson
2008-03-07 1:57 ` Olof Johansson
2008-03-07 15:10 ` Kumar Gala
2008-03-06 15:17 ` [PATCH 1/4] Emerson KSI8560 base support Alexandr Smirnov
2008-03-07 15:07 ` Kumar Gala
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=20080304163426.GC19634@ru.mvista.com \
--to=asmirnov@ru.mvista.com \
--cc=linuxppc-dev@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.