[U-Boot] Build breakage in qemu-mips

2009-12-17 Thread Himanshu Chauhan
Hi All, I cloned the git tree of Wolfgang and tried compilation of qemu_mips_config. But the build breaks with following error: zlib.c:31:27: error: asm/unaligned.h: No such file or directory zlib.c: In function ‘inflate_fast’: zlib.c:641: warning: implicit declaration of function ‘get_unaligned’

[U-Boot] Invitation to connect on LinkedIn

2009-12-17 Thread Bai Shuwei
LinkedIn Bai Shuwei requested to add you as a connection on LinkedIn: -- Srinath, I'd like to add you to my professional network on LinkedIn. - Bai Accept invitation from Bai Shuwei http://www.linkedin.com/e/YhLefj14Y3m-0E8v1ZCDgtixJP5Kn9_7/

Re: [U-Boot] [PATCH] add ASTRO MCF5373L board

2009-12-17 Thread Wolfgang Wegner
Dear Wolfgang Denk, thank you for all the comments and suggestions and sorry for that many reasons to complain! I just would like to ask a few questions in-line. On Thu, Dec 17, 2009 at 11:33:07PM +0100, Wolfgang Denk wrote: > Dear Wolfgang Wegner, > > In message <1260378648-19232-1-git-send-ema

[U-Boot] MPC8313 with 512MB SDRAM, u-boot version 1.3.0

2009-12-17 Thread David Tao
Hi, Did anybody get 512MB DDR SDRAM working on MPC8313? My board here didn't work. In u-boot source, I changed CFG_DDRCONFIG to handle the 512MB ICs, changed CFG_IBAT_0U and CFG_DBAT_0U to handle 512MB, defined CONFIG_VERY_LAGE_RAM and CONFIG_MAX_MEM_MAPPED. When I set the CFG_DDR_SIZE to 256

Re: [U-Boot] [PATCH 5/9] SPEAr600 SoC support added

2009-12-17 Thread Wolfgang Denk
Dear Peter Tyser, In message <1261090481.11634.5308.ca...@localhost.localdomain> you wrote: > > > > I haven't looked at the code differences between the sp3xx boards, but > > > you might be able to use 1 common board file/header file to support them > > > all. For example, take a look at the M54

Re: [U-Boot] [PATCH 08/25] Blackfin: kill off useless initdram() usage

2009-12-17 Thread Mike Frysinger
On Thursday 17 December 2009 17:48:48 Wolfgang Denk wrote: > Mike Frysinger wrote: > > like this is an optional board-specific function that probes external > > memory sizes by reading/writing to it. > > Right, with at least two purposes: detecting memroy errors, and > determining the available me

Re: [U-Boot] [PATCH 5/9] SPEAr600 SoC support added

2009-12-17 Thread Peter Tyser
Hi Wolfgang, > > I haven't looked at the code differences between the sp3xx boards, but > > you might be able to use 1 common board file/header file to support them > > all. For example, take a look at the M5475AFE_config rule in > > U-Boot's ./Makefile. Some extra code in the Makefile and som

Re: [U-Boot] [PATCH 08/25] Blackfin: kill off useless initdram() usage

2009-12-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200912171723.51435.vap...@gentoo.org> you wrote: > > > Would it not make sense to start using get_ram_size(), too? > > i havent heard of this function before. looking through the tree, it seems Seems you have ignored a lot of messages on this list ;-) > like thi

Re: [U-Boot] [PATCH 5/9] SPEAr600 SoC support added

2009-12-17 Thread Wolfgang Denk
Dear Peter Tyser, In message <1260988086.11634.3576.ca...@localhost.localdomain> you wrote: > > I see. It'd be nice to put some of the above information in the U-Boot > commit logs to give people an idea about what's going on without having > to use google, etc. ...and even better in some doc/R

Re: [U-Boot] [PATCH v2] Makefile: fix parallel build

2009-12-17 Thread Wolfgang Denk
Dear Daniel Hobi, In message <1260885106-3494-1-git-send-email-daniel.h...@schmid-telecom.ch> you wrote: > During parallel build, the top Makefile spawns multiple sub-makes for > targets in cpu/$(CPU) and $(dir $(LDSCRIPT)). If the .depend files are > not present in these directories, the sub-mak

