Re: [U-Boot] [PATCH 1/2] arm: implement ELF relocations

2010-10-06 Thread Albert ARIBAUD
Le 06/10/2010 08:45, Reinhard Meyer a écrit : > Dear Albert ARIBAUD, > Also I observed problems with old AT91 code since without > CONFIG_SYS_ARM_WITHOUT_RELOC board_init() is called very early, with it > is called after relocation is done. I think most AT91 boards that copied > code from AT91SAM

Re: [U-Boot] [PATCH] logodl: : remove code for yet another corpse

2010-10-06 Thread Wolfgang Denk
Dear Marek Vasut, In message <201010060532.51445.marek.va...@gmail.com> you wrote: > Dne Út 5. ríjna 2010 22:03:23 Wolfgang Denk napsal(a): > > The logodl board has long been unmaintained and left broken. > > As obviously nobody is interestedin that code any more, we may as well > > remove it. > >

Re: [U-Boot] [PATCH] smc91111: add write_hwaddr

2010-10-06 Thread Wolfgang Denk
Dear Thomas Chou, In message <4cac0b1e.1050...@wytron.com.tw> you wrote: > > I was confused by the greylisting of denx mail server and wondered why > the first mail was not received after 12 hours. There is no greylisting on our side. Best regards, Wolfgang Denk -- DENX Software Engineering

[U-Boot] [PATCH 1/4] sf: winbond: add support W25Q64 parts

2010-10-06 Thread Mike Frysinger
From: Graeme Smecher Adds support for Winbond's W25Q64 SPI flash. These devices are used on (among others) Xilinx' SP601 and SP605 Spartan-6 evaluation boards. Tested with "sf" commands. Signed-off-by: Graeme Smecher Signed-off-by: Mike Frysinger --- drivers/mtd/spi/winbond.c |9 +

[U-Boot] [PATCH 2/4] sf: spansion: fixing erasing when sector size >64KiB

2010-10-06 Thread Mike Frysinger
From: Marc-André Hébert The spansion_erase currently only works when the sector size is 64KB. cmd[1] should contain the higher 8 bit of the 24 bit address of the sector to be erased. Currently it is holding the sector index to be erased which happens to be the same thing when the sector size is 6

[U-Boot] [PATCH 3/4] sf: spansion: add support for S25FL032P parts

2010-10-06 Thread Mike Frysinger
From: David Jander This patch introduces an extra mask-field in spansion_spi_flash_params to support flash chips with 1-byte extended ID (like the S25FL032P). Signed-off-by: David Jander Signed-off-by: Mike Frysinger --- drivers/mtd/spi/spansion.c |9 + 1 files changed, 9 insertio

[U-Boot] [PATCH 4/4] sspi: add options to specify bus and mode

2010-10-06 Thread Mike Frysinger
From: Reinhard Meyer and clean up error messages and help, removed pointless debug() call. Signed-off-by: Reinhard Meyer Signed-off-by: Mike Frysinger --- common/cmd_spi.c | 40 +--- 1 files changed, 25 insertions(+), 15 deletions(-) diff --git a/common/

[U-Boot] [PATCH 0/4] SPI updates for v2010.10

2010-10-06 Thread Mike Frysinger
Simple stuff already posted to the list a while ago. I'm pretty sure I have all the latest versions of these patches, but submitters should probably double check ... David Jander (1): sf: spansion: add support for S25FL032P parts Graeme Smecher (1): sf: winbond: add support W25Q64 parts Mar

Re: [U-Boot] [PATCH 0/4] SPI updates for v2010.10

2010-10-06 Thread Reinhard Meyer
Dear Mike Frysinger, > Simple stuff already posted to the list a while ago. I'm pretty sure > I have all the latest versions of these patches, but submitters should > probably double check ... You might want to look at my V5 Patch of SPI table driven probing and RAMTRON support. Its V4 with your r

Re: [U-Boot] VCMA9 build fails: ARM board references PPC4xx header

2010-10-06 Thread David Müller (ELSOFT AG)
Wolfgang Denk schrieb: > The problem comes from board/mpl/common/memtst.c which contains an > unconditional "#include " which is obviously wrong > when the file gets compiled for an ARM board as VCMA9. > > Can you please provide a fix? The solution is to remove the include completely as it is not

Re: [U-Boot] [PATCH] logodl: : remove code for yet another corpse

2010-10-06 Thread Graeme Russ
On 06/10/10 15:50, Reinhard Meyer wrote: > Dear Graeme Russ, >> On Wed, Oct 6, 2010 at 2:32 PM, Marek Vasut >> wrote: >> The first thing that is always said when someone asks about a board they >> have been given/bought with an old version of U-Boot is to upgrade, >> pretty >> hard to do if it's

