From: Michael Schwingen <rincewind@discworld.dascon.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] resend [PATCH 1/5]: add AcTux board support (common)
Date: Sun, 13 Jan 2008 18:13:07 +0100 [thread overview]
Message-ID: <478A46A3.3060100@discworld.dascon.de> (raw)
In-Reply-To: <20080113154630.3201E247C1@gemini.denx.de>
Wolfgang Denk wrote:
> In message <20080113125113.GA27114@discworld.dascon.de> you wrote:
>
>> diff --git a/MAKEALL b/MAKEALL
>> index ebc5a22..7e39b2c 100755
>> --- a/MAKEALL
>> +++ b/MAKEALL
>> @@ -516,6 +516,10 @@ LIST_ixp=3D" \
>> ixdpg425 \
>> pdnb3 \
>> scpu \
>> + actux1 \
>> + actux2 \
>> + actux3 \
>> + actux4 \
>>
>
> Please don't append, but keep lists sorted.
>
Will do.
>> 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
>>
>
> Please provide a correct update of the mach-types.h file (complete
> copy of the original sitribution).
>
There is no original distribution - the mach-types.h file is generated
by an awk script from the machine database - at least for the Linux
kernel it is.
The original file is linux/arch/arm/tools/mach-types, however, that can
not be used by u-boot since the script + Makefile part to generate
mach-types.h is missing - maybe it would be a good idea to import that
from Linux.
I can generate a current mach-types.h file and include it in the patch,
however, the generated file is >500K, and the patch is still 330K in
size, so it will not fit the list limit.
Shall I provide a http link to that part of the patch?
cu
Michael
next prev parent reply other threads:[~2008-01-13 17:13 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 ` [U-Boot-Users] resend " Michael Schwingen
2008-01-13 15:46 ` Wolfgang Denk
2008-01-13 17:13 ` Michael Schwingen [this message]
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=478A46A3.3060100@discworld.dascon.de \
--to=rincewind@discworld.dascon.de \
--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 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.