Re: [U-Boot] [PATCH 07/25] Blackfin: do not require CONFIG_BAUDRATE

2009-12-17 Thread Mike Frysinger
On Thursday 17 December 2009 16:32:38 Wolfgang Denk wrote: > Mike Frysinger wrote: > > Signed-off-by: Mike Frysinger > > --- > > cpu/blackfin/initcode.c |3 +++ > > lib_blackfin/board.c|2 ++ > > 2 files changed, 5 insertions(+), 0 deletions(-) > > ... > > > static int init_baudrat

Re: [U-Boot] [PATCH] add ASTRO MCF5373L board

2009-12-17 Thread Wolfgang Denk
Dear Wolfgang Wegner, In message <1260378648-19232-1-git-send-email-w.weg...@astro-kom.de> you wrote: > This patch adds support for ASTRO board(s) based on MCF5373L. > > Signed-off-by: Wolfgang Wegner > --- > There is another board (series) in the queue to be submitted, thus > I added a subdirec

Re: [U-Boot] [PATCH 25/25] Blackfin: add support for BF527-EZKIT v2.1

2009-12-17 Thread Mike Frysinger
On Thursday 17 December 2009 16:47:20 Wolfgang Denk wrote: > Mike Frysinger wrote: > > From: Michael Hennerich > > > > The new board revision has a different LCD. > > > > Signed-off-by: Michael Hennerich > > Signed-off-by: Mike Frysinger > > --- > > i've removed include/asm-blackfin/bfin_logo_rg

Re: [U-Boot] [PATCH 22/25] Blackfin: pull io funcs from linux

2009-12-17 Thread Mike Frysinger
On Thursday 17 December 2009 16:43:11 Wolfgang Denk wrote: > Mike Frysinger wrote: > > Some common code uses more of the io.h funcs than we currently provide, > > so pull in all of the ones from the linux kernel. > > ... > > > +/* We are single threaded most of the time */ > > +#define CONFIG_BFI

Re: [U-Boot] [PATCH 08/25] Blackfin: kill off useless initdram() usage

2009-12-17 Thread Mike Frysinger
On Thursday 17 December 2009 16:33:46 Wolfgang Denk wrote: > Mike Frysinger wrote: > > While the initdram() function makes sense on some arches, it doesn't for > > Blackfin systems as it's always implemented the same way. > > Would it not make sense to start using get_ram_size(), too? i havent he

Re: [U-Boot] Pull request - net/next

2009-12-17 Thread Wolfgang Denk
Dear Ben Warren, In message <4b29c3a2.6000...@gmail.com> you wrote: > Wolfgang, > > The following changes since commit 4b142febff71eabdb7ddbb125c7b583b24ddc434: > Heiko Schocher (1): > common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL > > are available in the git re

Re: [U-Boot] [PATCH] Update Makefile for tag generating

2009-12-17 Thread Wolfgang Denk
Dear Li Yang, In message <1260353606-5498-1-git-send-email-le...@freescale.com> you wrote: > Get tag directories from the $(__LIB) and also generate tag for .S files. > > Signed-off-by: Li Yang Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot] [PATCH 25/25] Blackfin: add support for BF527-EZKIT v2.1

2009-12-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1261017850-22802-26-git-send-email-vap...@gentoo.org> you wrote: > From: Michael Hennerich > > The new board revision has a different LCD. > > Signed-off-by: Michael Hennerich > Signed-off-by: Mike Frysinger > --- > i've removed include/asm-blackfin/bfin_logo_

Re: [U-Boot] [PATCH 22/25] Blackfin: pull io funcs from linux