Re: [U-Boot] [PATCH] orion5x: optimize window size computation

2010-10-06 Thread Prafulla Wadaskar
> -Original Message- > From: Albert ARIBAUD [mailto:albert.arib...@free.fr] > Sent: Wednesday, October 06, 2010 11:22 AM > To: Chris Moore > Cc: Prafulla Wadaskar; u-boot@lists.denx.de; Ashish Karkare; > Prabhanjan Sarnaik > Subject: Re: [U-Boot] [PATCH] orion5x: optimize window size

[U-Boot] Mvbge driver broken on kirkwood platforms after ARM relocation

2010-10-06 Thread Prafulla Wadaskar
Hi Albert After rebasing to new ARM relocation code base and updating Kirkwood board support. I am unable to get my network driver through (mvgbe) Have you tested this on edminv2 platform? If it is working at your end? Can you please cross check the same with Kirkwood platform? Regards.. Prafu

Re: [U-Boot] [PATCH] futile c relocation attempt

2010-10-06 Thread Graeme Russ
On 06/10/10 01:48, Reinhard Meyer wrote: > --- > arch/arm/cpu/arm926ejs/start.S |8 - > arch/arm/lib/board.c | 57 > +++- > include/configs/top9000_9xe.h |1 + > 3 files changed, 63 insertions(+), 3 deletions(-) > I had a quick look a

Re: [U-Boot] [PATCH] guruplug: Add support for various file systems and features

2010-10-06 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Ludovic Courtès > Sent: Wednesday, October 06, 2010 3:33 AM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH] guruplug: Add support for various > file systems and feature

Re: [U-Boot] [PATCH] futile c relocation attempt

2010-10-06 Thread Reinhard Meyer
Dear Graeme Russ, > I had a quick look at this and nothing is jumping out at me. Of course I am > not familiar with ARM asm... > > I don't see any reason why this ultimately will not work eventually. You > may be having some issues with the transition from asm->C->asm through the > relocation - Th

Re: [U-Boot] [PATCH 2/4] sf: spansion: fixing erasing when sector size >64KiB

2010-10-06 Thread Sergei Shtylyov
Hello. On 06-10-2010 11:37, Mike Frysinger wrote: > From: Marc-André Hébert > The spansion_erase currently only works when the sector size is 64KB. > cmd[1] should contain the higher 8 bit of the 24 bit address of the > sector to be erased. Currently it is holding the sector index to be > erased

Re: [U-Boot] [PATCH] futile c relocation attempt

2010-10-06 Thread Graeme Russ
On Wednesday, October 6, 2010, Reinhard Meyer wrote: > Dear Graeme Russ, >> I had a quick look at this and nothing is jumping out at me. Of course I am >> not familiar with ARM asm... >> >> I don't see any reason why this ultimately will not work eventually. You >> may be having some issues with t

Re: [U-Boot] USB: EHCI reports EHCI fail timeout STD_ASS reset

2010-10-06 Thread Stefano Babic
Stefano Babic wrote: > Hi all, > > I am adding EHCI support to the MX.31 Soc. I got an error from the > ehci-hcd controller, that seems (apparently!) to not depend by the Soc I > am using. In the meantime I discovered this is an HW failure - with an external USB HUB the problem disappears. Stefa

Re: [U-Boot] VCMA9 build fails: ARM board references PPC4xx header

2010-10-06 Thread Peter Tyser
On Wed, 2010-10-06 at 09:38 +0200, "David Müller (ELSOFT AG)" wrote: > Wolfgang Denk schrieb: > > The problem comes from board/mpl/common/memtst.c which contains an > > unconditional "#include " which is obviously wrong > > when the file gets compiled for an ARM board as VCMA9. > > > > Can you ple

Re: [U-Boot] [PATCH] orion5x: optimize window size computation

2010-10-06 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message you wrote: > > > Or how about a double Signed-off-by? > > BTW: double Signed-off-by is not a bad idea, lot other patches follows the = > same. > I wouldn't mind to ack such patches. > May be Wolfgang can better comment on this. Yes, double SoB is OK here. [T

Re: [U-Boot] Mvbge driver broken on kirkwood platforms after ARM relocation

2010-10-06 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message you wrote: > > After rebasing to new ARM relocation code base and updating Kirkwood board > support. > I am unable to get my network driver through (mvgbe) > > Have you tested this on edminv2 platform? > If it is working at your end? Can you please cross che

Re: [U-Boot] [PATCH] orion5x: optimize window size computation

2010-10-06 Thread Albert ARIBAUD
Le 06/10/2010 15:29, Wolfgang Denk a écrit : > Dear Prafulla Wadaskar, > > In message > you wrote: >> >>> Or how about a double Signed-off-by? >> >> BTW: double Signed-off-by is not a bad idea, lot other patches follows the = >> same. >> I wouldn't mind to ack such patches. >> May be Wolfgang can

