[U-Boot] Atmel pull request?

2011-06-09 Thread Wolfgang Denk
Dear Reinhard, what are the chances to see a pull request for the Atmel boards any time soon? As is, theyu still form the majority of broken ARM boards, and I would like to get the release out as soon as possible. So I'd appreciate if we could have your pull request ASAP, then I could make a -rc3

[U-Boot] u-boot hangs on panda board after some time

2011-06-09 Thread Vivi
On TI panda board, stay in u-boot and do nothing in 30 minutes, then try to get mmc info or reset, u-boot will hang. Bellow is the error log: -- Panda # printenv baudrate=115200 bootcmd=if mmc rescan ${mmcdev}; then if run loadbootscript; then run bootscript; else if run loaduimage; then run mmcb

Re: [U-Boot] Atmel pull request?

2011-06-09 Thread Eric Bénard
Hi, On 09/06/2011 09:06, Wolfgang Denk wrote: > what are the chances to see a pull request for the Atmel boards any > time soon? As is, theyu still form the majority of broken ARM boards, > and I would like to get the release out as soon as possible. > > So I'd appreciate if we could have your pul

Re: [U-Boot] [PATCH 1/1] dreamplug: Initial support.

2011-06-09 Thread Prafulla Wadaskar
> -Original Message- > From: Jason [mailto:u-b...@lakedaemon.net] > Sent: Wednesday, June 08, 2011 8:38 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Siddarth Gore; Ashish Karkare; Prabhanjan > Sarnaik > Subject: Re: [PATCH 1/1] dreamplug: Initial support. > > On Wed, Jun 08, 20

Re: [U-Boot] OpenRD: booting u-boot from NAND

2011-06-09 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Alexei Ozhigov > Sent: Wednesday, June 08, 2011 6:44 PM > To: u-boot@lists.denx.de > Subject: [U-Boot] OpenRD: booting u-boot from NAND > > Hello! > > I am trying to launch U-B

Re: [U-Boot] Atmel pull request?

2011-06-09 Thread Reinhard Meyer
Dear Wolfgang Denk, > Dear Reinhard, > > what are the chances to see a pull request for the Atmel boards any > time soon? As is, theyu still form the majority of broken ARM boards, > and I would like to get the release out as soon as possible. > > So I'd appreciate if we could have your pull requ

Re: [U-Boot] [PATCH 0/6] OMAP: fix build breaks on OMAP boards

2011-06-09 Thread Aneesh V
On Thursday 09 June 2011 01:50 AM, Albert ARIBAUD wrote: > Hi Aneesh, > > Le 07/06/2011 17:13, Aneesh V a écrit : >> Fix build breaks for OMAP boards. >> All the build breaks were due to couple of missing >> defines in the config file, namely: >> >> CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_AD

[U-Boot] [PATCH][AT91 rework 0/1] change common at91sam9263 files after AT91 rework

2011-06-09 Thread Asen Chavdarov Dimov
Signed-off-by: Asen Chavdarov Dimov --- arch/arm/include/asm/arch-at91/at91sam9263.h |1 + arch/arm/include/asm/arch-at91/at91sam9_sdramc.h |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/at91sam9263.h b/arch/arm/include/asm/arch-

[U-Boot] [PATCH][AT91 rework 0/2] A dummy() implementation _just_ to build drivers/mtd/cfi_flash.c and drivers/block/mg_disk.c drivers.

2011-06-09 Thread Asen Chavdarov Dimov
In AT91 the get_timer(base) returns the elapsed time between the time_start and later after some work. While the "others" are using reset_timer to make epoches and get current time after some work in that epoch. time_start = get_timer(0) Some work here time_elapsed = get_timer(time_start) Signed

[U-Boot] [PATCH][AT91 rework 0/1] change common at91sam9g45 files

2011-06-09 Thread Asen Chavdarov Dimov
Signed-off-by: Asen Chavdarov Dimov --- .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c| 26 ++-- arch/arm/include/asm/arch-at91/at91sam9g45.h |2 + 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/at91/at91sam9m10g45_devices

[U-Boot] [PATCH][AT91 rework 1/2] change common at91sam9261 files after AT91 rework

2011-06-09 Thread Asen Chavdarov Dimov
Signed-off-by: Asen Chavdarov Dimov --- arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c | 26 ++-- arch/arm/include/asm/arch-at91/at91sam9261.h |1 + 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c b

[U-Boot] [PATCH][AT91 rework 2/2] make pm9261 buildable for v2011.06 release

