From: Michael Schwingen <michael@schwingen.org>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] resend [PATCH 1/5]: add AcTux board support (common)
Date: Sun, 13 Jan 2008 13:51:13 +0100 [thread overview]
Message-ID: <20080113125113.GA27114@discworld.dascon.de> (raw)
In-Reply-To: <20080112140030.GB6978@discworld.dascon.de>
Hi,
resend of the previous patch set with formatting fixed (hopefully).
The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the files that
contain changes for multiple boards, the board-specific files follow as
separate patches.
cu
Michael
Signed-off-by: Michael Schwingen <michael@schwingen.org>
diff --git a/MAINTAINERS b/MAINTAINERS
index 2ef2f5c..9291f48 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -536,6 +536,13 @@ Alex Z?pke <azu@sysgo.de>
lart SA1100
dnp1110 SA1110
+Michael Schwingen <michael@schwingen.org>
+
+ actux1 xscale
+ actux2 xscale
+ actux3 xscale
+ actux4 xscale
+
#########################################################################
# x86 Systems: #
# #
diff --git a/MAKEALL b/MAKEALL
index ebc5a22..7e39b2c 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -516,6 +516,10 @@ LIST_ixp=" \
ixdpg425 \
pdnb3 \
scpu \
+ actux1 \
+ actux2 \
+ actux3 \
+ actux4 \
"
diff --git a/Makefile b/Makefile
index 1983ca0..10ab3df 100644
--- a/Makefile
+++ b/Makefile
@@ -2430,6 +2430,18 @@ ixdp425_config : unconfig
ixdpg425_config : unconfig
@$(MKCONFIG) $(@:_config=) arm ixp ixdp425
+actux1_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm ixp actux1
+
+actux2_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm ixp actux2
+
+actux3_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm ixp actux3
+
+actux4_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm ixp actux4
+
lubbock_config : unconfig
@$(MKCONFIG) $(@:_config=) arm pxa lubbock
diff --git a/include/asm-arm/mach-types.h b/include/asm-arm/mach-types.h
index ab19047..01bfecb 100644
--- a/include/asm-arm/mach-types.h
+++ b/include/asm-arm/mach-types.h
@@ -742,6 +742,10 @@ extern unsigned int __machine_arch_type;
#define MACH_TYPE_AT91SAM9260EK 1099
#define MACH_TYPE_AT91RM9200DF 1119
#define MACH_TYPE_AT91SAM9263EK 1202
+#define MACH_TYPE_ACTUX1 1479
+#define MACH_TYPE_ACTUX2 1480
+#define MACH_TYPE_ACTUX3 1481
+#define MACH_TYPE_ACTUX4 1532
#ifdef CONFIG_ARCH_EBSA110
# ifdef machine_arch_type
next prev parent reply other threads:[~2008-01-13 12:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-12 14:00 [U-Boot-Users] [PATCH 1/5]: add AcTux board support (common) Michael Schwingen
2008-01-13 12:51 ` Michael Schwingen [this message]
2008-01-13 15:46 ` [U-Boot-Users] resend " Wolfgang Denk
2008-01-13 17:13 ` Michael Schwingen
2008-01-14 8:02 ` [U-Boot-Users] resend #2 " Michael Schwingen
2008-01-14 23:40 ` Jean-Christophe PLAGNIOL-VILLARD
2008-01-15 0:02 ` Wolfgang Denk
2008-01-15 8:16 ` [U-Boot-Users] resend #3 " Michael Schwingen
2008-01-15 8:36 ` Jean-Christophe PLAGNIOL-VILLARD
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=20080113125113.GA27114@discworld.dascon.de \
--to=michael@schwingen.org \
--cc=u-boot@lists.denx.de \
/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