Re: [U-Boot] Mvbge driver broken on kirkwood platforms after ARM relocation

2010-10-06 Thread Albert ARIBAUD
Le 06/10/2010 15:30, Wolfgang Denk a écrit : > Dear Prafulla Wadaskar, > > In message > you wrote: >> >> After rebasing to new ARM relocation code base and updating Kirkwood board >> support. >> I am unable to get my network driver through (mvgbe) >> >> Have you tested this on edminv2 platform?

Re: [U-Boot] Mvbge driver broken on kirkwood platforms after ARM relocation

2010-10-06 Thread Albert ARIBAUD
Le 06/10/2010 15:54, Albert ARIBAUD a écrit : >>> Have you tested this on edminv2 platform? >>> If it is working at your end? Can you please cross check the same with >>> Kirkwood platform? > > I am positive that mvgbe driver works, because it initially did not on > my edminiv2, and I traced the

Re: [U-Boot] Mvbge driver broken on kirkwood platforms after ARM relocation

2010-10-06 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert ARIBAUD > Sent: Wednesday, October 06, 2010 7:26 PM > To: Albert ARIBAUD > Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik > Subject: Re: [U-Boot] Mvbge dri

Re: [U-Boot] Mvbge driver broken on kirkwood platforms after ARM relocation

2010-10-06 Thread Prafulla Wadaskar
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Wednesday, October 06, 2010 7:00 PM > To: Prafulla Wadaskar > Cc: Albert ARIBAUD; u-boot@lists.denx.de; Ashish Karkare; > Prabhanjan Sarnaik > Subject: Re: [U-Boot] Mvbge driver broken on kirkwood > platforms aft

Re: [U-Boot] [PATCH] orion5x: optimize window size computation

2010-10-06 Thread Prafulla Wadaskar
> -Original Message- > From: Albert ARIBAUD [mailto:albert.arib...@free.fr] > Sent: Wednesday, October 06, 2010 7:17 PM > To: Wolfgang Denk > Cc: Prafulla Wadaskar; u-boot@lists.denx.de; Ashish Karkare; > Prabhanjan Sarnaik > Subject: Re: [PATCH] orion5x: optimize window size computati

Re: [U-Boot] [PATCH] ppc4xx: Remove now unused CONFIG_UART1_CONSOLE

2010-10-06 Thread Wolfgang Denk
Dear Stefan Roese, In message <1285059190-10056-1-git-send-email...@denx.de> you wrote: > CONFIG_UART1_CONSOLE was a PPC4xx specific implementation and is now > removed since the move from the 4xx UART driver to the common NS16550 > UART driver. Let's remove all references to this define now. > >

Re: [U-Boot] Mvbge driver broken on kirkwood platforms after ARM relocation

2010-10-06 Thread Albert ARIBAUD
Le 06/10/2010 16:14, Prafulla Wadaskar a écrit : > > >> -Original Message- >> From: u-boot-boun...@lists.denx.de >> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert ARIBAUD >> Sent: Wednesday, October 06, 2010 7:26 PM >> To: Albert ARIBAUD >> Cc: u-boot@lists.denx.de; Ashish Karkar

Re: [U-Boot] [PATCH 0/4] SPI updates for v2010.10

2010-10-06 Thread Mike Frysinger
On Wednesday, October 06, 2010 03:41:18 Reinhard Meyer wrote: > Dear Mike Frysinger, > > Simple stuff already posted to the list a while ago. I'm pretty sure > > I have all the latest versions of these patches, but submitters should > > probably double check ... > > You might want to look at my V

[U-Boot] [PATCH V2] orion5x: optimize window size computation

2010-10-06 Thread Albert Aribaud
Signed-off-by: Chris Moore Signed-off-by: Albert Aribaud --- V1 Initial submission V2 Double Signed-off-by as requested arch/arm/cpu/arm926ejs/orion5x/cpu.c | 30 -- 1 files changed, 20 insertions(+), 10 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/

Re: [U-Boot] [PATCH] futile c relocation attempt

2010-10-06 Thread J. William Campbell
On 10/6/2010 2:43 AM, Graeme Russ wrote: > On 06/10/10 01:48, Reinhard Meyer wrote: >> --- >> arch/arm/cpu/arm926ejs/start.S |8 - >> arch/arm/lib/board.c | 57 >> +++- >> include/configs/top9000_9xe.h |1 + >> 3 files changed, 63

Re: [U-Boot] [PATCH 4/5] ARM: add flat device tree support