2009-12-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1261017850-22802-23-git-send-email-vap...@gentoo.org> you wrote: > Some common code uses more of the io.h funcs than we currently provide, so > pull in all of the ones from the linux kernel. > > Signed-off-by: Mike Frysinger ... > +/* We are single threaded most

Re: [U-Boot] [PATCH 21/25] Blackfin: section off the CF/IDE io.h hacks

2009-12-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1261017850-22802-22-git-send-email-vap...@gentoo.org> you wrote: > These need to be rethought, but until that happens, isolate the hack so > that we can extend the common code without breaking things. > > Signed-off-by: Mike Frysinger ... > +#define inb(addr) cf_

Re: [U-Boot] [PATCH 15/25] Blackfin: use new bfin read/write mmr helper funcs

2009-12-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1261017850-22802-16-git-send-email-vap...@gentoo.org> you wrote: > Signed-off-by: Mike Frysinger > --- > cpu/blackfin/initcode.c | 10 ++-- > cpu/blackfin/interrupts.c | 12 ++-- > cpu/blackfin/serial.c | 20 ++--- >

Re: [U-Boot] [PATCH 11/25] Blackfin: support boards with no external memory

2009-12-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1261017850-22802-12-git-send-email-vap...@gentoo.org> you wrote: > Signed-off-by: Mike Frysinger > --- > cpu/blackfin/initcode.c | 16 +++- > cpu/blackfin/start.S |6 ++ > include/asm-blackfin/config.h |9 +++-- > lib_

Re: [U-Boot] [PATCH 08/25] Blackfin: kill off useless initdram() usage

2009-12-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1261017850-22802-9-git-send-email-vap...@gentoo.org> you wrote: > While the initdram() function makes sense on some arches, it doesn't for > Blackfin systems as it's always implemented the same way. Would it not make sense to start using get_ram_size(), too? Best

Re: [U-Boot] [PATCH 07/25] Blackfin: do not require CONFIG_BAUDRATE

2009-12-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1261017850-22802-8-git-send-email-vap...@gentoo.org> you wrote: > Signed-off-by: Mike Frysinger > --- > cpu/blackfin/initcode.c |3 +++ > lib_blackfin/board.c|2 ++ > 2 files changed, 5 insertions(+), 0 deletions(-) ... > static int init_baudrate(voi

Re: [U-Boot] About GPL

2009-12-17 Thread Wolfgang Denk
Dear Rob Westfall, In message <63e059e40912161855q31eb64e4h84f8fbbdb088a...@mail.gmail.com> you wrote: > Where exactly is the line for what you have to provide vs what you > don't have to provide? If you want to know exactly, then please read the GPL itself (see file COPYING in the top level dir

Re: [U-Boot] [PATCH] drivers/bios_emulator: Fix compile error in .depend not being generated

2009-12-17 Thread Wolfgang Denk
Dear Kumar Gala, In message <1260994331-22733-1-git-send-email-ga...@kernel.crashing.org> you wrote: > make -C drivers/bios_emulator/ > make[2]: Entering directory > `drivers/bios_emulator' > In file included from atibios.c:49: > biosemui.h:47:21: error: biosemu.h: No such file or directory > In

Re: [U-Boot] [PATCH] ppc/p4080: Add Corenet Platform Cache (CPC) registers

2009-12-17 Thread Wolfgang Denk
Dear Kumar Gala, In message <1260980960-15351-1-git-send-email-ga...@kernel.crashing.org> you wrote: > From: Becky Bruce > > Signed-off-by: Becky Bruce > Signed-off-by: Kumar Gala > --- > include/asm-ppc/immap_85xx.h | 74 > ++ > 1 files changed, 74

Re: [U-Boot] [PATCH 3/4] fsl-ddr: add override for the Rtt_WR

2009-12-17 Thread Wolfgang Denk
Dear Kumar Gala, In message <1260980679-13236-3-git-send-email-ga...@kernel.crashing.org> you wrote: > From: Dave Liu > > It may be different settings of Rtt_nom and Rtt_WR > for different boards, adding the override provide the > capability. I don't understand what this commit message is supp

Re: [U-Boot] [PATCH 3/3] Create configuration file for da850 EVM

2009-12-17 Thread Wolfgang Denk
Dear Sudhakar Rajashekhara, In message <1260959070-29810-1-git-send-email-sudhakar@ti.com> you wrote: > Provides initial support for TI OMAP-L138/DA850 SoC devices > on a Logic PD EVM board. > > Signed-off-by: Sudhakar Rajashekhara ... > diff --git a/Makefile b/Makefile > index 769bf22..674d

[U-Boot] ubi part failing on NAND

2009-12-17 Thread Jeff Angielski
The "ubi part" command is failing for me on my PowerPC 85xx board. I am not trying to do anything special, just create the partitions and volumes so that I can try writing an ubi.img. It spits out enough information that it looks like it did work but it prints out an error nonetheless. And

Re: [U-Boot] [PATCH 1/3] Prepare for da850 support

2009-12-17 Thread Wolfgang Denk
Dear Sudhakar Rajashekhara, In message <1260959053-29746-1-git-send-email-sudhakar@ti.com> you wrote: > DA850/OMAP-L138 is a new SoC from Texas Instruments > (http://focus.ti.com/docs/prod/folders/print/omap-l138.html). > This SoC is similar to DA830/OMAP-L137 in many aspects. Hence > rename t

Re: [U-Boot] [PATCH 9/9] SPEAr600 build support added

2009-12-17 Thread Wolfgang Denk
Dear Vipin KUMAR, In message <1260955110-5656-10-git-send-email-vipin.ku...@st.com> you wrote: > > Signed-off-by: Vipin > --- > MAKEALL |1 + > Makefile |3 +++ > 2 files changed, 4 insertions(+), 0 deletions(-) This patch must be merged with the one adding the actual code for this bo

Re: [U-Boot] [PATCH 8/9] SPEAr320 SoC support added

2009-12-17 Thread Wolfgang Denk
Dear Vipin KUMAR, In message <1260955110-5656-9-git-send-email-vipin.ku...@st.com> you wrote: > > Signed-off-by: Vipin > --- > MAKEALL |1 + > Makefile|3 + > board/spear/spear320/Makefile | 52 ++ > board/spear/spear32

Re: [U-Boot] [PATCH 7/9] SPEAr310 SoC support added

2009-12-17 Thread Wolfgang Denk
Dear Vipin KUMAR, In message <1260955110-5656-8-git-send-email-vipin.ku...@st.com> you wrote: > > Signed-off-by: Vipin > --- > MAKEALL |1 + > Makefile|3 + > board/spear/spear310/Makefile | 52 + > board/spear/spear310

Re: [U-Boot] [PATCH 6/9] SPEAr300 SoC support added

2009-12-17 Thread Wolfgang Denk
Dear Vipin KUMAR, In message <1260955110-5656-7-git-send-email-vipin.ku...@st.com> you wrote: > > Signed-off-by: Vipin ... > diff --git a/board/spear/spear300/config.mk b/board/spear/spear300/config.mk > new file mode 100755 > index 000..90a6cf9 > --- /dev/null > +++ b/board/spear/spear300/c

Re: [U-Boot] RFC common omap3 subconfig ? was Re: [PATCH] OMAP3EVM: Increase bootargs string length.

2009-12-17 Thread Heiko Schocher
Hello Stefan, Stefan Roese wrote: > On Thursday 17 December 2009 17:07:01 Dirk Behme wrote: It seems like a lot of the omap3 boards share common config options. What do you think about consolidating the common options to a sub config file ? >>> Seems a good idea; only if we are sure

Re: [U-Boot] [PATCH] onenand: Fix compile errors due to FlexOneNAND

2009-12-17 Thread Tom
Sanjeev Premi wrote: > This patch fixes the compile error while trying to > compile for omap3evm. > > env_onenand.c: In function 'env_relocate_spec': > env_addr = CONFIG_ENV_ADDR; > +#ifdef CONFIG_ENV_ADDR_FLEX > if (FLEXONENAND(this)) > env_addr = CONFIG_ENV_ADDR_FLEX;

Re: [U-Boot] RFC common omap3 subconfig ? was Re: [PATCH] OMAP3EVM: Increase bootargs string length.

2009-12-17 Thread Stefan Roese
Hi Dirk, On Thursday 17 December 2009 17:07:01 Dirk Behme wrote: > >> It seems like a lot of the omap3 boards share common config options. > >> What do you think about consolidating the common options to > >> a sub config file ? > > > > Seems a good idea; only if we are sure that the next board do

[U-Boot] [PATCH] onenand: Fix compile errors due to FlexOneNAND

2009-12-17 Thread Sanjeev Premi
This patch fixes the compile error while trying to compile for omap3evm. env_onenand.c: In function 'env_relocate_spec': env_onenand.c:70: error: 'CONFIG_ENV_ADDR_FLEX' undeclared (first use in this function) env_onenand.c:70: error: (Each undeclared identifier is re ported only once env_onenand.

Re: [U-Boot] RFC common omap3 subconfig ? was Re: [PATCH] OMAP3EVM: Increase bootargs string length.

2009-12-17 Thread Dirk Behme
On 17.12.2009 16:58, Premi, Sanjeev wrote: > > >> -Original Message- >> From: u-boot-boun...@lists.denx.de >> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Tom >> Sent: Thursday, December 17, 2009 9:25 PM >> To: Dirk Behme >> Cc: u-boot@lists.denx.de >> Subject: [U-Boot] RFC common oma

Re: [U-Boot] RFC common omap3 subconfig ? was Re: [PATCH] OMAP3EVM: Increase bootargs string length.

2009-12-17 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Tom > Sent: Thursday, December 17, 2009 9:25 PM > To: Dirk Behme > Cc: u-boot@lists.denx.de > Subject: [U-Boot] RFC common omap3 subconfig ? was Re: > [PATCH] OMAP3EVM: Increa

[U-Boot] RFC common omap3 subconfig ? was Re: [PATCH] OMAP3EVM: Increase bootargs string length.

2009-12-17 Thread Tom
Dirk Behme wrote: > On 17.12.2009 14:29, Sriramakrishnan wrote: >> Increase the bootargs string length as multiple options >> (especially for Video settings) are passed to the kernel >> through bootargs. Also increase the number of args. > > Should we do this for some more OMAP3 boards, too? E.g

Re: [U-Boot] Breakage on arm/next

2009-12-17 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Tom > Sent: Tuesday, December 01, 2009 8:10 PM > To: apgmoorthy > Cc: 'Scott Wood'; u-boot@lists.denx.de; kyungmin.p...@samsung.com > Subject: Re: [U-Boot] Breakage on arm/next >

Re: [U-Boot] [PATCH] OMAP3: Beagle: Update revision detection

2009-12-17 Thread Tom
Dirk Behme wrote: > New BeagleBoard revision C4 uses a new ID. Update revision detection. > > Signed-off-by: Dirk Behme > --- > > Tested on C1/2 and C4 (prototype). > > Patch against v2009.11 > > Known C4 changes: > > - Use OMAP3 720MHz devices. > - Change in the way the USB Host PHY is power

Re: [U-Boot] [PATCH] OMAP3 Move declaration of gpmc_cfg.

2009-12-17 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Tom Rix > Sent: Tuesday, November 17, 2009 2:20 AM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH] OMAP3 Move declaration of gpmc_cfg. > > Every omap3 board config file de

[U-Boot] [PATCHv2] OMAP3: Increase bootargs string length.

2009-12-17 Thread Sriramakrishnan
Increase the bootargs string length as multiple options (especially for Video settings) are passed to the kernel through bootargs. Also increase the number of args. This patch updates the config files for all omap3 boards to increase the bootargs string length. Signed-off-by: Sriramakrishnan ---

Re: [U-Boot] [PATCH] OMAP3EVM: Increase bootargs string length.

2009-12-17 Thread Govindarajan, Sriramakrishnan
> On 17.12.2009 14:29, Sriramakrishnan wrote: > > Increase the bootargs string length as multiple options > > (especially for Video settings) are passed to the kernel > > through bootargs. Also increase the number of args. > > > > Signed-off-by: Sriramakrishnan > > --- > > include/configs/omap3

Re: [U-Boot] [PATCH] OMAP3EVM: Increase bootargs string length.

2009-12-17 Thread Dirk Behme
On 17.12.2009 14:29, Sriramakrishnan wrote: > Increase the bootargs string length as multiple options > (especially for Video settings) are passed to the kernel > through bootargs. Also increase the number of args. > > Signed-off-by: Sriramakrishnan > --- > include/configs/omap3_evm.h |4 ++--

[U-Boot] [PATCH] OMAP3EVM: Increase bootargs string length.

2009-12-17 Thread Sriramakrishnan
Increase the bootargs string length as multiple options (especially for Video settings) are passed to the kernel through bootargs. Also increase the number of args. Signed-off-by: Sriramakrishnan --- include/configs/omap3_evm.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[U-Boot] [PATCH] Add support for Indefia Nimbus Cloud Board

2009-12-17 Thread Semih Hazar
Nimbus Cloud is an AVR32 based single board computer with 256MiB NAND, 64MiB SDRAM, battery backed RTC, LCD/touch screen support, VGA Output, Ethernet and offers seamless integration with Indefia's Zigbee transceivers. --- CREDITS |4 + MAINTAINERS

[U-Boot] [PATCH] Remove duplicate #defines in atngw100.h and mimc200.h

2009-12-17 Thread Semih Hazar
Two configuration include files had duplicate CONFIG_DOS_PARTITION definitions with the same value. This patch does not effect anything, just trims unnecessary text. Signed-off-by: Semih Hazar --- include/configs/atngw100.h |2 -- include/configs/mimc200.h |2 -- 2 files changed, 0 in

[U-Boot] [PATCH] macb: Fix mii_phy_read and mii_phy_write functions

2009-12-17 Thread Semih Hazar
Enabling CONFIG_CMD_MII in AVR32 boards was not possible due to compile errors. This patch fixes miiphy_read and miiphy_write functions and registers them properly. Signed-off-by: Semih Hazar --- drivers/net/macb.c | 110 +++ 1 files changed, 33

[U-Boot] [PATCH] Add misc_init_r support to AVR32

2009-12-17 Thread Semih Hazar
misc_init_r is available in most other platforms and can be used in board initialization code for late stage stuff. Signed-off-by: Semih Hazar --- lib_avr32/board.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/lib_avr32/board.c b/lib_avr32/board.c index 57115df..

[U-Boot] Invitation to connect on LinkedIn

2009-12-17 Thread Baojun Wang
LinkedIn Baojun Wang requested to add you as a connection on LinkedIn: -- Srinath, I'd like to add you to my professional network on LinkedIn. - Baojun Accept invitation from Baojun Wang http://www.linkedin.com/e/YhLefj14Y3m-0E8v1ZCDgtixJP5K

Re: [U-Boot] [PATCH] TI: DaVinci: Updating EMAC dri ver for DM365, DM646x and DA8XX

2009-12-17 Thread Sriramakrishnan
Nick Thompson ge.com> writes: > +/* Write to a PHY register via MDIO inteface */ > +void mdio_write(int phy_addr, int reg_num, unsigned int data) > +{ > + /* Wait for User access register to be ready */ > + while (readl(&adap_mdio->USERACCESS0) & MDIO_USERACCESS0_GO); > + Arent these fun

Re: [U-Boot] [PATCH] TI: DaVinci: Updating EMAC driver for DM365, DM646x and DA8XX

2009-12-17 Thread Nick Thompson
On 16/12/09 22:00, Wolfgang Denk wrote: > Dear Nick Thompson, > > In message <4b2770f8.5090...@ge.com> you wrote: >> The EMAC IP on DM365, DM646x and DA830 is slightly different >> from that on DM644x. This change updates the DaVinci EMAC driver >> so that EMAC becomes operational on SOCs with EMA

Re: [U-Boot] Is the Numonyx's M29W128 fully supported in U-Boot?

2009-12-17 Thread txema lopez
Hi all, This is a patch to fix the NUMONYX's M29W128GL cfi detection bug in my Lite5200B based custom board. I thing I's only a starting point for a more formal patch valid for any kind of architecture (big and little endian) and flash layout (I've only check it in a 16x portwitdh 8x chipwitch). I