Re: [U-Boot] arm926ejs, timer:

2010-12-12 Thread Albert ARIBAUD
Le 13/12/2010 01:27, Reinhard Meyer a écrit : > Dear Wolfgang Denk, >> Dear Reinhard Meyer, >> >> In message<4d01ea19.8070...@emk-elektronik.de> you wrote: >>> Sorry for the noise, but... >>> >> just looked in the timer implementation for arm926ejs based boards, and >> found that there is

Re: [U-Boot] [PATCH] arm926ejs: timer: Replace bss variable by gdr

2010-12-12 Thread Stefano Babic
On 12/10/2010 10:33 AM, Heiko Schocher wrote: > Reuse the gd->tbl value for timestamp and add gd->lastinc for lastinc bss > values in the arm926ejs timers implementation. > > The usage of bss values in drivers before initialisation of bss is forbidden. > In that special case some data in .rel.dyn

Re: [U-Boot] [PATCH] ftgmac100: support of gigabit eth ftgmac100

2010-12-12 Thread Wolfgang Denk
Dear Macpaul Lin, In message you wrote: > > Please take a look at the similar driver "ftmac100.c", > Some coding patterns in "ftgmac100.c" are followed as "ftmac100.c". Oh. Thanks for pointing out. So this other driver needs to be fixed, too. > So I think you've permit that kind of coding st

Re: [U-Boot] [PATCH] ftgmac100: support of gigabit eth ftgmac100

2010-12-12 Thread Macpaul Lin
Dear Wolfgang, Please take a look at the similar driver "ftmac100.c", Some coding patterns in "ftgmac100.c" are followed as "ftmac100.c". Since the ftgmac100 has the similar hardware logic inside as the same as ftmac100. The code of ftgmac100.c is modified from ftmac100.c So I think you've permit

Re: [U-Boot] arm926ejs, timer:

2010-12-12 Thread Reinhard Meyer
Dear Wolfgang Denk, > Dear Reinhard Meyer, > > In message<4d01ea19.8070...@emk-elektronik.de> you wrote: >> Sorry for the noise, but... >> > just looked in the timer implementation for arm926ejs based boards, and > found that there is just the at91, davinci, nomadik timer implementation >>

Re: [U-Boot] compile errors with gcc-4.5.1 on OXC and RMU boards

2010-12-12 Thread Wolfgang Denk
Dear Scott Wood, In message <20101210122714.24b2c...@udp111988uds.am.freescale.net> you wrote: > On Fri, 10 Dec 2010 12:14:43 -0600 > Kumar Gala wrote: > > > On the OXC & RMU boards I'm seeing the following build error: > > > > powerpc-linux-gnu-gcc -g -Os -mrelocatable -ffunction-sections

Re: [U-Boot] 85xx board maintainership / anyone care?

2010-12-12 Thread Wolfgang Denk
Dear Kumar Gala, In message <4fa54118-1f7b-4959-94d4-cc6be2165...@kernel.crashing.org> you wrote: > There are a few 85xx boards that I'm wondering if anyone cares about or is > acting as a maintainer: > > ATUM8548 (Robert Lazarski) > MPC8540EVAL > PM854 > PM856 > socrates (Sergei Posel

Re: [U-Boot] compile errors with gcc-4.5.1

2010-12-12 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > On the OXC & RMU boards I'm seeing the following build error: > > powerpc-linux-gnu-gcc -g -Os -mrelocatable -ffunction-sections > -fdata-sections -fPIC -meabi -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0xFFF0 > -I/local/home/galak/git/u-boot-85xx/incl

Re: [U-Boot] [PATCH] Honor /memory/reg node in DTB files

2010-12-12 Thread Wolfgang Denk
Dear Deepak Saxena, In message <4d026bb2.6020...@mentor.com> you wrote: > On 12/08/2010 02:34 PM, Wolfgang Denk wrote: > > > > > I guess we can argue that the normal situation is that U-Boot will > > know how to update the DT such as needed to boot the OS. So what we > > are dealing with is a sm

Re: [U-Boot] arm926ejs, timer:

2010-12-12 Thread Wolfgang Denk
Dear Reinhard Meyer, In message <4d01ea19.8070...@emk-elektronik.de> you wrote: > Sorry for the noise, but... > > >>> just looked in the timer implementation for arm926ejs based boards, and > >>> found that there is just the at91, davinci, nomadik timer implementation > >>> fixed in actual u-boot

Re: [U-Boot] [PATCH] ftgmac100: support of gigabit eth ftgmac100

2010-12-12 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1291969229-3884-1-git-send-email-macp...@andestech.com> you wrote: > Add Faraday's ftgmac100 (gigabit ethernet) > MAC controller's driver. > > Sub configuration in this driver: > > CONFIG_FTGMAC100_EGIGA: > Support GE link update with gigabit PHY. This needs to b

Re: [U-Boot] [PATCH 0/1] at91: USART3_BASE use AT91_DBGU_BASE instead of (AT91_BASE_SYS + AT91_DBGU)

2010-12-12 Thread Reinhard Meyer
Dear Asen Dimov, > > Signed-off-by: Asen Dimov > --- > arch/arm/include/asm/arch-at91/at91cap9.h|1 + > arch/arm/include/asm/arch-at91/at91sam9260.h |1 + > arch/arm/include/asm/arch-at91/at91sam9261.h |1 + > arch/arm/include/asm/arch-at91/at91sam9g45.h |1 + > arch/arm/i

Re: [U-Boot] [PATCH alternate version V2] at91rm9200: fix lowlevel_init() SMRDATA size

