Re: [U-Boot] [PATCH] ppc: transform init_sequence into a function.

2010-12-07 Thread Joakim Tjernlund
Wolfgang Denk w...@denx.de wrote on 2010/12/07 07:34:49: Dear Joakim Tjernlund, In message of9ff97b1b.1fc2bd05-onc12577f2.d034-c12577f2.0002f...@transmode.se you wrote: though the loop is cumbersome and not easy as BDI tends to flush the cache when it stops so you loose your

[U-Boot] [PATCH] Fix autostart env variable handling

2010-12-07 Thread Stefan Roese
Patch 5a442c0a [boot cmds: convert to getenv_yesno() with autostart] changes the boot commands code to use the getenv_yesno() helper function. But this function returns true (1) when autostart is not defined at all. This patch changes the logic of getenv_yesno() to only return true when autostart

Re: [U-Boot] Multiple chip support in ndfc driver

2010-12-07 Thread Felix Radensky
Hi Stefan, Thanks for a prompt reply. Stefan Roese wrote: Hi Felix, On Sunday 05 December 2010 15:27:02 Felix Radensky wrote: On a custom 460EX board I have a 2Gbyte NAND device, 1Gbyte per chip select. I'm trying to enable support for the second NAND CS, so far without success.

Re: [U-Boot] [PATCH] ARM: make timer variables in gt_t available for all ARM platforms

2010-12-07 Thread Prafulla Wadaskar
-Original Message- From: Prafulla Wadaskar [mailto:prafu...@marvell.com] Sent: Wednesday, December 01, 2010 5:47 PM To: u-boot@lists.denx.de Cc: Manas Saksena; Prabhanjan Sarnaik; Ashish Karkare; Prafulla Wadaskar Subject: [PATCH] ARM: make timer variables in gt_t available for all

[U-Boot] cache_flush() function

2010-12-07 Thread Sergey Mironov
Hi, community. I'm porting u-boot on our arm1176-based SoC which uses greth as ethernet controller. I have removed sparc code from greth.c and now almost ready to send the patch. Last thing to fix is cache flusher function which is required by the driver. Originally algorithm used

[U-Boot] [PATCH v4 1/7] arm: Add Support for Marvell ARMADA 100 Familiy SoCs

2010-12-07 Thread Prafulla Wadaskar
ARMADA 100 Family processors are highly integrated SoCs based on Sheeva_88SV331x-v5 PJ1 cpu core. Ref: http://www.marvell.com/products/processors/applications/armada_100 SoC versions Supported: 1) ARMADA168/88AP168(Aspen P) 2) ARMADA166/88AP166(Aspen M) 3) ARMADA162/88AP162(Aspen L)

[U-Boot] [PATCH v4 3/7] add Multi Function Pin configuration support for ARMADA100

2010-12-07 Thread Prafulla Wadaskar
This patch adds the support MFP support for Marvell ARMADA100 SoCs Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- Changelog v4: macros redefined as per new mvmfp driver architecture arch/arm/include/asm/arch-armada100/mfp.h | 67 + 1 files changed, 67

[U-Boot] [PATCH v4 4/7] Serial: ns16550: Add support for CONFIG_SYS_NS16550_IER macro

2010-12-07 Thread Prafulla Wadaskar
On some processors this ier register configuration is different for ex. Marvell Armada100 This patch introduce CONFIG_SYS_NS16550_IER macro support to unconditionally initialize this register. Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- Changelog v3: macro defination

[U-Boot] [PATCH v4 2/7] gpio: Add Multi-Function-Pin configuration driver for Marvell SoCs

2010-12-07 Thread Prafulla Wadaskar
Most of the Marvell SoCs has Multi Function Pin (MFP) configuration registers For ex. ARMADA100. These registers are programmed to expose the specific functionality associated with respective SoC Pins This driver provides configuration APIs, using them, configuration need to be done in board

[U-Boot] [PATCH v4 5/7] Serial: Add UART support for Marvell ARMADA 100 SoCs.

2010-12-07 Thread Prafulla Wadaskar
ARMADA 100 SoCs has NS16550 compatible UART peripheral This patch enables the same for ARMADA100 platforms Signed-off-by: Mahavir Jain mj...@marvell.com Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- Change log for v2: defined CONFIG_SYS_NS16550_IER macro in Soc heder file Change log

