[U-Boot] Uboot error stops after sometime in at91rm9200dk board

2010-06-23 Thread Rajeesh.R
Hi, I am using at91rm9200 dk board . I have downloaded Uboot version 1.3.4 . and configured for at91rm9200dk board by using command make at91rm9200dk_config make then I tried to download it stops after some time with error waiting for ACK,97,138,...Error!

[U-Boot] [PATCH 6/6] Convert rd6281a board to use array of phy addrs

2010-06-23 Thread Tor Krill
Signed-off-by: Tor Krill --- include/configs/rd6281a.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/rd6281a.h b/include/configs/rd6281a.h index 3d8e25c..01550d1 100644 --- a/include/configs/rd6281a.h +++ b/include/configs/rd6281a.h @@ -176,7 +176,7 @@

[U-Boot] [PATCH 0/6] Update kirkwood egiga to allow dynamic phy addrs

2010-06-23 Thread Tor Krill
Today the kirkwood egiga driver assumes that phy addresses are consecutive from a base address. Our new board design using this cpu unfortunately has a non contiguous addressing of its phys and thus doesn't work with the current implementation. This patchset updates the implementation to use an

[U-Boot] [PATCH 2/6] Convert Suen3 board to use array of phy addrs

2010-06-23 Thread Tor Krill
Signed-off-by: Tor Krill --- board/keymile/km_arm/km_arm.c |3 ++- include/configs/km_arm.h |2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/board/keymile/km_arm/km_arm.c b/board/keymile/km_arm/km_arm.c index 53cf474..16da353 100644 --- a/board/keymile/km_arm/km_

[U-Boot] [PATCH 1/6] Allow PHY addresses on kirkwood egiga to be non continuous.

2010-06-23 Thread Tor Krill
Changing its configuration from PHY_BASE_ADR single value to use CONFIG_PHY_ADDRS as an array with adresses. Signed-off-by: Tor Krill --- drivers/net/kirkwood_egiga.c |3 ++- drivers/net/kirkwood_egiga.h |8 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/

[U-Boot] [PATCH 5/6] Convert Guruplug board to use array of phy addrs

2010-06-23 Thread Tor Krill
Signed-off-by: Tor Krill --- include/configs/guruplug.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/guruplug.h b/include/configs/guruplug.h index 2fbc6ad..028eee7 100644 --- a/include/configs/guruplug.h +++ b/include/configs/guruplug.h @@ -175,7 +175,

[U-Boot] [PATCH 3/6] Convert Sheevaplug board to use array of phy addrs

2010-06-23 Thread Tor Krill
Signed-off-by: Tor Krill --- include/configs/sheevaplug.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index e9edc44..9fdfd7e 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -1

[U-Boot] [PATCH 4/6] Convert OpenRD board to use array of phy addrs

2010-06-23 Thread Tor Krill
Signed-off-by: Tor Krill --- include/configs/openrd_base.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/openrd_base.h b/include/configs/openrd_base.h index d2f4502..37574ac 100644 --- a/include/configs/openrd_base.h +++ b/include/configs/openrd_base.h

Re: [U-Boot] handling of bad blocks in nand

