Tsi-Chung Liew <[EMAIL PROTECTED]> wrote:
> From: TsiChung Liew <[EMAIL PROTECTED]>
>
> Add MTD SPI Flash support for M25P16, M25P40,
> M25P64, and M25P80.
>
> Signed-off-by: Jason McMullan <[EMAIL PROTECTED]>
> Signed-off-by: TsiChung Liew <[EMAIL PROTECTED]>
Ok, good...that should address the
Forward to list
> -Original Message-
> From: Peter Pearse [mailto:[EMAIL PROTECTED]
> Sent: 21 August 2008 14:56
> To: '[EMAIL PROTECTED]'
> Subject: RE: [U-Boot] U-boot for Arm cortexA8
>
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On
Hi Marri,
On Friday 22 August 2008, [EMAIL PROTECTED] wrote:
> From: Tirumala R Marri <[EMAIL PROTECTED]>
>
> During recent PCI-E tests it has been found that current
> driverl level and de-emphasis values are not set correctly.
> After sweeping throgh all de-ephasis values, it was found that
> 0x
Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
This patch supports CPU register's header file and SCIF serial driver.
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
---
drivers/serial/serial_sh.c | 46 +++---
include/asm-sh/cpu_sh4.h|2 +
include/asm-sh/cpu_sh7723.h |
>From 1f6ce000f4071e86bb6bfead6e7d30efa84f3824 Mon Sep 17 00:00:00 2001
From: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
Date: Fri, 22 Aug 2008 17:39:09 +0900
Subject: [PATCH] sh: Renesas Solutions AP325RXA board support
AP325RXA is SH7723's reference board.
This has SCIF, NOR Flash, Ethernet, USB host
On 08:41 Fri 22 Aug , Guennadi Liakhovetski wrote:
> Hi Harald,
>
> On Fri, 22 Aug 2008, Harald Welte wrote:
>
> > On Thu, Aug 14, 2008 at 10:07:37PM +0200, Jean-Christophe PLAGNIOL-VILLARD
> > wrote:
> > > On 17:36 Mon 11 Aug , Guennadi Liakhovetski wrote:
> > > > Version 7: further com
On Fri, Aug 22, 2008 at 09:32:52AM +0100, Peter Pearse wrote:
> > AFAIK no code specifically for Cortex A8 has yet been posted
> > for U-Boot.
> >
> > However such code is not essential to use U-Boot on a Cortex
> > A8 based platform.
> >
> > Here at ARM we are successfully using the current U-
On 13:52 Fri 22 Aug , Robert Schwebel wrote:
> On Fri, Aug 22, 2008 at 09:32:52AM +0100, Peter Pearse wrote:
> > > AFAIK no code specifically for Cortex A8 has yet been posted
> > > for U-Boot.
> > >
> > > However such code is not essential to use U-Boot on a Cortex
> > > A8 based platform.
On Fri, 22 Aug 2008, Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 08:41 Fri 22 Aug , Guennadi Liakhovetski wrote:
> > Hi Harald,
> >
> > On Fri, 22 Aug 2008, Harald Welte wrote:
> >
> > > On Thu, Aug 14, 2008 at 10:07:37PM +0200, Jean-Christophe
> > > PLAGNIOL-VILLARD wrote:
> > > > On 17:3
Hi Jean,
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jean-Christophe
> PLAGNIOL-VILLARD
> Sent: Friday, August 22, 2008 7:42 AM
> To: Robert Schwebel
> Cc: U-Boot user list; Peter Pearse
> Subject: Re: [U-Boot] FW: U-boot for Arm cortexA8
>
> On 13
Hi Stefan,
There were silent corruptions I noticed during a RAID-5 test using
silicon image card. Then I hooked up a analyzer and found that eye
diagram was not wide enough. After reducing the de-emphasis value I
noticed better eye diagram. Also I ran 72 hour test which was successful
to see if
Srec files do need gap fill: The load address is specified in the file.
On ppc, a common object consist on u-boot on the begining of the memory
and a jump and tlb setup on the last part of the memory (0xfffe).
If the gap is included, u-boot can produce a 4 Gigabyte object!, with no
more info t
Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]>
---
board/xilinx/ml507/.gitignore |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
create mode 100644 board/xilinx/ml507/.gitignore
diff --git a/board/xilinx/ml507/.gitignore b/board/xilinx/ml507/.gitignore
new file mode 1006
Cheap board by Avnet for evaluating the Virtex5 FX technology.
This patch adds support for:
- UartLite
- 16MB Flash
- 64MB RAM
Prior using U-boot in this board, read carefully the ERRATA by Avnet
to solve some memory initialization issues.
Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PRO
Haavard,
>> - * Copyright 2008, Network Appliance Inc.
>> + * Network Appliance Inc.
> why do you do this?
It must be accidentally deleted which is not intended to, I will resend
it again.
Mail-archive:
> ...which means that you can make these operations cheaper by using
> shift and mask instead
On Thu, Aug 21, 2008 at 11:55:06PM +, Tsi-Chung Liew wrote:
> From: TsiChung Liew <[EMAIL PROTECTED]>
>
> Implicit declaration of nand_init() warning message
>
> Signed-off-by: TsiChung Liew <[EMAIL PROTECTED]>
> ---
> lib_m68k/board.c |4
> 1 files changed, 4 insertions(+), 0 delet
On Thu, Aug 21, 2008 at 11:55:26PM +, Tsi-Chung Liew wrote:
> @@ -96,7 +96,7 @@ int board_nand_init(struct nand_chip *nand)
> nand->ecc.mode = NAND_ECC_SOFT;
> nand->cmd_ctrl = nand_hwcontrol;
> nand->read_byte = nand_read_byte;
> - nand->write_byte = nand_write_byte;
> +
This adds a helper function to unlock the PCI configuration bit, so that
any extra PCI setup (such as outbound windows, etc.) can be done after
using the 83XX_GENERIC_PCI code to set up the PCI bus.
Signed-off-by: Ira W. Snyder <[EMAIL PROTECTED]>
---
cpu/mpc83xx/pci.c | 26
Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
PCI card rather than a host computer.
Signed-off-by: Ira W. Snyder <[EMAIL PROTECTED]>
---
board/freescale/mpc8349emds/mpc8349emds.c |9 +
board/freescale/mpc8349emds/pci.c | 49 +++
Change the MPC8349EMDS board to use the generic PCI initialization code
for the mpc83xx cpu.
Signed-off-by: Ira W. Snyder <[EMAIL PROTECTED]>
---
board/freescale/mpc8349emds/pci.c | 377 ++---
include/configs/MPC8349EMDS.h |4 +-
2 files changed, 63 insert
Hello u-boot-users,
This is my attempt at adding CONFIG_PCISLAVE support to the MPC8349EMDS
board. I noticed that there was some shared infrastructure for the PCI
controller in the 83xx-series CPU's, so I removed all of the old code,
and used the infrastructure instead.
I have boot tested the boa
DM644x is just one of a series of DaVinci chips that use the EMAC driver.
By replacing all the function names that start with dm644x_* to davinci_*
we make these function more portable. I have tested this change on my EVM.
DM6467 is another DaVinci SOC which uses the EMAC driver and i will
be send
Replace the "must quote special characters" note with a hint on
how to dereference /aliases pointers by omitting the leading "/".
This feature was introduced by Kumar Gala as a libfdt enhancement
in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
Example:
=> fdt print /aliases
aliases {
DM644x is just one of a series of DaVinci chips that use the EMAC driver.
By replacing all the function names that start with dm644x_* to davinci_*
we make these function more portable. I have tested this change on my EVM.
DM6467 is another DaVinci SOC which uses the EMAC driver and i will
be send
Hi Marri,
On Friday 22 August 2008, Tirumala Reddy Marri wrote:
> There were silent corruptions I noticed during a RAID-5 test using
> silicon image card. Then I hooked up a analyzer and found that eye
> diagram was not wide enough. After reducing the de-emphasis value I
> noticed better eye di
The following changes since commit ba37aa03287c5483c61c0a3e320cbee0143a:
Kumar Gala (1):
fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Prodyut Hazarika (1):
ppc4xx: Optimiz
I have been searching the web, but I have not seen any mention of this kind of
problem.
I am using a custom 405ex board based on Kilauea, with NAND boot. (256MB NAND
and 256MB DDR DRAM.) The DRAM passes all tests, and the board boots into Linux
fine. When adding code to the initrd, we found
I am not sure how much this is related, but it is a known problem that
older tftp servers can't serve files larger than 16Mbytes in size.
hth,
/vb
On Fri, Aug 22, 2008 at 12:57 PM, <[EMAIL PROTECTED]> wrote:
> I have been searching the web, but I have not seen any mention of this kind
> of prob
From: TsiChung Liew <[EMAIL PROTECTED]>
Add MTD SPI Flash support for M25P16, M25P20, M25P32,
M25P40, M25P64, M25P80, M25P128.
Signed-off-by: Jason McMullan <[EMAIL PROTECTED]>
Signed-off-by: TsiChung Liew <[EMAIL PROTECTED]>
---
drivers/mtd/spi/Makefile |1 +
drivers/mtd/spi/spi
From: TsiChung Liew <[EMAIL PROTECTED]>
Add MTD SPI Flash support for M25P16, M25P20, M25P32,
M25P40, M25P64, M25P80, M25P128.
Signed-off-by: Jason McMullan <[EMAIL PROTECTED]>
Signed-off-by: TsiChung Liew <[EMAIL PROTECTED]>
---
drivers/mtd/spi/Makefile |1 +
drivers/mtd/spi/spi
Dear Scott Wood,
In message <[EMAIL PROTECTED]> you wrote:
> The following changes since commit ba37aa03287c5483c61c0a3e320cbee0143a:
> Kumar Gala (1):
> fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
>
> are available in the git repository at:
>
> git://www.denx.de/
Dear Stefan Roese,
In message <[EMAIL PROTECTED]> you wrote:
> The following changes since commit ba37aa03287c5483c61c0a3e320cbee0143a:
> Kumar Gala (1):
> fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
>
> are available in the git repository at:
>
> git://www.denx.d
Dear Stefan Roese,
In message <[EMAIL PROTECTED]> you wrote:
> The following changes since commit ba37aa03287c5483c61c0a3e320cbee0143a:
> Kumar Gala (1):
> fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
>
> are available in the git repository at:
>
> git://www.denx.d
Hi,
Are there any plans to merge U-Boot v1 and v2 at anytime? It looks to me
like a daunting task to move everything to v2.
We are working with different processors, one of them, the i.MX27, is
only supported in v2, the other(s) in v1. The internal and external (UI)
interfaces seem to be diffe
Hi,
Are there any plans to merge U-Boot v1 and v2 at anytime? It looks to me
like a daunting task to move everything to v2.
We are working with different processors, one of them, the i.MX27, is
only supported in v2, the other(s) in v1. The internal and external (UI)
interfaces seem to be diffe
In preparation of new boards, update ARM mach-types.h. Checked the
removed/renamed mach types, none of these seem to be used in U-Boot.
This is based on ARM's machine database Sat Aug 23 06:33:29 2008
Signed-off-by: Dirk Behme <[EMAIL PROTECTED]>
---
The uncompressed patch of this auto-gene
While preparing U-Boot patches for ARM Cortex A8 based OMAP3 [1], we
found that we use CodeSourcery ARM toolchain [2], and the way we
locally modified main Makefile to use this toolchain is most probably
incompatible with mainline.
Please find below some diffs what we did locally.
We now like
Wolfgang Denk wrote:
> Hi everybody,
>
> the complete combined archive of the old "u-boot-users" mailing list at
> SourceForge and the new "u-boot" list at DENX is now available at
> http://lists.denx.de/pipermail/u-boot/
Do you like to fix the
"Mailing List Archive"
link at
http://www.denx.de
Gururaja Hebbar K R wrote:
> Hi,
>
> According to the Maintainer file,
>
> Kshitij Gupta <[EMAIL PROTECTED]> is the maintainer for omap1510inn board &
> Dave Peverley <[EMAIL PROTECTED]> for omap730p2
>
> I had submitted a patch for OMAP 1510 & OMAP 730 Boards. (
> http://www.nabble.com/-U-Bo
39 matches
Mail list logo