From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_Bie=DFmann?= Date: Thu, 14 Feb 2013 17:11:09 +0100 Subject: [U-Boot] [PATCH v2 46/58] avr32: Use generic global_data In-Reply-To: References: <1355467767-29575-1-git-send-email-sjg@chromium.org> <1355467767-29575-47-git-send-email-sjg@chromium.org> <511CBC82.6050203@gmail.com> Message-ID: <511D0C9D.2080909@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 02/14/2013 03:25 PM, Simon Glass wrote: > Hi Andreas, > > On Thu, Feb 14, 2013 at 2:29 AM, Andreas Bie?mann > wrote: >> Dear Simon Glass, >> >> On 12/14/2012 07:49 AM, Simon Glass wrote: >>> Move avr32 over to use generic global_data. >>> >>> Signed-off-by: Simon Glass >> >> this one produces compile warning in board.c for mimc200, I will try to >> fix it but can not test it on real hardware (cc'ing board maintainer). > > Actually these boards failed for be even before the patch: > > avr32: + hammerhead + atngw100mkii + grasshopper + favr-32-ezkit > + atstk1006 + atstk1004 + atstk1003 + atstk1002 + atngw100 + mimc200 > > It might be my toolchain - can you suggest an avr32 toolchain to use? Not currently, I use a self patched OSELAS toolchain which is not yet mainline. Maybe I should try to add avr32 toolchain to ELDK for reference? Which errors do you see? Is it like this: ---8<--- avr32-ld:built in linker script:15: warning: memory region `FLASH' not declared avr32-ld:built in linker script:69: warning: memory region `CPUSRAM' not declared ... --->8--- Unfortunately the avr32-newlib toolchains currently _not_ supported in u-boot (I've seen a strange runtime error with the atmel provided newlib toolchain before), you will need avr32-uclibc toolchain instead. Best regards Andreas Bie?mann