2010-06-23 Thread Arno Steffen
2010/6/23 Scott Wood : > On Wed, Jun 23, 2010 at 02:40:51PM +0200, Arno Steffen wrote: >> A short question to handling of bad blocks: >> My nand shows a few bad blocks (example 10) >> >> What is happen when I write / read from that block via nand write / read. >> Is content than ok (by mapping

Re: [U-Boot] [PATCH 4/4] microblaze: generic: enable FDT support

2010-06-23 Thread Stephan Linz
Hi Michal, I will work on your proposals today or tomorrow (European time). Please give me some time. br, Stephan Am Mittwoch, 23. Juni 2010 08:27:22 schrieb Michal Simek: > Stephan Linz wrote: > > Am Dienstag, 22. Juni 2010 09:25:56 schrieb Michal Simek: > >> Stephan Linz wrote: > >>> Signed-o

Re: [U-Boot] [PATCH] cmd_ide: Convert to [read,write][b,w]

2010-06-23 Thread Marek Vasut
Dne St 23. června 2010 22:51:28 Wolfgang Denk napsal(a): > Dear Marek Vasut, > > In message <1277320683-2057-1-git-send-email-marek.va...@gmail.com> you wrote: > > Signed-off-by: Marek Vasut > > --- > > > > common/cmd_ide.c | 22 +- > > 1 files changed, 13 insertions(+), 9

Re: [U-Boot] [PATCH 4/6] exports.c: fix warning: 'dummy' defined but not used

2010-06-23 Thread Mike Frysinger
On Wednesday, June 23, 2010 18:06:11 Wolfgang Denk wrote: > --- a/common/exports.c > +++ b/common/exports.c > @@ -3,9 +3,13 @@ > > DECLARE_GLOBAL_DATA_PTR; > > +#if (!defined(CONFIG_I386) && !defined(CONFIG_PPC)) || \ > +!defined(CONFIG_CMD_I2C) || \ > +!defined(CONFIG_CMD_SPI) > static

Re: [U-Boot] freebsd 8 installer on MPC8349E-mITX

2010-06-23 Thread Zied Fakhfakh
On Wed, Jun 23, 2010 at 10:40 PM, Zied Fakhfakh wrote: > Type '?' for a list of commands, 'help' for more detailed help. > loader> We are progressing, after fixing the dhcp parameters: host mpc8349e-mitx { hardware ethernet 08:00:3e:03:01:10; fixed-address 192.16

Re: [U-Boot] [PATCH 2/2] MPC8308ERDB: minimal support for devboard from Freescale

2010-06-23 Thread Wolfgang Denk
Dear Ilya Yanok, In message <4c227cd8.2080...@emcraft.com> you wrote: > > > missing a doc/README.mpc8308erdb file. > > Hm.. Wolfgang, do we really need this? Only if there is somethign spoecial about this board which is worth being documented. Best regards, Wolfgang Denk -- DENX Software En

[U-Boot] [PATCH 0/6] misc fixes / cleanups

2010-06-23 Thread Wolfgang Denk
The following set of patches performs a number of pretty localized, simple fixes and cleanups: 1/6 boards.cfg: fix board directory name for ML2 board 2/6 shannon/INFERNO: fix special handling of environment configuration 3/6 cmd_ide.c: fix unused variable warning for SC3 board 4/6 exports.

[U-Boot] [PATCH 4/6] exports.c: fix warning: 'dummy' defined but not used

2010-06-23 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- common/exports.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/common/exports.c b/common/exports.c index 60bba75..cbc0f49 100644 --- a/common/exports.c +++ b/common/exports.c @@ -3,9 +3,13 @@ DECLARE_GLOBAL_DATA_PTR; +#if (!defin

[U-Boot] [PATCH 2/6] shannon/INFERNO: fix special handling of environment configuration

2010-06-23 Thread Wolfgang Denk
Remove some INFERNO related #ifdef's from common environment code by fixing the board configuration settings (add CONFIG_ENV_SECT_SIZE). While we are at it, fix comment which incorrectly talks about 4 KB environment size, while it's actually 0x4000 = 16 KiB. Signed-off-by: Wolfgang Denk Cc: Rolf

[U-Boot] [PATCH 5/6] Make *printf() return "int" instead of "void"

2010-06-23 Thread Wolfgang Denk
Change the return type of the *printf() functions to the standard "int"; no changes are needed but returning the already available length count. This will save a few additional strlen() calls later... Signed-off-by: Wolfgang Denk --- common/console.c | 12 examples/api/l

[U-Boot] [PATCH 6/6] Redundant environment: move flag definitions to header file

2010-06-23 Thread Wolfgang Denk
Instead of defining the flags sevaral times in different source files (which is error prone), move them to a central place in a header file. Signed-off-by: Wolfgang Denk --- common/env_eeprom.c |5 - common/env_flash.c|3 --- include/environment.h |3 +++ 3 files changed, 3

[U-Boot] [PATCH 1/6] boards.cfg: fix board directory name for ML2 board

2010-06-23 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- boards.cfg |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/boards.cfg b/boards.cfg index 1a5cfb1..f012d6c 100644 --- a/boards.cfg +++ b/boards.cfg @@ -180,7 +180,7 @@ G2000 powerpc ppc4xx g2000 JSEpower

[U-Boot] [PATCH 3/6] cmd_ide.c: fix unused variable warning for SC3 board

2010-06-23 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- common/cmd_ide.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 8bd8920..2e9f834 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -555,7 +555,6 @@ void ide_init (void) int i, bus;

Re: [U-Boot] [PATCH 2/2] NAND: add Toshiba TC58NVG0 identifier

2010-06-23 Thread Scott Wood
On Sat, Jun 12, 2010 at 09:28:38PM +0200, Florian Fainelli wrote: > The Toshiba TC58NVG0* parts are 128Mbytes x 8 bits 3.3V parts with the 0xD1 > identifier. Add these to the list of known devices IDs. > > Signed-off-by: Florian Fainelli > --- Applied to u-boot-nand-flash next. -Scott _

[U-Boot] [PATCH v2] NAND: show manufacturer and device ID for unknown chips

2010-06-23 Thread Scott Wood
From: Florian Fainelli When the NAND part is not supported, it is useful to show the manufacturer and device ID to help debugging and reporting. Signed-off-by: Florian Fainelli Signed-off-by: Scott Wood --- Whitespace amended to be consistent with rest of file. Applied to u-boot-nand-flash ne

Re: [U-Boot] freebsd 8 installer on MPC8349E-mITX

2010-06-23 Thread Zied Fakhfakh
getting better with CONFIG_API enabled MPC8349E-mITX> bootelf $loadaddr ## Starting application at 0x00010080 ... Consoles: U-Boot console Compatible API signature found @ff520c8 Number of U-Boot devices: 4 FreeBSD/powerpc U-Boot loader, Revision 1.0 (r...@xserve.lan.xcllnt.net, Sat Nov 21 19:22:

[U-Boot] GTH board status

2010-06-23 Thread Wolfgang Denk
Dear Thomas, is the GTH board still actively being maintained, or what exactly is it's state? I'm trying to clean up a thing or two and ran into a few strange things: "common/env_common.c" has this: 230 #if defined(CONFIG_GTH) || defined(CONFIG_ENV_IS_NOWHERE) /* Environment not changabl

Re: [U-Boot] [PATCH 2/2] MPC8308ERDB: minimal support for devboard from Freescale

2010-06-23 Thread Ilya Yanok
Hi Kim, Thanks for your review. On 23.06.2010 04:17, Kim Phillips wrote: >> MAKEALL |1 + >> Makefile |3 + >> board/freescale/mpc8308erdb/Makefile | 52 +++ >> board/freescale/mpc8308erdb/config.mk |1

Re: [U-Boot] [PATCH 2/2] Remove AmigaOneG3SE board

2010-06-23 Thread Wolfgang Denk
In message <1276452684-14149-1-git-send-email...@denx.de> you wrote: > The AmigaOneG3SE board has been orphaned or a very long time, and > broken for more than 12 releases resp. more than 3 years. As nobody > seems to be interested any more in this stuff we may as well ged rid > of it, especially

Re: [U-Boot] [PATCH 1/2] Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions

2010-06-23 Thread Wolfgang Denk
In message <1276452651-14063-1-git-send-email...@denx.de> you wrote: > CONFIG_SYS_BUS_HZ has not really been used anywhere except to be > redined as CONFIG_SYS_BUS_CLK; in addition, the mpc7448hpc2 had the > bogus CONFIG_SYS_CONFIG_BUS_CLK setting which duplicated the > funtionality. Change all t

[U-Boot] Your E-mail ID Has Been Awarded £950,00 0,00 GBP In Our Mercedes Benz Promo.Send Your:‏ ‏

2010-06-23 Thread clyde-hedges
Name:...Address:... Phone No:..Country___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] freebsd 8 installer on MPC8349E-mITX

2010-06-23 Thread Zied Fakhfakh
On Wed, Jun 23, 2010 at 5:56 PM, Rafal Jaworowski wrote: > Just making sure: have you got CONFIG_API enabled in your U-Boot config? > NO I'll build another one, and come back. thx for the tip -- Zied FAKHFAKH Dot TN - CTO @: fz...@dottn.com t: +216 71 82 89 58 f: +216 71 82 89 58 w: http://ww

Re: [U-Boot] jffs2 in u-boot

2010-06-23 Thread Wolfgang Denk
Dear Jack, In message <3dffb0670a395946974ce996c72073241baee...@ndhmc4sxch.gdc4s.com> you wrote: > > I need to support a JFFS2 file system in u-boot. My plan is to boot > from uboot using mtd device and update any new images (field software > upgrade) from the linux side. Are you sure you real

Re: [U-Boot] [PATCH] cmd_ide: Convert to [read,write][b,w]

2010-06-23 Thread Wolfgang Denk
Dear Marek Vasut, In message <1277320683-2057-1-git-send-email-marek.va...@gmail.com> you wrote: > Signed-off-by: Marek Vasut > --- > common/cmd_ide.c | 22 +- > 1 files changed, 13 insertions(+), 9 deletions(-) I don't see the big advantage of this patch yet. > #ifndef

[U-Boot] jffs2 in u-boot

2010-06-23 Thread Moran, Jack
Hello, I am new to u-boot/linux and have some rookie questions. I need to support a JFFS2 file system in u-boot. My plan is to boot from uboot using mtd device and update any new images (field software upgrade) from the linux side. How can I add support for jffs2 in u-boot. Currently my u-boot

[U-Boot] [PATCH] cmd_ide: Convert to [read,write][b,w]

2010-06-23 Thread Marek Vasut
Signed-off-by: Marek Vasut --- common/cmd_ide.c | 22 +- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 093ca9f..9c4b250 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -161,8 +161,8 @@ static uchar ide_wait

[U-Boot] [STATUS] v2010.06-rc3 has been released

2010-06-23 Thread Wolfgang Denk
Hello, I just released v2010.06-rc3 If you see any problems, or if there are urgent fixes pending that I missed, please speak up now. If we don't run into unexpacted issues, I want to release v2010.06 on June 29, 2010. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: W

Re: [U-Boot] handling of bad blocks in nand

2010-06-23 Thread Scott Wood
On Wed, Jun 23, 2010 at 02:40:51PM +0200, Arno Steffen wrote: > A short question to handling of bad blocks: > My nand shows a few bad blocks (example 10) > > What is happen when I write / read from that block via nand write / read. > Is content than ok (by mapping good blocks do that address)?

Re: [U-Boot] GUNZIP: uncompress, out-of-mem or overwrite error

2010-06-23 Thread Wolfgang Denk
Dear Unnamalai Kanchi Bashyam, In message <6e8df434294a2f49bb2c8be9f27294d96bdbc...@chn-hclt-evs07.hclt.corp.hcl.in> you wrote: > > I have configured the TEXT_BASE as 0x8010_ in u-boot/ > board/littleton/config.mk file and I believe this is the > location in RAM where u-boot will sit. An

[U-Boot] fdt_resize() bug caused "WARNING: could not set linux, initrd-start FDT_ERR_NOSPACE."

2010-06-23 Thread Wang, Feng
Hello, This is Feng Wang from Harris Corp. I am new to the mailing list. I have been using u-boot for half year now, and just found a bug in the libfdt support for PowerPC. Not sure if that's the way to report a bug fix. What I got is an error: "WARNING: could not set linux,initrd-start FDT_ERR_

Re: [U-Boot] u-boot not giving output in Kermit on startup (OMAP3430 sdp)

2010-06-23 Thread Aldo Cedillo
Hey Shrikumar, > Hi Aldo > Thanks for your reply. > Im using the Omap3430 SDP board, I used the config omap3_sdp3430. > I used the following commit of u-boot: > 1f241263e088a71b8f33f87b03a37c5418d41e2e > > Shrikumar Sharma > I just flashed main branch u-boot with the commit you are telling and it

Re: [U-Boot] freebsd 8 installer on MPC8349E-mITX

2010-06-23 Thread Rafal Jaworowski
On 2010-06-23, at 18:08, Zied Fakhfakh wrote: > Hi > am trying to boot, freebsd 8 instalelr on the MPC8349E-mITX. > > I loaded the ubldr: > MPC8349E-mITX> tftpboot $loadaddr freebsd8/boot/ubldr > Speed: 100, full duplex > Using TSEC0 device > TFTP from server 192.168.0.194; our IP address is 192

[U-Boot] XM Optronics first to produing SMD 3014 LED tube

2010-06-23 Thread john
Hello My friend , This is john come from shenzhen Xuming Optronics which is the professional manufactory for the LED spotlight /tube and bulbs . we have rich experience in design the driver and solving the heat dissipation so all the led light have confirm the CE/ROHS . we hope we can be your s

[U-Boot] freebsd 8 installer on MPC8349E-mITX

2010-06-23 Thread Zied Fakhfakh
Hi am trying to boot, freebsd 8 instalelr on the MPC8349E-mITX. I loaded the ubldr: MPC8349E-mITX> tftpboot $loadaddr freebsd8/boot/ubldr Speed: 100, full duplex Using TSEC0 device TFTP from server 192.168.0.194; our IP address is 192.168.0.248 Filename 'freebsd8/boot/ubldr'. Load address: 0x8

[U-Boot] [PATCH] [Bugfix] 85xx/p1_p2_rdb: not able to modify "$bootfile" environment variable

2010-06-23 Thread Poonam Aggrwal
Because the variable was getting defined twice. Signed-off-by: Poonam Aggrwal --- include/configs/P1_P2_RDB.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h index 4f72f36..02e5281 100644 --- a/include/configs/P1_P

[U-Boot] [PATCH] 85xx/p1_p2_rdb: enable hwconfig

2010-06-23 Thread Poonam Aggrwal
Signed-off-by: Vivek Mahajan --- include/configs/P1_P2_RDB.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h index 612c669..de8e60b 100644 --- a/include/configs/P1_P2_RDB.h +++ b/include/configs/P1_P2_RDB.h @@ -99

Re: [U-Boot] [U-BOOT][PATCH 1/5] MX53: Add initial support for the Freescale MX53

2010-06-23 Thread Stefano Babic
Jason Liu wrote: > Hi, Stefano Hi Jason, > MX53 has different flash header structure than mx51/35/25, which > means I need change the tools/imximage.c files I can see something in the patch you have already sent. However, I do not know the details, and the documentation on Freescale's websi

[U-Boot] [PATCH] 85xx/p1_p2_rdb: Modify the CLK_CTRL value for DDR at 667MHz

2010-06-23 Thread Poonam Aggrwal
Use a slighly larger value of CLK_CTRL for DDR at 667MHz which fixes random crashes while linux booting. Applicable for both NAND and NOR boot. Signed-off-by: Sandeep Gopalpet Signed-off-by: Poonam Aggrwal --- board/freescale/p1_p2_rdb/ddr.c |2 +- 1 files changed, 1 insertions(+), 1 delet

[U-Boot] [PATCH] eSPI and Intel E1000 support for P1/P2 RDB

2010-06-23 Thread Poonam Aggrwal
This patch enables the eSPI configuration to use the Spansion Flash on P1 and P2 RDB Platforms This also enables the Intel Pro/1000 PT Gb Ethernet PCI-E Network Adapter configuration support Signed-off-by: Poonam Aggrwal --- include/configs/P1_P2_RDB.h | 15 +++ 1 files changed, 1

[U-Boot] [PATCH 2/4] m68k: Make m548xevb config reusable for derived boards.

2010-06-23 Thread Philippe De Muyter
Allow to redefine : - CONFIG_BOARD_NAME_STRING and CONFIG_HOSTNAME, - flash-model related constants : - TEXT_BASE (for loader) and CONFIG_SYS_CS0_BASE, - CONFIG_SYS_MAX_FLASH_SECT, CONFIG_ENV_OFFSET and CONFIG_ENV_SECT_SIZE, - and CONFIG_CMD_PCI. --- board/freescale/m548xevb/config.mk |

[U-Boot] [PATCH 1/4] m68k: restore bi_enetaddr & bi_enet1addr in bd_t for bootm compatibility.

2010-06-23 Thread Philippe De Muyter
--- arch/m68k/include/asm/u-boot.h |4 arch/m68k/lib/bootm.c |8 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/m68k/include/asm/u-boot.h b/arch/m68k/include/asm/u-boot.h index a0f2983..91bb240 100644 --- a/arch/m68k/include/asm/u-boot.h +++ b/a

[U-Boot] [PATCH 3/4] m68k/mcf547x_8x : Fix relocation errors in start.S

2010-06-23 Thread Philippe De Muyter
If the environment sectors in the flash are big, one get those errors : mcf547x_8x/start.S:173: relocation truncated to fit: R_68K_PC16 against symbol `cpu_init_f' defined in .text section in libmcf547x_8x.a(cpu_init.o) mcf547x_8x/start.S:174: relocation truncated to fit: R_68K_PC16 against symbol

[U-Boot] [PATCH 4/4] m68k: Add ME2060_config (Macq Electronique MCF5484-based board)

2010-06-23 Thread Philippe De Muyter
--- Makefile | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 9a436fe..aa8738e 100644 --- a/Makefile +++ b/Makefile @@ -2188,6 +2188,7 @@ M5475GFE_config : unconfig fi @$(MKCONFIG) -a M5475EVB m68k mcf547x_8x m547xevb

Re: [U-Boot] GUNZIP: uncompress, out-of-mem or overwrite error

2010-06-23 Thread Unnamalai Kanchi Bashyam
Dear Wolfgang Denk, I am using a fork of the u-boot called u-boot-pxa and I have taken the 'openpxa' branch from it. git clone git://git.denx.de/u-boot-pxa.git -b openpxa I have configured the TEXT_BASE as 0x8010_ in u-boot/board/littleton/config.mk file and I believe this is the location

Re: [U-Boot] [PATCHv2 CFI flash]: Workaround for Numonyx Axcell P33/P30 256-Mbit 65nm bug

2010-06-23 Thread Philippe De Muyter
Hello Wolfgang & list, This is a revised patch, with comments and indentation fixed, I hope. I have "ported" U-boot to a in house made board with Numonyx Axcell P33/P30 256-Mbit 65nm flash chips. After some time :( searching for bugs in our board or soft, we have discovered that those chips have

Re: [U-Boot] [PATCH CFI flash]: Workaround for Numonyx Axcell P33/P30 256-Mbit 65nm bug

2010-06-23 Thread Wolfgang Denk
Dear Philippe De Muyter, In message <20100623115701.ga17...@frolo.macqel> you wrote: > Hello Wolfgang & list, You might want to put the CFI custodian on Cc: > I have "ported" U-boot to a in house made board with Numonyx Axcell P33/P30 > 256-Mbit 65nm flash chips. > > After some time :( searchin

[U-Boot] handling of bad blocks in nand

2010-06-23 Thread Arno Steffen
A short question to handling of bad blocks: My nand shows a few bad blocks (example 10) What is happen when I write / read from that block via nand write / read. Is content than ok (by mapping good blocks do that address)? Other way around - if I have commands like "get_kn=nand read.i 0x8000

Re: [U-Boot] [PATCH 2/2] MPC8308ERDB: minimal support for devboard from Freescale

2010-06-23 Thread Ilya Yanok
Hi Ben, On 22.06.2010 23:10, Ben Warren wrote: > +int board_eth_init(bd_t *bis) > +{ > +cpu_eth_init(bis);/* Initialize TSECs first */ > I think it's wrong to ignore the return code here. >>> What makes you think so? What can we do with the return code here? >>> Print

Re: [U-Boot] [PATCH 2/2] MPC8308ERDB: minimal support for devboard from Freescale

2010-06-23 Thread Ilya Yanok
Hi Wolfgang, On 22.06.2010 22:14, Wolfgang Denk wrote: >>> Entry to MAINTAINERS missing. >>> >> Should I add you as a maintainer or myself? >> > You did the actual work... > but I fear I won't be able to maintain it... I don't have much free time to spend now... >>> + return

[U-Boot] [PATCH CFI flash]: Workaround for Numonyx Axcell P33/P30 256-Mbit 65nm bug

2010-06-23 Thread Philippe De Muyter
Hello Wolfgang & list, I have "ported" U-boot to a in house made board with Numonyx Axcell P33/P30 256-Mbit 65nm flash chips. After some time :( searching for bugs in our board or soft, we have discovered that those chips have a small but annoying bug, documented in "Numonyx Axcell P33/P30 256-Mb

Re: [U-Boot] Link problem with eTSEC2 on P2020RDB

2010-06-23 Thread Aggrwal Poonam-B10812
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Felix Radensky > Sent: Wednesday, June 23, 2010 1:34 AM > To: U-Boot-Denx; André Schwarz; Kumar Gala; pty...@xes-inc.com > Subject: [U-Boot] Link problem with eTSEC2 on P2020RDB

Re: [U-Boot] u-boot not giving output in Kermit on startup (OMAP3430 sdp)

2010-06-23 Thread Shrikumar Sharma
Hi Aldo Thanks for your reply. Im using the Omap3430 SDP board, I used the config omap3_sdp3430. I used the following commit of u-boot: 1f241263e088a71b8f33f87b03a37c5418d41e2e Shrikumar Sharma On Wed, Jun 23, 2010 at 12:54 AM, Aldo Cedillo wrote: > > Hi > > I flashed in the u-boot to the H6 om

Re: [U-Boot] [PATCH] Davinci: SPI performance enhancements

2010-06-23 Thread Nick Thompson
On 22/06/10 16:27, Paulraj, Sandeep wrote: > >> The following restructuring and optimisations increase the SPI >> read performance from 1.3MiB/s (on da850) to 2.87MiB/s (on da830): >> >> Remove continual revaluation of driver state from the core of the >> copy loop. State can not change during the

Re: [U-Boot] u-boot not giving output in Kermit on startup (OMAP3430 sdp)

2010-06-23 Thread Shrikumar Sharma
Hi Aldo Thanks for your reply. Im using the Omap3430 SDP board, I used the config omap3_sdp3430. I used the following commit of u-boot: 1f241263e088a71b8f33f87b03a37c5418d41e2e Shrikumar Sharma On Wed, Jun 23, 2010 at 12:54 AM, Aldo Cedillo wrote: > > Hi > > I flashed in the u-boot to the H6 om