[U-Boot] [PATCH v5 tabify] spi: add altera spi controller support

2010-03-27 Thread Thomas Chou
This patch adds the driver of altera spi controller, which is also used as epcs/spi flash controller. This driver support more than one spi bus, with base list declared #define CONFIG_SYS_ALTERA_SPI_LIST { BASE_0,BASE_1,... } With the spi_flash driver, they can replace the epcs driver at cpu/nios

Re: [U-Boot] [PATCH] cmd_usb.c: print debug messages only when DEBUG is defined

2010-03-27 Thread Wolfgang Denk
In message <1269522443-24145-1-git-send-email...@denx.de> you wrote: > Signed-off-by: Wolfgang Denk > --- > common/cmd_usb.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev

Re: [U-Boot] [PATCH] ml300: remove support for broken, orphaned board

2010-03-27 Thread Wolfgang Denk
In message <1269429559-7628-1-git-send-email...@denx.de> you wrote: > The ml300 board has a number of issues, but nobody cares about this > long-orphaned board any more. Remove it. > > Signed-off-by: Wolfgang Denk > --- > MAKEALL |1 - > Makefile

[U-Boot] [PATCH] altera_jtag_uart: bypass when no jtag connection

2010-03-27 Thread Thomas Chou
This patch adds an option to bypass output waiting when there is no jtag connection. This allows the jtag uart work similar to a serial uart, ie, boot even without connection. This option is enabled with, #define CONFIG_ALTERA_JTAG_UART_BYPASS Signed-off-by: Thomas Chou --- drivers/serial/alter

Re: [U-Boot] [PATCH] mkimage: fix Segmentation Fault when run without "-n name" option

2010-03-27 Thread Wolfgang Denk
In message <1269729466-15138-1-git-send-email...@denx.de> you wrote: > The restructuring of the mkimage command in commit 89a4d6b1 ("tools: > mkimage: split code into core, default and FIT image specific") > introduced a bug that caused mkimage to segfault when run without > "-n name" option. Init

Re: [U-Boot] Please pull u-boot-cfi-flash/master

2010-03-27 Thread Wolfgang Denk
Dear Stefan Roese, In message <201003250947.59296...@denx.de> you wrote: > Hi Wolfgang, > > please pull this fix into master. Thanks. > > The following changes since commit 7027d5622d56ee2292713773044fb6352e431f31: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boo

Re: [U-Boot] Please pull u-boot-cfi-flash/next

2010-03-27 Thread Wolfgang Denk
Dear Stefan Roese, In message <201003250944.01994...@denx.de> you wrote: > The following changes since commit 859500a2be94bfa77a845b9c8a4c499587035fd5: > Wolfgang Denk (1): > Merge remote branch 'origin/master' into next > > are available in the git repository at: > > git://www.denx.

Re: [U-Boot] Pull request - ColdFire next

2010-03-27 Thread Wolfgang Denk
Dear TsiChung Liew, In message <1269448081.13217.74.ca...@yvaine> you wrote: > Wolfgang, > > Please pull for next branch. > > Regards, > TsiChung > > The following changes since commit > 859500a2be94bfa77a845b9c8a4c499587035fd5: > Wolfgang Denk (1): > Merge remote branch 'origin/maste

Re: [U-Boot] Please pull u-boot-ppc4xx/master

2010-03-27 Thread Wolfgang Denk
Dear Stefan Roese, In message <201003241449.48147...@denx.de> you wrote: > Hi Wolfgang, > > please pull this fix into master: > > The following changes since commit 7027d5622d56ee2292713773044fb6352e431f31: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-video

Re: [U-Boot] Pull request: nand flash next

2010-03-27 Thread Wolfgang Denk
Dear Scott Wood, In message <20100323193207.ga24...@loki.buserror.net> you wrote: > The following changes since commit 859500a2be94bfa77a845b9c8a4c499587035fd5: > Wolfgang Denk (1): > Merge remote branch 'origin/master' into next > > are available in the git repository at: > > git://

[U-Boot] [PATCH] mkimage: fix Segmentation Fault when run without "-n name" option

2010-03-27 Thread Wolfgang Denk
The restructuring of the mkimage command in commit 89a4d6b1 ("tools: mkimage: split code into core, default and FIT image specific") introduced a bug that caused mkimage to segfault when run without "-n name" option. Initialize the imagename entry to prevent that. Signed-off-by: Wolfgang Denk --

Re: [U-Boot] [PATCH V4] Nomadik: fix reset_timer()

2010-03-27 Thread Tom Rix
Alessandro Rubini wrote: > From: Alessandro Rubini > > Previous code was failing when reading back the timer less than > 400us after resetting it. This lead nand operations to incorrectly > timeout any now and then. Moreover, writing the load register isn't > immediately reflected in the value r

Re: [U-Boot] [PATCH] MX51: Moved board specific values in config file

