Re: [U-Boot] [PATCH] ARM: mxs: Add mx28evk_auart_console target

2013-08-17 Thread Marek Vasut
Dear Andreas Wass, > The target uses AUART 3 instead of the DUART for console output. > > Signed-off-by: Andreas Wass > Cc: Fabio Estevam > Cc: Marek Vasut > --- I wonder, why dont you add support for the TQ SoM in the first place? Best regards, Marek Vasut __

[U-Boot] [PATCH] serial: arm_dcc: Convert to use default_serial_puts

2013-08-17 Thread Axel Lin
Use default_serial_puts() instead of its own implementation. Signed-off-by: Axel Lin --- drivers/serial/arm_dcc.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/drivers/serial/arm_dcc.c b/drivers/serial/arm_dcc.c index 29d9295..5dfb02f 100644 --- a/drivers/serial/arm_

Re: [U-Boot] [PATCH] ARM: mxs: Add mx28evk_auart_console target

2013-08-17 Thread Andreas Wass
Dear Marek > I wonder, why dont you add support for the TQ SoM in the first place? I have plans to do it but I only have access to the board at work and I currently am very busy so have limited time testing the board setup, so I don't know when in time I will be able to submit such a patch. Reg

Re: [U-Boot] Please pull u-boot-ti/master - applied to a temporary repo, see inside

2013-08-17 Thread Albert ARIBAUD
Hi Tom, On Fri, 16 Aug 2013 09:39:27 -0400, Tom Rini wrote: > Hey, > > The following changes since commit fdce7b633a1de24456226b18527cc7900c34282a: > > gpio: omap5-uevm: Configure the tca6424 gpio expander (2013-07-30 09:21:42 > -0400) > > are available in the git repository at: > > git

[U-Boot] Does u-boot support S3C24xx nand ecc?

2013-08-17 Thread Woody Wu
Hi, Does anyone know if u-boot (version 2009.11) already contains supports to the hardware ECC for NAND in S3C24xx (Specifically S3C2416) SoC? Thanks in advance. -- I can't go back to yesterday - because I was a different person then ___ U-Boot mailin

Re: [U-Boot] [PATCH v2 3/4] ARM: use r9 for gd

2013-08-17 Thread Jeroen Hofstee
On 08/14/2013 08:25 PM, Jeroen Hofstee wrote: To be more EABI compliant and as a preparation for building with clang, use the platform-specific r9 register for gd instead of r8. note: The FIQ is not updated since it is not used in u-boot, and under discussion for the time being. The following c

Re: [U-Boot] merge arm64 to arm

2013-08-17 Thread Måns Rullgård
FengHua writes: > hi tom, > hi albert, > yes, it's right. the u-boot could be more uniformly and maintainable > if merging armv8 to arm architecture. I will try to migrate arm64 to > armv8 subarchitecture of arm. do you have any other advice? Why? The architectures are vastly different, arm64 (

Re: [U-Boot] [PATCH v2 3/4] ARM: use r9 for gd

2013-08-17 Thread Jeroen Hofstee
On 08/17/2013 11:40 AM, Jeroen Hofstee wrote: On 08/14/2013 08:25 PM, Jeroen Hofstee wrote: To be more EABI compliant and as a preparation for building with clang, use the platform-specific r9 register for gd instead of r8. note: The FIQ is not updated since it is not used in u-boot, and under

Re: [U-Boot] [PATCH v2 1/4] ARM: make reserving the gd register a make variable

2013-08-17 Thread Jeroen Hofstee
On 08/14/2013 08:25 PM, Jeroen Hofstee wrote: diff --git a/arch/arm/config.mk b/arch/arm/config.mk index 540a119..5e382ab 100644 --- a/arch/arm/config.mk +++ b/arch/arm/config.mk @@ -98,3 +98,5 @@ endif ifneq ($(CONFIG_SPL_BUILD),y) ALL-y += checkarmreloc endif + +OPTION_FIXED_GD=$(call cc-

Re: [U-Boot] merge arm64 to arm

2013-08-17 Thread FengHua
> -原始邮件- > 发件人: "Måns Rullgård" > 发送时间: 2013年8月17日 星期六 > 收件人: FengHua > 抄送: u-boot@lists.denx.de, tr...@ti.com, scottw...@freescale.com > 主题: Re: merge arm64 to arm > > FengHua writes: > > > hi tom, > > hi albert, > > yes, it's right. the u-boot could be more uniformly and maintaina

Re: [U-Boot] merge arm64 to arm

2013-08-17 Thread Tom Rini
On Sat, Aug 17, 2013 at 10:32:43PM +0800, FengHua wrote: > > > > > -- > > ?: "M??ns Rullg??rd" > > : 2013???8???17??? ? > > ?: FengHua > > ??: u-boot@lists.denx.de, tr...@ti.com, scottw...@freescale.com > > ??: Re: merge arm64 to

Re: [U-Boot] merge arm64 to arm

2013-08-17 Thread Måns Rullgård
FengHua writes: >> FengHua writes: >> >> > hi tom, >> > hi albert, >> > yes, it's right. the u-boot could be more uniformly and maintainable >> > if merging armv8 to arm architecture. I will try to migrate arm64 to >> > armv8 subarchitecture of arm. do you have any other advice? >> >> Why? Th

Re: [U-Boot] Pull request - arm/zynq v2

2013-08-17 Thread Albert ARIBAUD
Hi Michal, On Mon, 12 Aug 2013 09:05:00 +0200, Michal Simek wrote: > Hi Albert, > > please pull these 3 zynq patches to your arm tree. > > There is still pending the arm: lds: Remove libgcc eabi exception handling > tables > patch. Have you considered to also add it? > > v2: > - Changed emai

Re: [U-Boot] [PULL] : Please pull u-boot-imx - applied to a temporary repo, see inside

2013-08-17 Thread Albert ARIBAUD
Hi Stefano, On Mon, 12 Aug 2013 15:47:53 +0200, Stefano Babic wrote: > Hi Albert, > > please pull from u-boot-imx, thanks. > > The following changes since commit fdce7b633a1de24456226b18527cc7900c34282a: > > gpio: omap5-uevm: Configure the tca6424 gpio expander (2013-07-30 > 09:21:42 -0400)

Re: [U-Boot] merge arm64 to arm

2013-08-17 Thread FengHua
> -原始邮件- > 发件人: "Måns Rullgård" > 发送时间: 2013年8月17日 星期六 > 收件人: FengHua > 抄送: "Måns Rullgård" , trini , u-boot > , "albert.u.boot" , > scottwood > 主题: Re: merge arm64 to arm > > FengHua writes: > > >> FengHua writes: > >> > >> > hi tom, > >> > hi albert, > >> > yes, it's right. t