2010-12-12 Thread Jens Scharsig
Dear Andreas Bießmann > ---8<--- >> @@ -65,7 +65,8 @@ LoopOsc: >> ldr r0, =SMRDATA >> ldr r1, _MTEXT_BASE >> sub r0, r0, r1 >> -add r2, r0, #80 >> +ldr r2, =SMRDATAE >> +add r2, r2, r1 > --->8--- Ok,this is wrong, But it is code from version 1. Th

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2010-12-12 Thread Mike Frysinger
On Wednesday, October 27, 2010 21:23:17 Mike Frysinger wrote: > i'd like this considered for merging even though this is using the legacy > framework. there have been attempts to rewrite the driver on top of the > new framework, but all attempts thus far have failed. this driver however > is cont

Re: [U-Boot] 85xx board maintainership / anyone care?

2010-12-12 Thread Paul Gortmaker
On Fri, Dec 10, 2010 at 1:21 PM, Kumar Gala wrote: > There are a few 85xx boards that I'm wondering if anyone cares about or is > acting as a maintainer: > > ATUM8548        (Robert Lazarski) > MPC8540EVAL > PM854 > PM856 > socrates        (Sergei Poselenov) > sbc8540 > sbc8560 I think the sbc85

[U-Boot] [PATCH 0/1] at91: USART3_BASE use AT91_DBGU_BASE instead of (AT91_BASE_SYS + AT91_DBGU)

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov --- arch/arm/include/asm/arch-at91/at91cap9.h|1 + arch/arm/include/asm/arch-at91/at91sam9260.h |1 + arch/arm/include/asm/arch-at91/at91sam9261.h |1 + arch/arm/include/asm/arch-at91/at91sam9g45.h |1 + arch/arm/include/asm/arch-at91/at91sam9rl.h |

[U-Boot] [PATCH 0/1] pm9263: ARM relocation support

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov --- board/ronetix/pm9263/config.mk |1 - board/ronetix/pm9263/pm9263.c |9 - include/configs/pm9263.h |6 ++ 3 files changed, 14 insertions(+), 2 deletions(-) delete mode 100644 board/ronetix/pm9263/config.mk diff --git a/board/ronetix/p

[U-Boot] [PATCH 1/1] pm9261: enable cache command

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov --- include/configs/pm9261.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index c7f0be9..26e5049 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -203,6 +203,7 @@ #un

[U-Boot] [PATCH 1/1] atmel_dataflash: fix calling to reset_timer() and get_timer()

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov --- drivers/spi/atmel_dataflash_spi.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/atmel_dataflash_spi.c b/drivers/spi/atmel_dataflash_spi.c index 4a5c4aa..d5215c0 100644 --- a/drivers/spi/atmel_dataflash_spi.c +++ b/drivers/s

[U-Boot] [PATCH 0/1] pm9261: ARM relocation support

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov --- board/ronetix/pm9261/config.mk |1 - board/ronetix/pm9261/pm9261.c |9 - include/configs/pm9261.h |6 ++ 3 files changed, 14 insertions(+), 2 deletions(-) delete mode 100644 board/ronetix/pm9261/config.mk diff --git a/board/ronetix/p

[U-Boot] [PATCH 0/1] pm9g45: ARM relocation support

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov --- board/ronetix/pm9g45/config.mk |1 - board/ronetix/pm9g45/pm9g45.c |9 - include/configs/pm9g45.h |6 ++ 3 files changed, 14 insertions(+), 2 deletions(-) delete mode 100644 board/ronetix/pm9g45/config.mk diff --git a/board/ronetix/p

[U-Boot] [PATCH 1/1] pm9263: enable cache command

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov --- include/configs/pm9263.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index c9e7489..96e12f2 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -214,6 +214,7 @@ #un

[U-Boot] [PATCH 1/1] pm9g45: enable cache command

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov --- include/configs/pm9g45.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h index 8822012..ec51ccf 100644 --- a/include/configs/pm9g45.h +++ b/include/configs/pm9g45.h @@ -81,6 +81,7 @@ #unde

Re: [U-Boot] OMAP3: EVM: Linker errors across tool chain versions

2010-12-12 Thread Albert ARIBAUD
Le 12/12/2010 11:32, Dirk Behme a écrit : >> 2. IIRC, the linker emits a warning, not an error. We can live some >> time with a warning if it is documented and it is being worked on. > > With 2009q1-203 it's an error and 'omap3_evm' isn't built: > > arm-none-linux-gnueabi-ld: section .bss [

Re: [U-Boot] OMAP3: EVM: Linker errors across tool chain versions

2010-12-12 Thread Dirk Behme
On 12.12.2010 11:08, Albert ARIBAUD wrote: > Hi Dirk, > > Le 12/12/2010 09:25, Dirk Behme a écrit : >> >> What's the status of the linker errors across tool chain versions seen >> by building the 'omap3_evm' board? >> >> This was already discussed in the threads [1] and [2], but it seems to >> me t

Re: [U-Boot] OMAP3: EVM: Linker errors across tool chain versions

2010-12-12 Thread Albert ARIBAUD
Hi Dirk, Le 12/12/2010 09:25, Dirk Behme a écrit : > > What's the status of the linker errors across tool chain versions seen > by building the 'omap3_evm' board? > > This was already discussed in the threads [1] and [2], but it seems to > me that there was no acceptable fix, yet? > > E.g. with Co

[U-Boot] OMAP3: EVM: Linker errors across tool chain versions

2010-12-12 Thread Dirk Behme
What's the status of the linker errors across tool chain versions seen by building the 'omap3_evm' board? This was already discussed in the threads [1] and [2], but it seems to me that there was no acceptable fix, yet? E.g. with CodeSourcery's tool chain 2009q1-203 I get arm-none-linux-gnueab