From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Schwingen Date: Sun, 13 Jan 2008 18:13:07 +0100 Subject: [U-Boot-Users] resend [PATCH 1/5]: add AcTux board support (common) In-Reply-To: <20080113154630.3201E247C1@gemini.denx.de> References: <20080113154630.3201E247C1@gemini.denx.de> Message-ID: <478A46A3.3060100@discworld.dascon.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.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