2010-03-27 Thread Tom
Stefano Babic wrote: > Tom wrote: >> Stefano Babic wrote: >>> The lowlevel_init file contained some hard-coded values >>> to setup the RAM. These board related values are moved into >>> the board configuration file. >> Why was only one value cleaned up? >> Just from the patch, there are at least 4

Re: [U-Boot] [PATCH] correct a syntax typo in at91_matrix.h

2010-03-27 Thread Tom
Wolfgang Denk wrote: > Dear Asen Dimov, > > In message <1268912507-7542-1-git-send-email-di...@ronetix.at> you wrote: >> Signed-off-by: Asen Dimov >> --- >> include/asm-arm/arch-at91/at91_matrix.h |2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) > > Applied, thanks. > > Tom, as t

Re: [U-Boot] [PATCH] cmd_onenand.c: moved to standard subcommand handling

2010-03-27 Thread Frans Meulenbroeks
Forgot this disclaimer, thought I added it, sry. NOTE: This code is untested as I have no board with onenand support. However, it compiles properly (tested by building opap3_evm, which uses this). The changes I did are purely splitting do_onenand in separate functions and add the subcommand parsin

[U-Boot] [PATCH] cmd_onenand.c: moved to standard subcommand handling

2010-03-27 Thread Frans Meulenbroeks
On the fly also fixed the following things: - write help talked about a parameter oob, but that one was not used, so removed it from the help message. - the test command also allowed a force subcommand but didn't use it. eliminated the code. - do_onenand made static - do_onenand contained

Re: [U-Boot] [RFC][PATCH 00/21] [x86] 'Comming of Age'

2010-03-27 Thread Joakim Tjernlund
Graeme Russ wrote on 2010/03/27 12:54:03: > > Joakim Tjernlund wrote: > >> In the near future, I intend to make it 100% relocatable (i.e. does not > >> need to be loaded at TEXT_BASE) and maybe even add the ability to specify > >> the relocation address. > > > > I did a few months ago for MPC83x

Re: [U-Boot] [PATCH] mpc8610hpcd: set the guarded bit to DBAT of system memory

2010-03-27 Thread Kumar Gala
On Mar 26, 2010, at 8:22 PM, Timur Tabi wrote: > On Thu, Mar 25, 2010 at 2:57 PM, Kumar Gala wrote: > >> Acked-by: Kumar Gala >> >> Wolfgang, can you pick this up for v2010.03 > > No, don't pick this up. Making all of DDR guarded is not the right > fix for this problem. I have a better pat

Re: [U-Boot] [RFC][PATCH 00/21] [x86] 'Comming of Age'

2010-03-27 Thread Graeme Russ
Joakim Tjernlund wrote: >> In the near future, I intend to make it 100% relocatable (i.e. does not >> need to be loaded at TEXT_BASE) and maybe even add the ability to specify >> the relocation address. > > I did a few months ago for MPC83xx and sent it to the list. There was some > discussion but

Re: [U-Boot] [OT]Need help getting Linux past init

2010-03-27 Thread Graeme Russ
Peter Tyser wrote: >> So it looks like the kernel has no problem locating /bin/sh in the JFFS2 >> partition but then the lights go out. I've also tried /bin/init - same >> result. >> > > What if you make an init app or script that just creates a file on the > JFFS2 fs? Then you could verify it w

Re: [U-Boot] [RFC][PATCH 00/21] [x86] 'Comming of Age'

2010-03-27 Thread Joakim Tjernlund
> > In the near future, I intend to make it 100% relocatable (i.e. does not > need to be loaded at TEXT_BASE) and maybe even add the ability to specify > the relocation address. I did a few months ago for MPC83xx and sent it to the list. There was some discussion but in the end it wasn't applied b

Re: [U-Boot] Design principles

2010-03-27 Thread Wolfgang Denk
Dear Heiko, in message <4badb479.6050...@denx.de> you wrote: > > > My request was to apply the fix that Heiko submitted for fec_mxc.c to > > all other drivers as well that have the sam problem (as far as we > > I can make such an attempt, if It gets accepted here? As far as I am concerned, I al

[U-Boot] [PATCH] cmd_bmp.c: added standard subcommand handling

2010-03-27 Thread Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks --- common/cmd_bmp.c | 81 + 1 files changed, 56 insertions(+), 25 deletions(-) diff --git a/common/cmd_bmp.c b/common/cmd_bmp.c index 74ab24c..583b009 100644 --- a/common/cmd_bmp.c +++ b/common/cmd_bmp.c @@

Re: [U-Boot] Design principles

2010-03-27 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > Dear Detlev Zundel, > > In message you wrote: [...] >> We are drifing apart even more. I do not say that I grasp every part of >> the kirkwood_egiga driver, but for me it seems like it only reads >> the ethaddr environment addresses which I fail to see why