2010-10-06 Thread Rob Herring
On 09/01/2010 11:53 AM, John Rigby wrote: > Based on other architectures already supported. > > Signed-off-by: John Rigby Tested-by: Rob Herring ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] ppc4xx: Remove now unused CONFIG_UART1_CONSOLE

2010-10-06 Thread Stefan Roese
Hi Wolfgang, On Wednesday 06 October 2010 16:35:38 Wolfgang Denk wrote: > This commit breaks some boards, for example: > > -> ./MAKEALL TB5200 > Configuring for TB5200 board... > serial.c: In function '__default_serial_console': > serial.c:94: warning: no return statement in function returning no

Re: [U-Boot] Mvbge driver broken on kirkwood platforms after ARM relocation

2010-10-06 Thread Albert ARIBAUD
Le 06/10/2010 16:22, Prafulla Wadaskar a écrit : > > >> -Original Message- >> From: Wolfgang Denk [mailto:w...@denx.de] >> Sent: Wednesday, October 06, 2010 7:00 PM >> To: Prafulla Wadaskar >> Cc: Albert ARIBAUD; u-boot@lists.denx.de; Ashish Karkare; >> Prabhanjan Sarnaik >> Subject: Re: [U

[U-Boot] [PATCH] serial.c: Fix build breakage introduced with commit e3c78c9b

2010-10-06 Thread Stefan Roese
This patch fixes the compilation problem introduced with commit e3c78c9b [ppc4xx: Remove now unused CONFIG_UART1_CONSOLE]: -> ./MAKEALL TB5200 Configuring for TB5200 board... serial.c: In function '__default_serial_console': serial.c:94: warning: no return statement in function returning non-void

Re: [U-Boot] Mvbge driver broken on kirkwood platforms after ARM relocation

2010-10-06 Thread Albert ARIBAUD
Le 06/10/2010 17:56, Albert ARIBAUD a écrit : > Le 06/10/2010 16:22, Prafulla Wadaskar a écrit : >> >> >>> -Original Message- >>> From: Wolfgang Denk [mailto:w...@denx.de] >>> Sent: Wednesday, October 06, 2010 7:00 PM >>> To: Prafulla Wadaskar >>> Cc: Albert ARIBAUD; u-boot@lists.denx.de; A

Re: [U-Boot] Mvbge driver broken on kirkwood platforms after ARM relocation

2010-10-06 Thread Albert ARIBAUD
Le 06/10/2010 19:36, Albert ARIBAUD a écrit : > Le 06/10/2010 17:56, Albert ARIBAUD a écrit : >> Le 06/10/2010 16:22, Prafulla Wadaskar a écrit : >>> >>> -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Wednesday, October 06, 2010 7:00 PM To: Prafulla W

Re: [U-Boot] [PATCH V2] orion5x: optimize window size computation

2010-10-06 Thread Chris Moore
Hi, Sorry Albert I missed this one last time :( Le 06/10/2010 16:46, Albert Aribaud a écrit : > + * 1) A sizeval equal to 0x0 specifies 4 TB s/TB/GB/ or maybe even s/TB/GiB/ Question: are MB, GB, ... or MiB, GiB, ... preferred in U-Boot? I generally try to use the "i" versions where appropri

Re: [U-Boot] [PATCH V2] orion5x: optimize window size computation

2010-10-06 Thread Albert ARIBAUD
Le 06/10/2010 20:01, Chris Moore a écrit : > Hi, > > Sorry Albert I missed this one last time :( > > Le 06/10/2010 16:46, Albert Aribaud a écrit : >> + * 1) A sizeval equal to 0x0 specifies 4 TB > > s/TB/GB/ or maybe even s/TB/GiB/ > > Question: are MB, GB, ... or MiB, GiB, ... preferred in U-Boot?

Re: [U-Boot] [PATCH V2] orion5x: optimize window size computation

2010-10-06 Thread Albert ARIBAUD
Le 06/10/2010 20:35, Albert ARIBAUD a écrit : > Indeed, and as always, I prefer the les ambiguous choice: 4 TiB it is. Argh!!! 4 *GiB* it is. Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-

[U-Boot] [PATCH V3] orion5x: optimize window size computation

2010-10-06 Thread Albert Aribaud
Signed-off-by: Chris Moore Signed-off-by: Albert Aribaud --- V1 Initial submission V2 Double Signed-off-by as requested V3 Fixed unit mistake and moved to standard units arch/arm/cpu/arm926ejs/orion5x/cpu.c | 32 +--- 1 files changed, 21 insertions(

[U-Boot] CONFIG_BOOTP_VENDOREX ???, I'm a newbie

2010-10-06 Thread g_remlin
I want 'options' processing in the dhcp client to permit setting\sending 'user-class' and the like via the environment. I found CONFIG_BOOTP_VENDOREX (with it's functions 'dhcp_vendorex_prep' & 'dhcp_vendorex_proc' ) used in a handful of boards, which looks like it was intended for a similar purpo

Re: [U-Boot] [PATCH V2] orion5x: optimize window size computation

2010-10-06 Thread Wolfgang Denk
Dear Chris Moore, In message <4cacb95f.1000...@free.fr> you wrote: > > Question: are MB, GB, ... or MiB, GiB, ... preferred in U-Boot? We try to use standard units, i. e. MiB, GiB > I generally try to use the "i" versions where appropriate. > In fact I used a KiB below: ACK. Best regards, W

[U-Boot] [PATCH] - Add support for HP Jornada (710/720/728) board

2010-10-06 Thread Kristoffer Ericson
This patch add support for the HP Jornada 700-series with flashrom (manufact. 2008). With little effort it could also be made to support earlier flashroms (just a change of memory settings). The HP Jornada is an strongarm device (sa1110 + sa). Signed-off-by: Kristoffer Ericson diff --git a

[U-Boot] RFQ: Makefile cleanup

2010-10-06 Thread Wolfgang Denk
Hi, I'm working on a few patches to get rid of the remaining scripting in the Makefile, i. e. to move the remaining board descriptions into board.cfg; this work makes use of Marek Vasut's patch to extend the mkconfig script so it can process an additional "options" field. For example, a board ent

Re: [U-Boot] RFQ: Makefile cleanup

2010-10-06 Thread Albert ARIBAUD
Le 06/10/2010 21:54, Wolfgang Denk a écrit : > Hi, > > I'm working on a few patches to get rid of the remaining scripting > in the Makefile, i. e. to move the remaining board descriptions into > board.cfg; this work makes use of Marek Vasut's patch to extend the > mkconfig script so it can process

Re: [U-Boot] [PATCH] rules.mk: make sure we always create a .depend file

2010-10-06 Thread Wolfgang Denk
In message <1286280535-1282-1-git-send-email...@denx.de> you wrote: > There are some cases where "make depend" would always run when > entering a directory. This happened when both the $(SRCS) and > $(HOSTSRCS) lists were empty (which is for example typical for the > examples/api/ directory). Av

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

2010-10-06 Thread Wolfgang Denk
In message <1286306657-15867-1-git-send-email...@denx.de> you wrote: > Fix warning: > > pm9263.c: In function 'pm9263_macb_hw_init': > pm9263.c:99: warning: unused variable 'pio' > > Signed-off-by: Wolfgang Denk > Cc: Ilko Iliev > --- > board/ronetix/pm9263/pm9263.c |1 - > 1

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

2010-10-06 Thread Wolfgang Denk
In message <1286306837-30593-1-git-send-email...@denx.de> you wrote: > Fix warning: > > pm9g45.c: In function 'pm9g45_macb_hw_init': > pm9g45.c:99: warning: unused variable 'pio' > > Signed-off-by: Wolfgang Denk > Cc: Ilko Iliev > --- > board/ronetix/pm9g45/pm9g45.c |1 - > 1

Re: [U-Boot] [PATCH 1/2] PCU_E: remove code for yet another corpse

2010-10-06 Thread Wolfgang Denk
In message <1286312094-374-1-git-send-email...@denx.de> you wrote: > The PCU_E board has long reached EOL, and support for it is no longer > relevant in current versions of U-Boot. Remove it. > > Signed-off-by: Wolfgang Denk > --- > MAINTAINERS |1 - > README

Re: [U-Boot] [PATCH 2/2] CCM: remove code for yet another corpse

2010-10-06 Thread Wolfgang Denk
In message <1286312094-374-2-git-send-email...@denx.de> you wrote: > The CCM board has long reached EOL, and support for it is no longer > relevant in current versions of U-Boot. Remove it. > > Signed-off-by: Wolfgang Denk > --- > MAINTAINERS|2 - > board/siemens/CC

Re: [U-Boot] env_mmc: Fix broken build due to set_default_env() change

2010-10-06 Thread Wolfgang Denk
Dear Steve Sakoman, In message <1286317898.27830.1.ca...@quadra> you wrote: > Previously the function was set_default_env(void), it is now > set_default_env(const char *s). This patch adds the required > parameter. This fixes a broken build on OMAP4430 SDP. > > Signed-off-by: Steve Sakoman > ---

Re: [U-Boot] [PATCH] board/mpl: Remove mpl-specific memory test command

2010-10-06 Thread Wolfgang Denk
Dear Peter Tyser, In message <1286340527-29498-1-git-send-email-pty...@xes-inc.com> you wrote: > The mpl-specfic memory test is only documented for one board, doesn't > compile cleanly, uses improper coding style, and overlaps functionality > with U-Boot's common 'mtest' command, so lets get rid o

Re: [U-Boot] RFQ: Makefile cleanup

2010-10-06 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4cacd92b.5070...@free.fr> you wrote: > > Humble proposal: admit an options field of the form > > boardname[:[cfgopt1[,cfgopt2...]][:[,]] > > I.e., have two sets of definitions, cfgopts and opts, separated by > colons; each cfgopt or opt is of the form SYM or

Re: [U-Boot] [PATCH v2] env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined

2010-10-06 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1286281020-21895-1-git-send-email...@denx.de> you wrote: > commit ea882baf9c17cd142c99e3ff640d3ab01daa5cec introduces > a command_sub_table for the "env" command. On arm, avr32, m68k, > mips and sparc architectures, relocation needs manual fixups, > so add these fi

Re: [U-Boot] [PATCH] serial.c: Fix build breakage introduced with commit e3c78c9b

2010-10-06 Thread Wolfgang Denk
Dear Stefan Roese, In message <1286383859-14886-1-git-send-email...@denx.de> you wrote: > This patch fixes the compilation problem introduced with commit > e3c78c9b [ppc4xx: Remove now unused CONFIG_UART1_CONSOLE]: > > -> ./MAKEALL TB5200 > Configuring for TB5200 board... > serial.c: In function

Re: [U-Boot] [PATCH] PowerPC: change board specific early pci_init() into generic.

2010-10-06 Thread Wolfgang Denk
Dear Andre Schwarz, In message <1286272771-7897-1-git-send-email-andre.schw...@matrix-vision.de> you wrote: > > Signed-off-by: Andre Schwarz > --- > arch/powerpc/lib/board.c |9 - > include/configs/BAB7xx.h |1 + > include/configs/CPC45.h |1 + > 3 files changed, 6 inserti

Re: [U-Boot] [RFC PATCH 1/2 v2] nand: allow delayed initialization

2010-10-06 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201010031819.35739.vap...@gentoo.org> you wrote: > > > Why cannot we call nand_init() multiple times, then? > > because of the whole of my statement. i did not want to affect code size if > this option was disabled. > > in a preious patch, i had the env code doin

Re: [U-Boot] [PATCH] cmd_elf: add an option for loading ELFs according to PHDRs

2010-10-06 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1286048693-1773-1-git-send-email-vap...@gentoo.org> you wrote: > The current ELF loading function does a lot of work above and beyond a > simple "loading". It ignores the real load addresses and loads things > into their virtual (runtime) address. This is undesir

Re: [U-Boot] RFQ: Makefile cleanup

2010-10-06 Thread Scott Wood
On Wed, 6 Oct 2010 22:16:43 +0200 Albert ARIBAUD wrote: > > 2) I accept the prefix, and generate a definition for > > CONFIG_SYS_TEXT_BASE. In the config.mk file, I replace the > > "sinclude ... config.tmp" by something like this: > > > > ifdef CONFIG_SYS_TEXT_BASE > > TEXT_BASE

Re: [U-Boot] strcmp UBoot command

2010-10-06 Thread Wolfgang Denk
Dear Michal Schulz, In message you wrote: > > Working on the UBoot for EfikaMX I found out, that the minimalistic > shell is not able to compare two strings. Therefore I have added a new > uboot command, strcmp, which takes three arguments - two strings to > compare and the compare operator. Th

Re: [U-Boot] [PATCH v2] lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIES

2010-10-06 Thread Wolfgang Denk
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=, In message <1285966262-73388-1-git-send-email-andreas.de...@googlemail.com> you wrote: > > This patch adds a new config parameter for adjusting the calculation of > hash table size when importing a buffer. > > When importing a extremely small buffer (e.

Re: [U-Boot] [PATCH] board_init_r: Removed unused cmdtp variable

2010-10-06 Thread Wolfgang Denk
Dear Richard Retanubun, In message <4ca5f6dc.90...@ruggedcom.com> you wrote: > From 38c6ceb464f63d3705d30d6603624e7d0933f428 Mon Sep 17 00:00:00 2001 > From: Richard Retanubun > Date: Fri, 1 Oct 2010 10:17:26 -0400 > Subject: [PATCH] board_init_r: Removed unused cmdtp variable > > Follow up to

Re: [U-Boot] [PATCH] ppc: Conditionally compile bat_rw.c

2010-10-06 Thread Wolfgang Denk
Dear Peter Tyser, In message <1285873874-26792-1-git-send-email-pty...@xes-inc.com> you wrote: > Only a few PPC boards actually use the common BAT manipulation > functions, so only compile it for them. > > Signed-off-by: Peter Tyser > --- > arch/powerpc/lib/Makefile |2 +- > include/con

Re: [U-Boot] [PATCH 1/3] ds1621: Poll for register write completion

2010-10-06 Thread Wolfgang Denk
Dear Peter Tyser, In message <1285785979-5074-1-git-send-email-pty...@xes-inc.com> you wrote: > Poll the ds1621 NV Memory Busy bit instead of waiting a static amount of > time for register writes. > > Also add config retister bit defines. > > Signed-off-by: Peter Tyser > --- > drivers/hwmon/ds

Re: [U-Boot] [PATCH 2/3] ds1621: Clean up coding style

2010-10-06 Thread Wolfgang Denk
Dear Peter Tyser, In message <1285785979-5074-2-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > drivers/hwmon/ds1621.c | 245 > ++-- > 1 files changed, 114 insertions(+), 131 deletions(-) Applied, thanks. Best reg

Re: [U-Boot] [PATCH 3/3] ds1621: Fix negative temperature readings

2010-10-06 Thread Wolfgang Denk
Dear Peter Tyser, In message <1285785979-5074-3-git-send-email-pty...@xes-inc.com> you wrote: > From: Jeff Dischler > > Fix bug where signed data was processed as unsigned. The bug previously > resulted in negative temperature readings wrapping around, eg -10 became > 245. > > Signed-off-by: J

Re: [U-Boot] [PATCH] Replace MAX_CMDBUF_SIZE references with CONFIG_SYS_CBSIZE

2010-10-06 Thread Wolfgang Denk
Dear Peter Tyser, In message <1285785056-27396-1-git-send-email-pty...@xes-inc.com> you wrote: > The MAX_CMDBUF_SIZE define is unneeded as it should always > equal CONFIG_SYS_CBSIZE. > > Signed-off-by: Peter Tyser > --- > common/main.c |7 ++- > 1 files changed, 2 insertions(+), 5 delet

Re: [U-Boot] [PATCH] POST: Add POST_ALWAYS to UART POST test

2010-10-06 Thread Wolfgang Denk
Dear Stefan Roese, In message <1285773253-29490-1-git-send-email...@denx.de> you wrote: > From: Sascha Laue > > Needed to ensure that this UART POST is always excecuted. > > Signed-off-by: Sascha Laue > Signed-off-by: Stefan Roese > --- > post/tests.c |2 +- > 1 files changed, 1 insertio

Re: [U-Boot] [PATCH] ns16550: Add WATCHDOG_RESET to putc for short watchdog timeout boards

2010-10-06 Thread Wolfgang Denk
Dear Stefan Roese, In message <1285773233-29381-1-git-send-email...@denx.de> you wrote: > This is needed for board with a very short watchdog timeout, like the > lwmon5 with a 100ms timeout. Without this patch this board resets in the > commands with long outputs, like "printenv" or "fdt print". >

Re: [U-Boot] [PATCH] include/compiler.h: remove uint typedef for __MACH__

2010-10-06 Thread Wolfgang Denk
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=, In message <1285429559-44573-1-git-send-email-andreas.de...@googlemail.com> you wrote: > > uint is typedefed twice if __MACH__ is defined. This generates an error > when calling MAKEALL for netstar bord on OS X. > > This patch removes the typedef for __

Re: [U-Boot] RFQ: Makefile cleanup

2010-10-06 Thread Wolfgang Denk
Dear Scott Wood, In message <20101006154256.20239...@udp111988uds.am.freescale.net> you wrote: > > How about having the board's config.mk do something like: > > ifdef CONFIG_NAND_SPL > TEXT_BASE = ... > endif Assuming we want to go for Kconfig or similar, I would like to keep such logic out of t

Re: [U-Boot] RFQ: Makefile cleanup

2010-10-06 Thread Graeme Russ
On Thu, Oct 7, 2010 at 7:16 AM, Albert ARIBAUD wrote: > Le 06/10/2010 21:54, Wolfgang Denk a écrit : >> Hi, >> >> I'm working on a few patches to get rid of the remaining scripting >> in the Makefile, i. e. to move the remaining board descriptions into >> board.cfg; this work makes use of Marek Va

[U-Boot] Testing Data Cache for armv7 (beagleboard)

2010-10-06 Thread chris chriss
I'm trying to test the cache on my beagle with a snapshot from the git tree today. I tried it out by loading a file from the mmc with dcache off and then dcache on. I didn't see any difference in speed. After reading this commit (http://git.denx.de/?p=u-boot.git;a=commit;h=95c6f6d), I expected t

Re: [U-Boot] RFQ: Makefile cleanup

2010-10-06 Thread Reinhard Meyer
Dear Graeme Russ, > P.S. Here's a thought I ended up discarding: > Each board could have a main config with all the common configuration > values and a number of secondary includes (which include the primary) for > each specific configuration. The entry in boards.cfg would select a > specific confi

Re: [U-Boot] Testing Data Cache for armv7 (beagleboard)

2010-10-06 Thread Reinhard Meyer
Dear chris chriss, > I'm trying to test the cache on my beagle with a snapshot from the git tree > today. I tried it out by loading a file from the mmc with dcache off and > then dcache on. I didn't see any difference in speed. After reading this > commit (http://git.denx.de/?p=u-boot.git;a=comm

[U-Boot] [PATCH 2/4 v2] sf: spansion: fixing erasing when sector size >64KiB

2010-10-06 Thread Mike Frysinger
From: Marc-André Hébert The spansion_erase currently only works when the sector size is 64KB. cmd[1] should contain the higher 8 bit of the 24 bit address of the sector to be erased. Currently it is holding the sector index to be erased which happens to be the same thing when the sector size is 6

Re: [U-Boot] Mvbge driver broken on kirkwood platforms after ARM relocation

2010-10-06 Thread Prafulla Wadaskar
> -Original Message- > From: Albert ARIBAUD [mailto:albert.arib...@free.fr] > Sent: Wednesday, October 06, 2010 11:24 PM > To: Albert ARIBAUD > Cc: Prafulla Wadaskar; u-boot@lists.denx.de; Ashish Karkare; > prabhan...@theia.denx.de; Prabhanjan Sarnaik > Subject: Re: Mvbge driver broken

[U-Boot] Dear Valued Customer!!!!!!

2010-10-06 Thread Western Union Customer Services
Dear Valued Customer, For 156 years, Western Union has been connecting people. At Western Union, there's so much more than the money you're sending. Every sender and receiver is important to us. To celebrate our 156th Anniversary United Kingdom, we're rewarding you with a prize sum of USD$90,000.0

Re: [U-Boot] RFQ: Makefile cleanup

2010-10-06 Thread Rogan Dawes
On 2010/10/07 2:46 AM, Reinhard Meyer wrote: > [Observation:] > But if we really head for linux style *config we would need a > _defconfig individually for each variant... > But I don't think we are there anytime soon. > Many configs contain conditionals and *config does not handle > long (multili

Re: [U-Boot] RFQ: Makefile cleanup

2010-10-06 Thread Wolfgang Denk
Dear Graeme Russ, In message you wrote: > > I feel that boards.cfg defines configurations, and therfore each > additional field is, by definition, a configuration option and should be > prefixed with CONFIG_ Good point, thanks. > I actually got really confused with TEXT_BASE and thought it was

Re: [U-Boot] RFQ: Makefile cleanup

2010-10-06 Thread Wolfgang Denk
Dear Rogan Dawes, In message <4cad569e.3020...@dawes.za.net> you wrote: > > Keep in mind that the Linux folk are looking for an alternative to the > defconfig mess that they have currently. > > Linus has stated that he will delete all the ARM defconfigs soon. I think the current Linux approach i

Re: [U-Boot] Question about PCIe configuration

2010-10-06 Thread Swarthout Edward L-SWARTHOU
From: Carlos Roberto Moratelli > > I am trying to map a PCIe peripherical on my MPC8536 custom board. > The peripherical is on PCIe1 port. Is this still an issue? >pci_init_board: devdisr=40900, sdrs2_io_sel=7, io_sel=7 > Serdes2 disalbed That is fine. > PCIE3: disabled > > P

Re: [U-Boot] Testing Data Cache for armv7 (beagleboard)

2010-10-06 Thread Heiko Schocher
Hello Chris, chris chriss wrote: > I'm trying to test the cache on my beagle with a snapshot from the git tree > today. I tried it out by loading a file from the mmc with dcache off and > then dcache on. I didn't see any difference in speed. After reading this > commit (http://git.denx.de/?p=u-

Re: [U-Boot] RFQ: Makefile cleanup

2010-10-06 Thread Rogan Dawes
On 2010/10/07 7:22 AM, Wolfgang Denk wrote: > Dear Rogan Dawes, > > In message <4cad569e.3020...@dawes.za.net> you wrote: >> >> Keep in mind that the Linux folk are looking for an alternative to the >> defconfig mess that they have currently. >> >> Linus has stated that he will delete all the ARM

Re: [U-Boot] [PATCH] POST: Add POST_ALWAYS to UART POST test

2010-10-06 Thread Stefan Roese
Hi Wolfgang, On Wednesday 06 October 2010 23:04:36 Wolfgang Denk wrote: > > diff --git a/post/tests.c b/post/tests.c > > index a4066f9..02bf538 100644 > > --- a/post/tests.c > > +++ b/post/tests.c > > @@ -169,7 +169,7 @@ struct post_test post_list[] = > > > > "UART test", > > "uart", > >