2011-06-09 Thread Asen Chavdarov Dimov
Signed-off-by: Asen Chavdarov Dimov --- board/ronetix/pm9261/led.c|9 - board/ronetix/pm9261/pm9261.c | 36 +--- boards.cfg|2 +- include/configs/pm9261.h | 18 ++ 4 files changed, 32 insertions(+),

[U-Boot] [PATCH][AT91 rework 1/1] make pm9g45 buildable for v2011.06 release

2011-06-09 Thread Asen Chavdarov Dimov
Signed-off-by: Asen Chavdarov Dimov --- Makefile |4 board/ronetix/pm9g45/pm9g45.c | 30 ++ boards.cfg|1 + include/configs/pm9g45.h | 16 +++- 4 files changed, 26 insertions(+), 25 deletions(-

[U-Boot] [PATCH][AT91 rework 1/1] make pm9263 buildable for v2011.06 release

2011-06-09 Thread Asen Chavdarov Dimov
Signed-off-by: Asen Chavdarov Dimov --- board/ronetix/pm9263/led.c|9 +++ board/ronetix/pm9263/pm9263.c | 42 +++- boards.cfg|2 +- include/configs/pm9263.h | 17 +-- 4 files changed, 35 insertions(+), 3

Re: [U-Boot] [PATCH v2 1/4] include/asm/arch-at91: update several .h files to ATMEL_xxx name scheme

2011-06-09 Thread Reinhard Meyer
Dear Eric Bénard, > Signed-off-by: Eric Bénard > --- > arch/arm/include/asm/arch-at91/at91_matrix.h | 10 +++--- > arch/arm/include/asm/arch-at91/at91_rstc.h |2 +- > arch/arm/include/asm/arch-at91/at91_wdt.h|2 +- > arch/arm/include/asm/arch-at91/at91sam9_sdramc.h |

Re: [U-Boot] [PATCH v2 3/4] cpu9260/9G20: fix board support

2011-06-09 Thread Reinhard Meyer
Am 07.06.2011 10:48, schrieb Eric Bénard: > Signed-off-by: Eric Bénard > --- > MAKEALL|2 -- > Makefile |8 > board/eukrea/cpu9260/cpu9260.c | 33 - > board/eukrea/cpu9260/led.c |6 +++--- > i

Re: [U-Boot] [PATCH v2 4/4] cpuat91: fix board support

2011-06-09 Thread Reinhard Meyer
Am 07.06.2011 10:48, schrieb Eric Bénard: > Signed-off-by: Eric Bénard > --- > MAKEALL|1 - > board/eukrea/cpuat91/cpuat91.c |6 +++--- > 2 files changed, 3 insertions(+), 4 deletions(-) Applied to u-boot-atmel/master. Thanks, Reinhard _

[U-Boot] [PATCH 1/6] omap1610h2: fix build breaks

2011-06-09 Thread Aneesh V
Provide SDRAM base address and use SRAM for initial stack --- include/configs/omap1610h2.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/omap1610h2.h b/include/configs/omap1610h2.h index 2936dcc..cb2a07f 100644 --- a/include/configs/omap1610h2.h +++ b

[U-Boot] [PATCH 6/6] omap730p2: fix build breaks

2011-06-09 Thread Aneesh V
Provide SDRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V --- include/configs/omap730p2.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/omap730p2.h b/include/configs/omap730p2.h index fa3681e..bf8e000 100644 --- a/include/con

[U-Boot] [PATCH 5/6] omap2420h4: fix build breaks

2011-06-09 Thread Aneesh V
DRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V --- include/configs/omap2420h4.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/omap2420h4.h b/include/configs/omap2420h4.h index 2888c7b..01f402b 100644 --- a/include/configs/om

[U-Boot] [PATCH 3/6] omap1510inn: fix build breaks

2011-06-09 Thread Aneesh V
Provide SDRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V --- include/configs/omap1510inn.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/omap1510inn.h b/include/configs/omap1510inn.h index 9ff4f84..62c1721 100644 --- a/inclu

[U-Boot] [PATCH 4/6] omap1610inn: fix build breaks

2011-06-09 Thread Aneesh V
Provide SDRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V --- include/configs/omap1610inn.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/omap1610inn.h b/include/configs/omap1610inn.h index 0b41c46..9b9c8d1 100644 --- a/include

[U-Boot] [PATCH 2/6] omap5912osk: fix build breaks

2011-06-09 Thread Aneesh V
Provide SDRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V --- include/configs/omap5912osk.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/omap5912osk.h b/include/configs/omap5912osk.h index b875464..db25b86 100644 --- a/inclu

[U-Boot] [PATCH 0/6] OMAP: fix build breaks on OMAP boards

2011-06-09 Thread Aneesh V
Fix build breaks for OMAP boards. All the build breaks were due to couple of missing defines in the config file, namely: CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_ADDR They have been fixed by providing the right SDRAM base address and by using SRAM base as the initial stack address. None of t

[U-Boot] [PATCH] AT91 rework: pm9261, pm9263 and pm9g45

2011-06-09 Thread RONETIX - Asen Dimov
Hello, I got several instances of the patches, probably you got it too, so I apology for the mess. Here is the list of patches: [PM9261] http://patchwork.ozlabs.org/patch/99663/ http://patchwork.ozlabs.org/patch/99665/ http://patchwork.ozlabs.org/patch/99666/ [PM9263] http://patchwork.ozlabs.or

Re: [U-Boot] [PATCH v2 1/4] include/asm/arch-at91: update several .h files to ATMEL_xxx name scheme

2011-06-09 Thread Reinhard Meyer
Am 09.06.2011 10:25, schrieb Eric Bénard: > Hi Reinhard, > > On 09/06/2011 10:17, Reinhard Meyer wrote: >> Several lines are longer than 80 chars. Can you fix this asap? >> >> I think the comments could be left away completely or at least shortened by >> removing the obvios "SDAM Controller" part.

[U-Boot] [PATCH] MX3: make additional hardware and clocks available

2011-06-09 Thread Helmut Raiger
This patch is in preparation for the contribution of our board support. More to follow ... diff --git a/arch/arm/cpu/arm1136/mx31/devices.c b/arch/arm/cpu/arm1136/mx31/devices.c index 1e7d48f..ace48f4 100644 --- a/arch/arm/cpu/arm1136/mx31/devices.c +++ b/arch/arm/cpu/arm1136/mx31/devices.c @@ -

Re: [U-Boot] Atmel pull request?

2011-06-09 Thread Andreas Bießmann
Dear Eric Bénard, Am 09.06.2011 09:13, schrieb Eric Bénard: > Hi, > > On 09/06/2011 09:06, Wolfgang Denk wrote: >> what are the chances to see a pull request for the Atmel boards any >> time soon? As is, theyu still form the majority of broken ARM boards, >> and I would like to get the release ou

Re: [U-Boot] [PATCH v2][ARM][AT91] Build fix/update of AFEB9260

2011-06-09 Thread Reinhard Meyer
Dear Sergey Lapin, > Make AFEB9260 build again. > Based on fix for AT91SAM9260EK. > > Signed-off-by: Sergey Lapin > --- > Cleaned-up a bit > > board/afeb9260/afeb9260.c | 103 --- > boards.cfg |2 +- > include/configs/afeb9260.h |

[U-Boot] [PATCH v3 2/2] hwmon: do not init sensors on startup

2011-06-09 Thread Heiko Schocher
The U-Boot Design Principles[1] clearly say: Initialize devices only when they are needed within U-Boot, i.e. don't initialize the Ethernet interface(s) unless U-Boot performs a download over Ethernet; don't initialize any IDE or USB devices unless U-Boot actually tries to load files from

[U-Boot] [PATCH v3 1/2] common: move BUILD_BUG_ON define to common.h

2011-06-09 Thread Heiko Schocher
see discussion also here: http://patchwork.ozlabs.org/patch/75309/ Signed-off-by: Heiko Schocher cc: Wolfgang Denk cc: Holger Brunck --- - changes for v3 moved this define only to common.h If we find a good name for a headerfile which is suggested in thread: http://thread.gmane.org/gm

[U-Boot] [PATCH] sh: Clean up rsk7264 board settings

2011-06-09 Thread Phil Edworthy
Adjusted default settings so that we can boot zImages and uImages. Removed unused settings, use default commands and where possible calculate all other settings. Signed-off-by: Phil Edworthy Cc: Nobuhiro Iwamatsu --- include/configs/rsk7264.h | 100 ++--

Re: [U-Boot] [PATCH 1/2] at91: move a/a/c/arm926ejs/at91/clock.c -> a/a/lib/at91

2011-06-09 Thread Reinhard Meyer
Dear Andreas Bießmann, > The at91/clock.c is copied from linux kernel and has support for both > arm920t and arm926ejs core devices. Therefore this patch moves this > generic at91/clock.c to a new place at arch/arm/lib/at91 to be used from > at91 family devices. > > We build a new libat91-common.o

Re: [U-Boot] [PATCH 1/2] at91: move a/a/c/arm926ejs/at91/clock.c -> a/a/lib/at91

2011-06-09 Thread Andreas Bießmann
Dear Reinhard Meyer, Am 09.06.2011 11:38, schrieb Reinhard Meyer: > Dear Andreas Bießmann, >> The at91/clock.c is copied from linux kernel and has support for both >> arm920t and arm926ejs core devices. Therefore this patch moves this >> generic at91/clock.c to a new place at arch/arm/lib/at91 to

Re: [U-Boot] [PATCH v2] arm920t/at91: use new clock features from libat91-common

2011-06-09 Thread Andreas Bießmann
resent to right list ... Dear Reinhard Meyer, Am 09.06.2011 11:21, schrieb Reinhard Meyer: > Dear Andreas Bießmann, >> This patch enables the new clock features from new libat91-common. This >> is a required step to get at91rm9200_usart replaced by atmel_usart >> driver. >> >> Signed-off-by: Andr

[U-Boot] Help on mem relocation issue when reworking on at91sam9rlek

2011-06-09 Thread Hong Xu
Hi Reinhard, I have an issue when I reworked U-Boot for AT91SAM9RL-EK. When I choose `at91sam9rlek_nandflash', things are quite smooth. But when I choose `at91sam9rlek_dataflash_cs0', uboot will stop booting after `relocate_code()'. Do you have some hints about this? Thanks a lot. Please see bel

Re: [U-Boot] [PATCH 1/2] at91: move a/a/c/arm926ejs/at91/clock.c -> a/a/lib/at91

2011-06-09 Thread Reinhard Meyer
Dear Andreas Bießmann, > Dear Reinhard Meyer, > > Am 09.06.2011 11:38, schrieb Reinhard Meyer: >> Dear Andreas Bießmann, >>> The at91/clock.c is copied from linux kernel and has support for both >>> arm920t and arm926ejs core devices. Therefore this patch moves this >>> generic at91/clock.c to a n

[U-Boot] [PATCH] at91_emac: fix compile warning

2011-06-09 Thread Andreas Bießmann
This patch removes the warning ---8<--- at91_emac.c: In function 'at91emac_write_hwaddr': at91_emac.c:487:2: warning: dereferencing type-punned pointer will break strict-aliasing rules --->8--- Signed-off-by: Andreas Bießmann --- BEWARE! This patch is only compile tested! It is possible, that

Re: [U-Boot] [PATCH v2 1/4] include/asm/arch-at91: update several .h files to ATMEL_xxx name scheme

2011-06-09 Thread Eric Bénard
Hi Reinhard, On 09/06/2011 10:17, Reinhard Meyer wrote: > Several lines are longer than 80 chars. Can you fix this asap? > > I think the comments could be left away completely or at least shortened by > removing the obvios "SDAM Controller" part. > These lines are already over 80 char before this

Re: [U-Boot] [PATCH] AT91 rework: pm9261, pm9263 and pm9g45

2011-06-09 Thread Reinhard Meyer
Dear Asen Dimov, > Hello, > > I got several instances of the patches, probably you got it too, > so I apology for the mess. Actually, I did get none per e-Mail, I see them in patchworks only. > > Here is the list of patches: > > [PM9261] > http://patchwork.ozlabs.org/patch/99663/ The empty re

Re: [U-Boot] [PATCH] AT91 rework: pm9261, pm9263 and pm9g45

2011-06-09 Thread Reinhard Meyer
Am 09.06.2011 12:57, schrieb Reinhard Meyer: > Dear Asen Dimov, >> Hello, >> >> I got several instances of the patches, probably you got it too, >> so I apology for the mess. > > Actually, I did get none per e-Mail, I see them in patchworks only. > >> >> Here is the list of patches: >> >> [PM9261

Re: [U-Boot] [PATCH 1/2] at91: move a/a/c/arm926ejs/at91/clock.c -> a/a/lib/at91

2011-06-09 Thread Andreas Bießmann
Dear Reinhard Meyer, Am 09.06.2011 12:23, schrieb Reinhard Meyer: > Dear Andreas Bießmann, >> Dear Reinhard Meyer, >> >> Am 09.06.2011 11:38, schrieb Reinhard Meyer: >>> Dear Andreas Bießmann, >>> On any account, we should discuss about opening a subdir lib scheme first. >>> Currently arch/arm/

Re: [U-Boot] [PATCH] at91_emac: fix compile warning

2011-06-09 Thread Reinhard Meyer
Dear Andreas Bießmann, > This patch removes the warning > > ---8<--- > at91_emac.c: In function 'at91emac_write_hwaddr': > at91_emac.c:487:2: warning: dereferencing type-punned pointer will break > strict-aliasing rules > --->8--- > > Signed-off-by: Andreas Bießmann > --- > BEWARE! This patch i

Re: [U-Boot] Atmel pull request?

2011-06-09 Thread Wolfgang Denk
Dear Reinhard Meyer, In message <4df07d45.2050...@emk-elektronik.de> you wrote: > > > what are the chances to see a pull request for the Atmel boards any > > time soon? As is, theyu still form the majority of broken ARM boards, > > and I would like to get the release out as soon as possible. > >

Re: [U-Boot] [PATCH v2 1/4] include/asm/arch-at91: update several .h files to ATMEL_xxx name scheme

2011-06-09 Thread Wolfgang Denk
Dear Reinhard Meyer, In message <4df08b3d.5040...@emk-elektronik.de> you wrote: > > > These lines are already over 80 char before this patch which only > > fix the define names : please apply this patch as is. > > I am not sure about current policy about this... Policy is that in such situation

Re: [U-Boot] Atmel pull request?

2011-06-09 Thread Wolfgang Denk
Dear Andreas, In message <4df08c57.8080...@gmail.com> you wrote: > > @Wolfgang: Deletion of defective ARM boards will start after 2011.06 > release. Is that correct? Correct - though probably not right immediately (depending on available time / current workload), and excluding boards where patch

Re: [U-Boot] [PATCH] at91_emac: fix compile warning

2011-06-09 Thread Andreas Bießmann
Dear Reinahrd Meyer, Am 09.06.2011 13:08, schrieb Reinhard Meyer: > Dear Andreas Bießmann, >> This patch removes the warning >> >> ---8<--- >> at91_emac.c: In function 'at91emac_write_hwaddr': >> at91_emac.c:487:2: warning: dereferencing type-punned pointer will break >> strict-aliasing rules >>

[U-Boot] [PATCH v3 4/6] omap1610inn: fix build breaks

2011-06-09 Thread Aneesh V
Provide SDRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V --- include/configs/omap1610inn.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/omap1610inn.h b/include/configs/omap1610inn.h index 0b41c46..e82b4b2 100644 --- a/inclu

[U-Boot] [PATCH v3 3/6] omap1510inn: fix build breaks

2011-06-09 Thread Aneesh V
Provide SDRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V --- include/configs/omap1510inn.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/omap1510inn.h b/include/configs/omap1510inn.h index 9ff4f84..62c1721 100644 --- a/inclu

[U-Boot] [PATCH v3 1/6] omap1610h2: fix build breaks

2011-06-09 Thread Aneesh V
Provide SDRAM base address and use SRAM for initial stack --- include/configs/omap1610h2.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/omap1610h2.h b/include/configs/omap1610h2.h index 2936dcc..cb2a07f 100644 --- a/include/configs/omap1610h2.h +++ b

[U-Boot] [PATCH v3 0/6] OMAP: fix build breaks on OMAP boards

2011-06-09 Thread Aneesh V
Fix build breaks for OMAP boards. All the build breaks were due to couple of missing defines in the config file, namely: CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_ADDR They have been fixed by providing the right SDRAM base address and by using SRAM base as the initial stack address. None of t

[U-Boot] [PATCH v3 6/6] omap730p2: fix build breaks

2011-06-09 Thread Aneesh V
Provide SDRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V --- include/configs/omap730p2.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/omap730p2.h b/include/configs/omap730p2.h index fa3681e..bf8e000 100644 --- a/include/con

[U-Boot] [PATCH v3 2/6] omap5912osk: fix build breaks

2011-06-09 Thread Aneesh V
Provide SDRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V --- include/configs/omap5912osk.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/omap5912osk.h b/include/configs/omap5912osk.h index b875464..db25b86 100644 --- a/inclu

[U-Boot] [PATCH v3 5/6] omap2420h4: fix build breaks

2011-06-09 Thread Aneesh V
DRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V --- include/configs/omap2420h4.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/omap2420h4.h b/include/configs/omap2420h4.h index 2888c7b..01f402b 100644 --- a/include/configs/om

[U-Boot] [PATCH] macb: fix compile warning

2011-06-09 Thread Andreas Bießmann
This patch fixes following compile warning: ---8<--- macb.c: In function 'macb_write_hwaddr': macb.c:525:2: warning: dereferencing type-punned pointer will break strict-aliasing rules --->8--- Signed-off-by: Andreas Bießmann --- BEWARE! this patch is only copile tested! drivers/net/macb.c |

[U-Boot] [PATCH] ARM: Update maintainer of board scb9328

2011-06-09 Thread Torsten Koschorrek
Signed-off-by: Torsten Koschorrek --- MAINTAINERS |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index c462ae2..fe578ef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -684,7 +684,7 @@ Matthias Kaehlcke edb9315 ARM920T

[U-Boot] [PATCH] scb9328: Add ARM relocation support

2011-06-09 Thread Torsten Koschorrek
This patch fixed compiler errors due to missing definitions of CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_ADDR. The board doesn't start, though. A v2 of this patch or a seperate patch will fix the error when it was found. Signed-off-by: Torsten Koschorrek --- board/scb9328/config.mk |2

Re: [U-Boot] [PATCH] MX3: make additional hardware and clocks available

2011-06-09 Thread Stefano Babic
On 06/09/2011 10:58 AM, Helmut Raiger wrote: > This patch is in preparation for the contribution of our board support. > More to follow ... Hi Helmut, please replace this with a useful comment for the commit, describing what the patch is thought to do or which issue should solve. You must add y

Re: [U-Boot] [PATCH] at91_emac: fix compile warning

2011-06-09 Thread Reinhard Meyer
Dear Andreas Bießmann, >>> + writel( (netdev->enetaddr[0] | netdev->enetaddr[1] << 8 | >>> + netdev->enetaddr[2] << 16 | netdev->enetaddr[3] << 24), >>> + &emac->sa2l); >> >> OUCH, I would think by precedence rules, | comes before << !?!?! > > You are wrong, t

[U-Boot] [PATCH v2] macb: fix compile warning

2011-06-09 Thread Andreas Bießmann
This patch fixes following compile warning: ---8<--- macb.c: In function 'macb_write_hwaddr': macb.c:525:2: warning: dereferencing type-punned pointer will break strict-aliasing rules --->8--- Signed-off-by: Andreas Bießmann --- BEWARE! this patch is only compile tested! changes since v1: - u

Re: [U-Boot] [PATCH] at91_emac: fix compile warning

2011-06-09 Thread Andreas Bießmann
Dear Reinhard Meyer, Am 09.06.2011 14:06, schrieb Reinhard Meyer: > Dear Andreas Bießmann, >>> Already applied to u-boot-atmel/master, >> >> But why do you apply the patch, if there are questions? > > At first, the << | seemed ok to me, so I applied ;) Well that is ok, but this have never run

Re: [U-Boot] [PATCH] AT91 rework: pm9261, pm9263 and pm9g45

2011-06-09 Thread RONETIX - Asen Dimov
Hello Reinhard, On 06/09/2011 01:57 PM, Reinhard Meyer wrote: ... > Dear Asen Dimov, > The empty reset_timer() function added there can obviously only > solve build issues. > On any account reset_timer() must not be used anymore. > As such this patch must get a NAK. > The architectures, except AT9

Re: [U-Boot] [PATCH] AT91 rework: pm9261, pm9263 and pm9g45

2011-06-09 Thread RONETIX - Asen Dimov
Hi Reinhard, On 06/09/2011 02:00 PM, Reinhard Meyer wrote: ... >>> http://patchwork.ozlabs.org/patch/99665/ >>> http://patchwork.ozlabs.org/patch/99666/ >>> >>> [PM9263] >>> http://patchwork.ozlabs.org/patch/99662/ >>> http://patchwork.ozlabs.org/patch/99668/ >>> >>> [PM9G45] >>> http://patchwork.

[U-Boot] Please pull u-boot-ti/master

2011-06-09 Thread s-paulraj
The following changes since commit 9571865e0d32b1bcf8a6625497d1cd5d4bbad354: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at: git://git.denx.de/u-boot-ti.git master Aneesh V (6): omap1610h2: fix build breaks

Re: [U-Boot] [PATCH] AT91 rework: pm9261, pm9263 and pm9g45

2011-06-09 Thread Reinhard Meyer
Dear Asen Dimov, > Hello Reinhard, > > On 06/09/2011 01:57 PM, Reinhard Meyer wrote: > ... >> Dear Asen Dimov, >> The empty reset_timer() function added there can obviously only >> solve build issues. >> On any account reset_timer() must not be used anymore. >> As such this patch must get a NAK. >

Re: [U-Boot] [PATCH] AT91 rework: pm9261, pm9263 and pm9g45

2011-06-09 Thread Reinhard Meyer
Dear Asen Dimov, > Hi Reinhard, > > On 06/09/2011 02:00 PM, Reinhard Meyer wrote: > ... http://patchwork.ozlabs.org/patch/99665/ http://patchwork.ozlabs.org/patch/99666/ [PM9263] http://patchwork.ozlabs.org/patch/99662/ http://patchwork.ozlabs.org/patch/99668/ >>

Re: [U-Boot] [PATCH] scb9328: Add ARM relocation support

2011-06-09 Thread Stefano Babic
On 06/09/2011 01:36 PM, Torsten Koschorrek wrote: > This patch fixed compiler errors due to missing definitions of > CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_ADDR. > > The board doesn't start, though. A v2 of this patch or a seperate patch > will fix the error when it was found. > > Signed-of

Re: [U-Boot] u-boot hangs on panda board after some time

2011-06-09 Thread Mike Frysinger
On Thu, Jun 9, 2011 at 03:28, Vivi wrote: > On TI panda board, stay in u-boot and do nothing in 30 minutes, then > try to get mmc info or reset, u-boot will hang. sounds like the core timer logic is broken for whatever omap part is on there -mike ___ U-B

[U-Boot] [PATCH] MX31: QONG: drop config.mk

2011-06-09 Thread Stefano Babic
Remove obsolete config.mk from QONG board. Signed-off-by: Stefano Babic --- board/davedenx/qong/config.mk |3 --- include/configs/qong.h|4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 board/davedenx/qong/config.mk diff --git a/board/davedenx/qong/co

Re: [U-Boot] [PATCH v2][ARM][AT91] Build fix/update of AFEB9260

2011-06-09 Thread Sergey Lapin
On Thu, Jun 09, 2011 at 11:13:25AM +0200, Reinhard Meyer wrote: > Dear Sergey Lapin, > > Make AFEB9260 build again. > > Based on fix for AT91SAM9260EK. > > > > Signed-off-by: Sergey Lapin > > --- > > Cleaned-up a bit > > > > board/afeb9260/afeb9260.c | 103 > > ---

Re: [U-Boot] [PATCH] MX3: make additional hardware and clocks available

2011-06-09 Thread Helmut Raiger
On 06/09/2011 01:58 PM, Stefano Babic wrote: > On 06/09/2011 10:58 AM, Helmut Raiger wrote: >> This patch is in preparation for the contribution of our board support. >> More to follow ... > Hi Helmut, > > please replace this with a useful comment for the commit, describing > what the patch is thou

[U-Boot] [PATCH v3][AT91][ARM] Build fix/update of AFEB9260

2011-06-09 Thread Sergey Lapin
Make AFEB9260 build again. Based on fix for AT91SAM9260EK. Signed-off-by: Sergey Lapin --- Fixed unneeded 1s in defines in config .h Removed most undefs. Setting SoC name in config .h board/afeb9260/afeb9260.c | 103 --- include/configs/afeb9260.h | 46

Re: [U-Boot] [PATCH v3][AT91][ARM] Build fix/update of AFEB9260

2011-06-09 Thread Sergey Lapin
On Thu, Jun 09, 2011 at 11:12:15AM -0400, Sergey Lapin wrote: > Make AFEB9260 build again. > Based on fix for AT91SAM9260EK. > > Signed-off-by: Sergey Lapin > --- > Fixed unneeded 1s in defines in config .h > Removed most undefs. > Setting SoC name in config .h > board/afeb9260/afeb9260.c | 10

[U-Boot] [PATCH v2] sh: Clean up rsk7264 board settings

2011-06-09 Thread Phil Edworthy
Adjusted default settings so that we can boot zImages and uImages. Removed unused settings, use default commands and where possible calculate all other settings. Signed-off-by: Phil Edworthy Cc: Nobuhiro Iwamatsu --- Changes for v2: - Moved u-boot relocation address to top 256KB of ram - R

[U-Boot] [PATCH] ATMEL (AT91): Fix compile errors for at91sam9m10g45 Eval Kit

2011-06-09 Thread Alex Waterman
Subject: [PATCH] ATMEL: Fix compile errors for at91sam9m10g45 Eval Kit This patch fixes numerous compile errors for the at91sam9m10g45 Eval Kit. Also implements some dummy functions for the timer code to allow final linking. Finally, this patch also adds this board to the boards.cfg file. Signed-

[U-Boot] [PATCH v4][AT91][ARM] Build fix/update of AFEB9260

2011-06-09 Thread Sergey Lapin
Make AFEB9260 build again. Based on fix for AT91SAM9260EK. Signed-off-by: Sergey Lapin --- Fixed unneeded 1s in defines in board configuration Removed most undefs in board configuration Setting SoC name in board configuration board/afeb9260/afeb9260.c | 101 ---

Re: [U-Boot] u-boot hangs on panda board after some time

2011-06-09 Thread Igor Grinberg
On 06/09/11 17:42, Mike Frysinger wrote: > On Thu, Jun 9, 2011 at 03:28, Vivi wrote: >> On TI panda board, stay in u-boot and do nothing in 30 minutes, then >> try to get mmc info or reset, u-boot will hang. > sounds like the core timer logic is broken for whatever omap part is on there or the wa

Re: [U-Boot] [PATCH v2] macb: fix compile warning

2011-06-09 Thread Reinhard Meyer
Dear Andreas Bießmann, > This patch fixes following compile warning: > > ---8<--- > macb.c: In function 'macb_write_hwaddr': > macb.c:525:2: warning: dereferencing type-punned pointer will break > strict-aliasing rules > --->8--- > > Signed-off-by: Andreas Bießmann Tested-by: Reinhard Meyer > ---

Re: [U-Boot] [RFC PATCH] checkpatch.pl: Add ability to ignore various messages

2011-06-09 Thread Joe Perches
On Mon, 2011-04-25 at 17:43 -0700, Joe Perches wrote: > Some users would like the ability to not emit some of the > messages that checkpatch produces. > > Add command line option to "--ignore" various message types. > Add .checkpatch.conf file to store a default set of "ignore" flags > Categorize

Re: [U-Boot] [RFC PATCH] checkpatch.pl: Add ability to ignore various messages

2011-06-09 Thread Mike Frysinger
On Thursday, June 09, 2011 15:26:46 Joe Perches wrote: > On Mon, 2011-04-25 at 17:43 -0700, Joe Perches wrote: > > Some users would like the ability to not emit some of the > > messages that checkpatch produces. > > > > Add command line option to "--ignore" various message types. > > Add .checkpat

Re: [U-Boot] [PATCH] powerpc/p1022ds: set the clock-frequency property only if the clock is enabled

2011-06-09 Thread Kumar Gala
On Jun 9, 2011, at 1:10 AM, Timur Tabi wrote: > The clock-frequency property in an audio codec's device tree node is set to > the input clock frequency for that codec. On the Freescale P1022DS reference > board, the input clock is enabled only if the hwconfig 'audclk' option is set. > Therefore,

[U-Boot] [GIT pull] Please pull u-boot-mpc85xx

2011-06-09 Thread Kumar Gala
The following changes since commit 9571865e0d32b1bcf8a6625497d1cd5d4bbad354: Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-06-08 23:29:04 +0200) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Timur Tabi (1): powerpc/p1022ds: set the cloc