[U-Boot] [PATCH v4 6/7] mv-common.h: Add support for ARMADA100 Platforms

2010-12-07 Thread Prafulla Wadaskar
This patch adds commonly used macros for ARMADA100 based baords, Also some code reshuffled and updated for typos and comments Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- Changelog v3: CONFIG_ARCH_CPU_INIT moved out of #ifdef Changelog v4: CONFIG_MFP change to CONFIG_MARVELL_MFP

[U-Boot] [PATCH v4 7/7] Armada100: Add Board Support for Marvell Aspenite-DB

2010-12-07 Thread Prafulla Wadaskar
Aspenite is a Development Board for ASPEN/ARMADA168(88AP168) with * Processor upto 1.2GHz * Parallel 1Gb x8 DDR2-1066 MHz * 16 Mb x16 NOR, 4Gb x8 SLC NAND, footprint for SPI NOR * Footprints for eMMC/eSD NAND MMC x8 card * 4-in-1 card reader (xD, MMC/SD/MS

[U-Boot] [PATCH v4 0/7] Add Marvell New Soc Support ARMADA100

2010-12-07 Thread Prafulla Wadaskar
This patch series adds basic ARMADA100 support, with minimal drivers (UART, MFP) support and Aspenite-DB board support for simple boot Changelog v2: 1. This patch series is in sync latest u-boot 2. config.mk removed 3. CONFIG_SYS_NS16550_IER used for serial drivers 4. mv-common.h updated for

Re: [U-Boot] [PATCH] MAINTAINERS: Transfer openrd_base maintainership to Prafulla Wadaskar

2010-12-07 Thread Prafulla Wadaskar
-Original Message- From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net] Sent: Wednesday, December 01, 2010 1:04 PM To: U-Boot ML Cc: Prafulla Wadaskar; Albert ARIBAUD Subject: [PATCH] MAINTAINERS: Transfer openrd_base maintainership to Prafulla Wadaskar Signed-off-by:

Re: [U-Boot] [PATCH] ppc: transform init_sequence into a function.

2010-12-07 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message ofb493743b.4a802f8e-onc12577f2.002bc478-c12577f2.00324...@transmode.se you wrote: MPC8321 and BDI2000. I have to play games with some internal BDI command called SAP. Maybe they have fixed this in later models? Are you using the latest firmware, i. .

Re: [U-Boot] [PATCH] ARM: make timer variables in gt_t available for all ARM platforms

2010-12-07 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message f766e4f80769bd478052fb6533fa745d19a948e...@sc-vexch4.marvell.com you wrote: This patch makes timer related variables in gd_t available for all ARM implementation ---^ Applied to u-boot-marvell.git master branch Thisis NOT a Marvell specific

[U-Boot] [PATCH] xilinx-ppc4xx-generic: Use common u-boot.lds

2010-12-07 Thread Ricardo Ribalda Delgado
Use common ppc4xx linker script for xilinx ppc440 and ppc405 related boards. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- arch/powerpc/cpu/ppc4xx/start.S|2 +- arch/powerpc/cpu/ppc4xx/u-boot.lds |8 ++ board/xilinx/ppc405-generic/Makefile

Re: [U-Boot] [PATCH] ppc: transform init_sequence into a function.

2010-12-07 Thread Joakim Tjernlund
Wolfgang Denk w...@denx.de wrote on 2010/12/07 14:07:56: Dear Joakim Tjernlund, In message ofb493743b.4a802f8e-onc12577f2.002bc478-c12577f2.00324...@transmode.se you wrote: MPC8321 and BDI2000. I have to play games with some internal BDI command called SAP. Maybe they have fixed

Re: [U-Boot] Please pull u-boot-atmel/for2010.12

2010-12-07 Thread Wolfgang Denk
Dear Reinhard Meyer, In message 4cfe3553.7080...@emk-elektronik.de you wrote: did you find out what happened here? I can clearly see in my local tree and also in the webinterface of the u-boot-atmel.git at your server that there are exactly 8 commits between

Re: [U-Boot] [PATCH v4 2/7] gpio: Add Multi-Function-Pin configuration driver for Marvell SoCs

