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
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
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
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
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
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
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.
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
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
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://
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
--
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
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
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
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
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
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
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
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
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
>
> 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
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
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
@@
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
24 matches
Mail list logo