Re: [U-Boot] u-boot hangs on panda board after some time

2011-06-09 Thread John Rigby
On Thu, Jun 9, 2011 at 8:42 AM, Mike Frysinger wrote: > On Thu, Jun 9, 2011 at 03:28, Vivi wrote: >> On TI panda board, stay in u-boot and do nothing in 30 minutes, then >> try to get mmc info or reset, u-boot will hang. > > sounds like the core timer logic is broken for whatever omap part is on t

[U-Boot] [PATCH] AT91: Makes AT91SAM9RL-EK build correctly against the mainline HEAD

2011-06-09 Thread Hong Xu
Rework for AT91SAM9RL-EK, makes it build again. Based on the work for AT91SAM9260-EK. Signed-off-by: Hong Xu --- Makefile | 12 -- arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c | 26 ++-- arch/arm/include/asm/arch-at91/at91_spi.h |2

Re: [U-Boot] encounter 'bad length' problem in u-boot

2011-06-09 Thread Wolfgang Denk
Dear jxnuxdy, In message <71744a2e.17da7.130777b8fa1.coremail.jxnu...@163.com> you wrote: > > I enconter the problem 'bad length' during the ping, can anybody > give a point as how this issue happen, how to kill it even this maybe > not an critical issue ... Which board is this, and which exact v