2010-12-07 Thread Lei Wen
Hi Prafulla, On Wed, Dec 8, 2010 at 1:06 AM, Prafulla Wadaskar prafu...@marvell.com wrote: Most of the Marvell SoCs has Multi Function Pin (MFP) configuration registers For ex. ARMADA100. These registers are programmed to expose the specific functionality associated with respective SoC Pins

Re: [U-Boot] [PATCH v4 6/7] mv-common.h: Add support for ARMADA100 Platforms

2010-12-07 Thread Lei Wen
Hi Prafulla, On Wed, Dec 8, 2010 at 1:06 AM, Prafulla Wadaskar prafu...@marvell.com wrote: This patch adds commonly used macros for ARMADA100 based baords, Also some code reshuffled and updated for typos and comments Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- Changelog v3:

Re: [U-Boot] Please pull u-boot-atmel/for2010.12

2010-12-07 Thread Reinhard Meyer
Dear Wolfgang Denk, Well, the point is that your referenc ist not the ARM tree, but you pulled inbetween and thus have stuff in your tree that is not present in u-boot-arm # master yet - so when I pull from your repo, I will get all this stuff as well. Umm, thats true. I pulled from

Re: [U-Boot] [PATCH v4 2/7] gpio: Add Multi-Function-Pin configuration driver for Marvell SoCs

2010-12-07 Thread Prafulla Wadaskar
-Original Message- From: Lei Wen [mailto:adrian.w...@gmail.com] Sent: Tuesday, December 07, 2010 8:53 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Eric Miao; Manas Saksena; Lei Wen; Yu Tang; Ashish Karkare; Kiran Vedere; Prabhanjan Sarnaik Subject: Re: [U-Boot] [PATCH v4

Re: [U-Boot] [PATCH v4 6/7] mv-common.h: Add support for ARMADA100 Platforms

2010-12-07 Thread Prafulla Wadaskar
-Original Message- From: Lei Wen [mailto:adrian.w...@gmail.com] Sent: Tuesday, December 07, 2010 9:02 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Eric Miao; Manas Saksena; Lei Wen; Yu Tang; Ashish Karkare; Kiran Vedere; Prabhanjan Sarnaik Subject: Re: [U-Boot] [PATCH v4

Re: [U-Boot] gen_atmel_mci freeze on at91sam9g45

2010-12-07 Thread eric cariat
Hi Rheinard, 2010/12/5 Reinhard Meyer u-b...@emk-elektronik.de Dear eric cariat, I'm currently working on a custom board with an at91sam9g45 : I followed the instruction in README.atmel_mci. In U-boot, if I use the command mmcinfo, the system hang. The uSD is working correctly with

Re: [U-Boot] [PATCH v4 2/7] gpio: Add Multi-Function-Pin configuration driver for Marvell SoCs

2010-12-07 Thread Albert ARIBAUD
Le 07/12/2010 18:10, Prafulla Wadaskar a écrit : + val= ~MFP_AF_MASK; Do we need to do this here? For val is only 0 here... This can be removed. OTOH, with the , this line makes no assumption about val, and thus will work regardless of it. If the is removed, and if

Re: [U-Boot] [PATCH] Honor /memory/reg node in DTB files

2010-12-07 Thread Deepak Saxena
On 12/06/2010 10:52 PM, Wolfgang Denk wrote: Dear Deepak Saxena, I am not sure this is a good idea. So far we have a pretty clear definition of responsibilities. U-Boot does the low level initialization, including the sizing and testing of the system memory. U-Boot then passes its results

Re: [U-Boot] [PATCH] Honor /memory/reg node in DTB files

2010-12-07 Thread Wolfgang Denk
Dear Deepak, In message 4cfe775c.6050...@mentor.com you wrote: I am a big fan of having consistent and clear definitions of responsibilities; however, I think the model of having U-Boot handle the creation of memory nodes in the DTB does not scale cleanly to users configuring, deploying,

Re: [U-Boot] [PATCH] Honor /memory/reg node in DTB files

2010-12-07 Thread Wolfgang Denk
Dear Hollis, In message 4cfe7fa8.2030...@mentor.com you wrote: On 12/06/2010 10:52 PM, Wolfgang Denk wrote: If you define that the device tree is the master for information about the memory layout (and potentially other hardware specifics), then you should be consequent and pass make

Re: [U-Boot] [PATCH] Honor /memory/reg node in DTB files

2010-12-07 Thread Hollis Blanchard
On 12/06/2010 10:52 PM, Wolfgang Denk wrote: If you define that the device tree is the master for information about the memory layout (and potentially other hardware specifics), then you should be consequent and pass make U-Boot process this information. We've discussed before that there are

Re: [U-Boot] [PATCH] Fix autostart env variable handling

2010-12-07 Thread Mike Frysinger
On Tuesday, December 07, 2010 05:19:01 Stefan Roese wrote: Patch 5a442c0a [boot cmds: convert to getenv_yesno() with autostart] changes the boot commands code to use the getenv_yesno() helper function. But this function returns true (1) when autostart is not defined at all. This patch

Re: [U-Boot] cache_flush() function

2010-12-07 Thread Mike Frysinger
On Tuesday, December 07, 2010 07:44:53 Sergey Mironov wrote: I'm porting u-boot on our arm1176-based SoC which uses greth as ethernet controller. I have removed sparc code from greth.c and now almost ready to send the patch. Last thing to fix is cache flusher function which is required by the

[U-Boot] V2: Please pull u-boot-atmel/for2010.12

2010-12-07 Thread Reinhard Meyer
Dear Wolfgang, compiled TOT git. Now it handles the ß in e-Mails correctly The following changes since commit 52eb2c79110151b9017a0829c4d44ee7b8e2ca04: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-samsung are available in the git repository at:

Re: [U-Boot] [PATCH] Honor /memory/reg node in DTB files

2010-12-07 Thread Scott Wood
On Mon, 6 Dec 2010 16:56:26 -0800 Deepak Saxena deepak_sax...@mentor.com wrote: +/* + * Check to see if an valid memory/reg property exists + * in the fdt. If so, we do not overwrite it with what's + * been scanned. + * + * Valid mean all the following: + * + * - Memory node has a

Re: [U-Boot] [PATCH] boot cmds: convert to getenv_yesno() with autostart

2010-12-07 Thread Wolfgang Denk
Dear Mike Frysinger, In message 201012010634.19596.vap...@gentoo.org you wrote: hrm, after running this through our test bench, it seems the old code and new code are not functionality equivalent. it boils down to default values when the env var is not set. some places interpret this to

[U-Boot] [PATCHv2] pca953x: support 16-pin devices

2010-12-07 Thread Chris Packham
This adds support for for the PCA9535/PCA9539 family of gpio devices which have 16 output pins. To let the driver know which devices are 16-pin it is necessary to define CONFIG_SYS_I2C_PCA953X_WIDTH in your board config file. This is used to create an array of {chip, ngpio} tuples that are used

Re: [U-Boot] [PATCH] boot cmds: convert to getenv_yesno() with autostart

2010-12-07 Thread Mike Frysinger
On Tuesday, December 07, 2010 16:51:41 Wolfgang Denk wrote: Mike Frysinger wrote: hrm, after running this through our test bench, it seems the old code and new code are not functionality equivalent. it boils down to default values when the env var is not set. some places interpret this to

Re: [U-Boot] [U-BOOT][PATCH V2] onenand: fix oob print out issue

2010-12-07 Thread Scott Wood
On Tue, Dec 07, 2010 at 09:38:18AM +0800, Lei Wen wrote: Seems original implementation forget to set the pointer to point to the oobbuf, so when we want to see oob buf, we see nothing... Fix it by get pointer as the oobbuf set. Signed-off-by: Lei Wen lei...@marvell.com --- Changelog: V1:

[U-Boot] Pull request: nand flash

2010-12-07 Thread Scott Wood
The following changes since commit f12af1f38dc59a6dfe0fed1359e1a05e700a435b: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-video are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master David Müller (ELSOFT AG) (1): fix

Re: [U-Boot] [PATCH] boot cmds: convert to getenv_yesno() with autostart

2010-12-07 Thread Wolfgang Denk
Dear Mike Frysinger, In message 201012071657.42065.vap...@gentoo.org you wrote: In addition to the default values, there is the difference that the documentation states that autostart has to be set to yes, i. e. a plain y is not supposed to mean 'yes'. consider it an enhancement then ?

Re: [U-Boot] [PATCH] nand: constify id/manu tables

2010-12-07 Thread Mike Frysinger
On Wednesday, October 20, 2010 07:15:21 Mike Frysinger wrote: These id tables need not be writable. was this missed ? or is something pending ? -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list

Re: [U-Boot] [PATCH] nand: constify id/manu tables

2010-12-07 Thread Scott Wood
On Tue, 7 Dec 2010 17:14:14 -0500 Mike Frysinger vap...@gentoo.org wrote: On Wednesday, October 20, 2010 07:15:21 Mike Frysinger wrote: These id tables need not be writable. was this missed ? or is something pending ? Current batch was fixes for the imminent release; this looked like a

Re: [U-Boot] [PATCH] boot cmds: convert to getenv_yesno() with autostart

2010-12-07 Thread Mike Frysinger
On Tuesday, December 07, 2010 17:19:38 Wolfgang Denk wrote: Mike Frysinger wrote: In addition to the default values, there is the difference that the documentation states that autostart has to be set to yes, i. e. a plain y is not supposed to mean 'yes'. consider it an enhancement

[U-Boot] Aspire Property Magazine - Spring 2011 and beyond! SW London

2010-12-07 Thread Aspire Property Magazine London
Hi there We're delighted to inform you that your organisation has been invited to participate in Aspire Property Magazine, for the Spring 2011 edition (and beyond). As the brainchild of Aspire Estate Agents, SW London, this quarterly magazine features some of the most appealing properties

[U-Boot] [PATCH] omap3: emif|sdrc: use a single global data define

2010-12-07 Thread Nishanth Menon
DECLARE_GLOBAL_DATA_PTR declarations in functions are inherently troublesome with various compilers (e.g. gcc 4.5) Signed-off-by: Nishanth Menon n...@ti.com --- Similar to the fix I did in: http://marc.info/?t=12880377354r=1w=2 for OMAP4 arch/arm/cpu/armv7/omap3/emif4.c |3 +--

Re: [U-Boot] [PATCH v4 1/7] arm: Add Support for Marvell ARMADA 100 Familiy SoCs

2010-12-07 Thread Eric Miao
On Wed, Dec 8, 2010 at 1:06 AM, Prafulla Wadaskar prafu...@marvell.com wrote: ARMADA 100 Family processors are highly integrated SoCs based on Sheeva_88SV331x-v5 PJ1 cpu core. Ref: http://www.marvell.com/products/processors/applications/armada_100 SoC versions Supported: 1) ARMADA168/88AP168

[U-Boot] [PATCH 4/5] sh: sh7785lcr: Add support zimageboot

2010-12-07 Thread nobuhiro . iwamatsu . yj
From: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- include/configs/sh7785lcr.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/sh7785lcr.h b/include/configs/sh7785lcr.h index 591fb5c..a95a759

[U-Boot] [PATCH 3/5] sh: Add support zimageboot command for Renesas SH

2010-12-07 Thread nobuhiro . iwamatsu . yj
From: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Curent U-Boot can boot zImage by use the go command. But this is not right method. And this method can not set command-line to linux kernel. zimageboot sets command-line in environment of u-boot in linux kernel, and provides function to

[U-Boot] [PATCH 1/5] sh: Delete the function that was not necessary

2010-12-07 Thread nobuhiro . iwamatsu . yj
From: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/lib/bootm.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/sh/lib/bootm.c b/arch/sh/lib/bootm.c index 19b3a94..fe23b58 100644 ---

[U-Boot] [PATCH 2/5] sh: Divided macro for zImage and add asm/zimage.h

2010-12-07 Thread nobuhiro . iwamatsu . yj
From: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/include/asm/zimage.h | 41 + arch/sh/lib/bootm.c | 20 2 files changed, 45

[U-Boot] [PATCH 5/5] sh: r2dplus: Add support zimageboot

2010-12-07 Thread nobuhiro . iwamatsu . yj
From: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- include/configs/r2dplus.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index ade6f7c..8689513

Re: [U-Boot] [PATCH v4 1/7] arm: Add Support for Marvell ARMADA 100 Familiy SoCs

2010-12-07 Thread Prafulla Wadaskar
-Original Message- From: Eric Miao [mailto:eric.y.m...@gmail.com] Sent: Wednesday, December 08, 2010 8:03 AM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Lei Wen; Yu Tang; Kiran Vedere; Manas Saksena; Prabhanjan Sarnaik; Ashish Karkare; Mahavir Jain Subject: Re: [PATCH v4 1/7]

[U-Boot] [PATCH v4 1/7] those files are jz4740 base files

2010-12-07 Thread Xiangfu Liu
Signed-off-by: Xiangfu Liu xian...@openmobilefree.net --- arch/mips/cpu/xburst/Makefile| 50 +++ arch/mips/cpu/xburst/config.mk | 33 ++ arch/mips/cpu/xburst/cpu.c | 160 arch/mips/cpu/xburst/jz4740.c| 266 arch/mips/cpu/xburst/jz_serial.c | 128 ++

[U-Boot] [PATCH v4 3/7] jz4740 nand spl files

2010-12-07 Thread Xiangfu Liu
Signed-off-by: Xiangfu Liu xian...@openmobilefree.net --- nand_spl/board/xburst/nanonote/Makefile | 96 nand_spl/board/xburst/nanonote/u-boot.lds | 63 ++ nand_spl/nand_boot_jz4740.c | 344 + 3 files changed, 503 insertions(+), 0

[U-Boot] [PATCH v4 7/7] modify files for ben nanonote board

2010-12-07 Thread Xiangfu Liu
Signed-off-by: Xiangfu Liu xian...@openmobilefree.net --- MAKEALL |4 +++- Makefile| 10 ++ arch/mips/include/asm/global_data.h |9 + arch/mips/lib/board.c |8 arch/mips/lib/time.c

[U-Boot] [PATCH v4 0/7] those series patches for add ben nanonote board

2010-12-07 Thread Xiangfu Liu
Hi Wolfgang those patches are for add xburst jz4740 and Ben NanoNote(named qi_lb60) to U-Boot some info about xburst jz4740: the xburst jz4740 is recently added to linux 2.6.36 and it's support the device Ben NanoNote out of box, this xburst jz4740 cpu have one feature is Boot From USB,

[U-Boot] [PATCH v4 4/7] jz4740 nand driver

2010-12-07 Thread Xiangfu Liu
Signed-off-by: Xiangfu Liu xian...@openmobilefree.net --- drivers/mtd/nand/Makefile |1 + drivers/mtd/nand/jz4740_nand.c | 252 2 files changed, 253 insertions(+), 0 deletions(-) create mode 100644 drivers/mtd/nand/jz4740_nand.c diff --git

[U-Boot] [PATCH v4 2/7] this is jz4740 head file

2010-12-07 Thread Xiangfu Liu
Signed-off-by: Xiangfu Liu xian...@openmobilefree.net --- arch/mips/include/asm/jz4740.h | 1380 1 files changed, 1380 insertions(+), 0 deletions(-) create mode 100644 arch/mips/include/asm/jz4740.h diff --git a/arch/mips/include/asm/jz4740.h

[U-Boot] [PATCH v4 6/7] add entry to MAINTAINERS and boards.cfg

2010-12-07 Thread Xiangfu Liu
Signed-off-by: Xiangfu Liu xian...@openmobilefree.net --- MAINTAINERS |4 boards.cfg |1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index f47fca5..c6518f9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -900,6 +900,10 @@ Stefan Roese

[U-Boot] [PATCH v4 5/7] add Ben NanoNote board

2010-12-07 Thread Xiangfu Liu
Signed-off-by: Xiangfu Liu xian...@openmobilefree.net --- board/xburst/nanonote/Makefile| 45 board/xburst/nanonote/config.mk | 31 ++ board/xburst/nanonote/nanonote.c | 96 + board/xburst/nanonote/u-boot-nand.lds | 63 +++

[U-Boot] [PATCH v2] OMAP3: add CM-T35 board

2010-12-07 Thread Mike Rapoport
This patch adds support for CM-T35 board Signed-off-by: Mike Rapoport m...@compulab.co.il --- v2 changes: * address Nishanth's comments MAINTAINERS |4 + MAKEALL |1 + board/cm_t35/Makefile| 47 ++ board/cm_t35/cm_t35.c| 222

[U-Boot] [PATCH] remove-flash.c-in-board-dbau1x00

2010-12-07 Thread Xiangfu Liu
Signed-off-by: Xiangfu Liu xian...@openmobilefree.net --- Hi when I run CROSS_COMPILE=mips_4KCle- ./MAKEALL mips_el. I got those[1] errors. this patch fixed that error. make board compile fine. but I am not sure if the bin image works fine in device. please test it. [1] == Configuring for