Re: [U-Boot] [PATCH v4 1/1] add support for mcf5307

2011-10-02 Thread Angelo Dureghello
Hi Jason an all, many thanks for the feedback, sure, i post another updated patch-set, as a cpu patch followed from board patch, in some minutes. Regards angelo On 30/09/2011 11:15, Jin Zhengxiong-R64188 wrote: >> -Original Message- >> From: angelo [mailto:angel...@gmail.com] >> Sent: T

Re: [U-Boot] [PATCH 2/4] da830: emac: add support for RMII

2011-10-02 Thread Igor Grinberg
On 09/30/11 18:48, Mike Frysinger wrote: > On Friday, September 30, 2011 07:57:10 nagabhushana.netagu...@ti.com wrote: >> --- a/drivers/net/davinci_emac.c >> +++ b/drivers/net/davinci_emac.c >> @@ -246,7 +246,7 @@ static int gen_get_link_speed(int phy_addr) >> if (davinci_eth_phy_read(phy_addr

[U-Boot] [PATCH 1/1] add support for Sysam AMCORE board

2011-10-02 Thread Angelo Dureghello
Add support for mcf5307 based "Sysam AMCORE" open board. Board main features: cpu : Freescale mcf5307 flash : 4MB, nor, SST39VF3201B sdram : 16M, MT48LC4M32B2 eth : 1 x dm9000e rtc : ds1338, i2c Signed-off-by: Angelo Dureghello --- Makefile |3 + board/sysam/

[U-Boot] [PATCH v5 1/1] add support for mcf5307

2011-10-02 Thread Angelo Dureghello
Add support for mcf5307 cpu. Signed-off-by: Angelo Dureghello --- Changes for v5: - updated to current remote master arch/m68k/cpu/mcf530x/Makefile | 48 +++ arch/m68k/cpu/mcf530x/config.mk| 25 arch/m68k/cpu/mcf530x/cpu.c| 48 +++ arch/m68k/cpu/mcf530x/cp

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

2011-10-02 Thread Shinya Kuribayashi
Hi, Here's seventh patchset for Ben NanoNote initial support. I've been working with Xiangfu past six months to polish v6 patches. We have addressed all comments from Wolfgang and Scott so far, drop nand_spl and USB_boot functions to make the initial bring-up minimum and simple. I think the pat

[U-Boot] [PATCH v7 2/3] MIPS: Jz4740: Add NAND driver

2011-10-02 Thread Shinya Kuribayashi
From: Xiangfu Liu Date: Fri, 19 Aug 2011 14:35:29 +0800 Jz4740 NAND flash controller can support: * MLC NAND as well as SLC NAND * all 8-bit/16-bit NAND flash devices * HAMMING and RS hardware ECC * automatic boot up from NAND flash devices nand_ecclayout is set up for 2GiB NAND chip mounted in

[U-Boot] [PATCH v7 3/3] MIPS: JZ4740: Add qi_lb60 board support

2011-10-02 Thread Shinya Kuribayashi
From: Xiangfu Liu Date: Fri, 19 Aug 2011 14:35:29 +0800 Add support for the qi_lb60 (a.k.a QI Ben NanoNote) clamshell device from Qi hardware: http://en.qi-hardware.com/wiki/Ben_NanoNote http://en.qi-hardware.com/wiki/Main_Page http://en.wikipedia.org/wiki/Qi_hardware This Jz4740-based clamshel

[U-Boot] [PATCH 0/5] Marvell: reduce dependence files

2011-10-02 Thread Lei Wen
Reduce the dependence between driver files and platform files Lei Wen (5): ARM: pantheon: reduce dependence of including platform file ARM: armada100: reduce dependence of including platform file ARM: kirkwood: reduce dependence of including platform file serial: reduce include platform fi

[U-Boot] [PATCH 1/5] ARM: pantheon: reduce dependence of including platform file

2011-10-02 Thread Lei Wen
For files like the drivers/serial/serial.c, it must include the platform file, as the CONFIG_SYS_NS16550_COM1 must reference to the definition in the platform definition files. Include the platform definition file in the config file, so that it would decouple the dependence for the driver files.

[U-Boot] [PATCH 2/5] ARM: armada100: reduce dependence of including platform file

2011-10-02 Thread Lei Wen
For files like the drivers/serial/serial.c, it must include the platform file, as the CONFIG_SYS_NS16550_COM1 must reference to the definition in the platform definition files. Include the platform definition file in the config file, so that it would decouple the dependence for the driver files.

[U-Boot] [PATCH 3/5] ARM: kirkwood: reduce dependence of including platform file

2011-10-02 Thread Lei Wen
For files like the drivers/serial/serial.c, it must include the platform file, as the CONFIG_SYS_NS16550_COM1 must reference to the definition in the platform definition files. Include the platform definition file in the config file, so that it would decouple the dependence for the driver files.

[U-Boot] [PATCH 4/5] serial: reduce include platform file for marvell chip

2011-10-02 Thread Lei Wen
Build pass with following config: dkb_config aspenite_config edminiv2_config openrd_ultimate_config sheevaplug_config mv88f6281gtw_ge_config rd6281a_config guruplug_config km_kirkwood_config Signed-off-by: Lei Wen --- drivers/serial/serial.c |9 - 1 files changed, 0 insertions(+), 9

[U-Boot] [PATCH 5/5] gpio: mvmfp: reduce include platform file

2011-10-02 Thread Lei Wen
Build pass with following config: dkb_config aspenite_config Signed-off-by: Lei Wen --- drivers/gpio/mvmfp.c |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/drivers/gpio/mvmfp.c b/drivers/gpio/mvmfp.c index e7830c6..f56c037 100644 --- a/drivers/gpio/mvmfp.c +++ b/d

[U-Boot] Unpaid Beneficiary $20.million is ready to be paid....

2011-10-02 Thread United Nation Compensation
Unpaid-Beneficiary It is obvious that you have not received your fund which is to the tune of 20million dollars for more info contact director of payment rev.KOFFI NELSON with your information wish is Age,Sex,Name,occupation,tel, Yours. Mr. Boateng Johnson CC: Federal Bureau of Investigation CC:

Re: [U-Boot] [PATCH v7 0/3] those series patches for add ben nanonote board

2011-10-02 Thread Xiangfu Liu
On 10/02/2011 09:52 PM, Shinya Kuribayashi wrote: > Hi, > > Here's seventh patchset for Ben NanoNote initial support. I've been > working with Xiangfu past six months to polish v6 patches. We have > addressed all comments from Wolfgang and Scott so far, drop nand_spl > and USB_boot functions to m

Re: [U-Boot] [PATCH 0/3] misc:pmic: New PMIC generic driver

2011-10-02 Thread stefano babic
Am 26/09/2011 17:10, schrieb Lukasz Majewski: > This patch series adds new generic PMIC framework for u-boot. > It is supposed to handle various types of pmic IC's (both > I2C and SPI). > Hi Lukasz, > This patch series has been tested on Samsung's GONI reference target. > > Moreover a special p

Re: [U-Boot] [PATCH 1/3] misc:pmic New generic pmic driver

2011-10-02 Thread stefano babic
Am 26/09/2011 17:10, schrieb Lukasz Majewski: > This commit adds new PMIC core driver. > > PMIC IC devices connected via I2C or SPI can be used. > Separate files: pmic_i2c.c and pmic_spi.c are responsible > for handling transmission specific files for I2C or SPI busses. > > pmic_fsl.c and pmic_ma

Re: [U-Boot] [PATCH 2/3] misc:pmic: Enable PMIC handling at u-boot startup code

2011-10-02 Thread stefano babic
Am 26/09/2011 17:10, schrieb Lukasz Majewski: > The pmic_init() initialization handler has been added to > board_init_r function. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Stefano Babic > --- > arch/arm/lib/board.c |5 + > 1 files changed, 5 insertions(+),

Re: [U-Boot] [PATCH 3/3] misc:pmic:mx: Code modification for mx51evk board

2011-10-02 Thread stefano babic
Am 26/09/2011 17:10, schrieb Lukasz Majewski: > This is an example code for adjusting the mx51evk example board to > new pmic_core driver. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Stefano Babic Thnaks for example. In the next version you do not need to repost thi

[U-Boot] [PATCH 1/2] mx25: generic.c: Fix Codyng Style

2011-10-02 Thread Fabio Estevam
Running checkpatch on arch/arm/cpu/arm926ejs/mx25/generic.c we get: total: 2 errors, 59 warnings, 326 lines checked Fix these errors and warnings. Signed-off-by: Fabio Estevam --- arch/arm/cpu/arm926ejs/mx25/generic.c | 110 1 files changed, 55 insertions(+),

[U-Boot] [PATCH 2/2] mx25: timer.c: Fix Codyng Style

2011-10-02 Thread Fabio Estevam
Running checkpatch on arch/arm/cpu/arm926ejs/mx25/timer.c we get: total: 2 errors, 7 warnings, 182 lines checked Fix these errors and warnings. Signed-off-by: Fabio Estevam --- arch/arm/cpu/arm926ejs/mx25/timer.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff -

[U-Boot] [PATCH] mx25: reset.c: Fix Codyng Style

2011-10-02 Thread Fabio Estevam
From: Fabio Estevam Fix errors/warnings reported by checkpatch. Signed-off-by: Fabio Estevam --- arch/arm/cpu/arm926ejs/mx25/reset.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx25/reset.c b/arch/arm/cpu/arm926ejs/mx25/reset.c index 1a4368

[U-Boot] [PATCH 1/3] mx27: generic.c: Fix Codyng Style

2011-10-02 Thread Fabio Estevam
Fix warning reported by checkpatch. Signed-off-by: Fabio Estevam --- arch/arm/cpu/arm926ejs/mx27/generic.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx27/generic.c b/arch/arm/cpu/arm926ejs/mx27/generic.c index 222a8e9..33640ce 100644 --- a/

[U-Boot] [PATCH 2/3] mx27: timer.c: Fix Codyng Style

2011-10-02 Thread Fabio Estevam
Fix warnings reported by checkpatch. Signed-off-by: Fabio Estevam --- arch/arm/cpu/arm926ejs/mx27/timer.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx27/timer.c b/arch/arm/cpu/arm926ejs/mx27/timer.c index df76d16..5af9359 100644

[U-Boot] [PATCH 3/3] mx27: reset.c: Fix Codyng Style

2011-10-02 Thread Fabio Estevam
Fix warning reported by checkpatch. Signed-off-by: Fabio Estevam --- arch/arm/cpu/arm926ejs/mx27/reset.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx27/reset.c b/arch/arm/cpu/arm926ejs/mx27/reset.c index 6c54eaf..cc0a33e 100644 --- a/arch/a

[U-Boot] [PATCH] mx35: generic.c: Fix Codyng Style

2011-10-02 Thread Fabio Estevam
Fix warning reported by checkpatch. Signed-off-by: Fabio Estevam --- arch/arm/cpu/arm1136/mx35/generic.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/arm1136/mx35/generic.c b/arch/arm/cpu/arm1136/mx35/generic.c index fcfaba5..1b9809b 100644 --- a/arch/a

[U-Boot] [PATCH] mx31: timer.c: Fix Codyng Style

2011-10-02 Thread Fabio Estevam
Fix warnings/errors reported by checkpatch. Signed-off-by: Fabio Estevam --- arch/arm/cpu/arm1136/mx31/timer.c | 22 +- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/arch/arm/cpu/arm1136/mx31/timer.c b/arch/arm/cpu/arm1136/mx31/timer.c index 717a2b7..d3a4

[U-Boot] [PATCH] mx5: soc.c: Fix Codyng Style

2011-10-02 Thread Fabio Estevam
Do not declare extern in c files as pointed out by checkpatch. Signed-off-by: Fabio Estevam --- arch/arm/cpu/armv7/mx5/soc.c | 10 ++ arch/arm/include/asm/arch-mx5/sys_proto.h | 10 ++ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/arch/arm/cpu/a

Re: [U-Boot] [PATCH 1/7 V3] GCC4.6: Convert various empty macros to inline functions

2011-10-02 Thread Wolfgang Denk
Dear Marik, In message <1317058579-936-1-git-send-email-marek.va...@gmail.com> you wrote: > Fix the following gcc4.6 problems: > > cmd_date.c: In function `do_date´: > cmd_date.c:50:6: warning: variable `old_bus´ set but not used > [-Wunused-but-set-variable] > asix.c: In function `asix_init´: > a

[U-Boot] [PATCH 1/5] mx31ads: Fix Codying Style

2011-10-02 Thread Fabio Estevam
Fix warning generated by checkpatch. Signed-off-by: Fabio Estevam --- board/freescale/mx31ads/mx31ads.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/freescale/mx31ads/mx31ads.c b/board/freescale/mx31ads/mx31ads.c index 4dd1e63..a8a9ddb 100644 --- a/board/frees

[U-Boot] [PATCH 2/5] qong: Fix Codying Style

2011-10-02 Thread Fabio Estevam
Fix warnings generated by checkpatch. Signed-off-by: Fabio Estevam --- board/davedenx/qong/qong.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong.c index 99432ed..d362dab 100644 --- a/board/davedenx/qong/qong

[U-Boot] [PATCH 3/5] tx25: Fix Codying Style

2011-10-02 Thread Fabio Estevam
Fix warning generated by checkpatch. Signed-off-by: Fabio Estevam --- board/karo/tx25/tx25.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/karo/tx25/tx25.c b/board/karo/tx25/tx25.c index 307ffd0..bbf12ec 100644 --- a/board/karo/tx25/tx25.c +++ b/board/karo/tx25/

[U-Boot] [PATCH 4/5] imx27lite: Fix Codying Style

2011-10-02 Thread Fabio Estevam
Fix warnings generated by checkpatch. Signed-off-by: Fabio Estevam --- board/logicpd/imx27lite/imx27lite.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/board/logicpd/imx27lite/imx27lite.c b/board/logicpd/imx27lite/imx27lite.c index 2b273ac..8a5015c 100644 --- a/

[U-Boot] [PATCH 5/5] imx31_litekit: Fix Codying Style

2011-10-02 Thread Fabio Estevam
Fix warning generated by checkpatch. Signed-off-by: Fabio Estevam --- board/logicpd/imx31_litekit/imx31_litekit.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/logicpd/imx31_litekit/imx31_litekit.c b/board/logicpd/imx31_litekit/imx31_litekit.c index 7214008..83

Re: [U-Boot] [PATCH 1/7 V3] GCC4.6: Convert various empty macros to inline functions

2011-10-02 Thread Marek Vasut
On Sunday, October 02, 2011 08:36:04 PM Wolfgang Denk wrote: > Dear Marek, > [...] > > Please fix. Hi Wolfgang, I have to admit I didn't test ppc boards. But by looking at the TQM pcmcia driver, the problem is in the driver itself. That's where I suspect it should be fixed. Can you share t

Re: [U-Boot] [PATCH 1/2] mx25: generic.c: Fix Codyng Style

2011-10-02 Thread Mike Frysinger
all of your patches have the typo: Codying -> Coding also, please don't capitalize "Fix Coding Style". it doesn't need to be. -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http:/

Re: [U-Boot] [PATCH 4/5] serial: reduce include platform file for marvell chip

2011-10-02 Thread Prafulla Wadaskar
> -Original Message- > From: Lei Wen [mailto:adrian.w...@gmail.com] > Sent: Sunday, October 02, 2011 7:47 PM > To: Prafulla Wadaskar; u-boot@lists.denx.de > Subject: [PATCH 4/5] serial: reduce include platform file for marvell > chip > > Build pass with following config: > dkb_config > a

[U-Boot] Hallo

2011-10-02 Thread susan bugiba
*Hallo meine lieben! Wie geht es Ihnen! hoffe, Sie sind fein und in einwandfreiem Zustand. Mein Name ist Susan und ich komme auf Ihre E-Mail hier während des Surfens und beschlossen, Ihnen für den Kontakt Freundschaft, weil ich für eine ehrliche Partner suchen Sie bitte, wenn du nichts dagegen hast

[U-Boot] [PATCH 0/4] punt !NET_MULTI legacy code

2011-10-02 Thread Mike Frysinger
This fulfills the pending feature removal of the non-net multi code. At this point, only two net drivers and one board seem to still be using the !NET_MULTI code paths. So it's easy to scrub all of that. As for the rest, my MAKEALL run didn't seem to indicate there were any problems due to my cha

[U-Boot] [PATCH 2/4] net: drop !NET_MULTI ns7520 driver

2011-10-02 Thread Mike Frysinger
This driver was never converted to NET_MULTI, and no board uses it. So punt it and be done. Signed-off-by: Mike Frysinger --- drivers/net/Makefile |1 - drivers/net/ns7520_eth.c | 850 -- include/ns7520_eth.h | 336 -- net

[U-Boot] [PATCH 3/4] net: drop !NET_MULTI code

2011-10-02 Thread Mike Frysinger
This is long over due. All but two net drivers have been converted, but those have now been dropped. The only thing left to do is actually delete all references to NET_MULTI and code that is compiled when that is not defined. So here we scrub the core code. Signed-off-by: Mike Frysinger --- R

[U-Boot] [PATCH] serial: pl01x: drain PL01x FIFO before baudrate change

2011-10-02 Thread Linus Walleij
Not draining the FIFO and waiting for the UART to be non-busy before changing baudrate results in crap characters on the console, so let's wait for the FIFO to drain and the last character to be clocked out before we do that. Signed-off-by: Linus Walleij --- drivers/serial/serial_pl01x.c | 10

Re: [U-Boot] [PATCH 1/7 V3] GCC4.6: Convert various empty macros to inline functions

2011-10-02 Thread Marek Vasut
On Sunday, October 02, 2011 09:08:52 PM Marek Vasut wrote: > On Sunday, October 02, 2011 08:36:04 PM Wolfgang Denk wrote: > > Dear Marek, > > [...] > > > Please fix. > > Hi Wolfgang, > > I have to admit I didn't test ppc boards. But by looking at the TQM pcmcia > driver, the problem is in the d

[U-Boot] [PATCH 0/8] Fix PPC issues introduced by debug() macro change

2011-10-02 Thread Marek Vasut
From: Marek Vasut Due to the conversion of debug() macro to inline function, the type-checking happens even if DEBUG isn't defined. This made a few problems surface. These fixes here address the ones found so far. Marek Vasut (8): PPC: Fix tqm8xx_pcmcia.c by removing condition around pcmp PP

[U-Boot] [PATCH 3/8] PPC: Fix i82365.c by removing ifdef around "buf"

2011-10-02 Thread Marek Vasut
From: Marek Vasut As the "buf" is cleared at runtime, this might introduce a slight overhead. Signed-off-by: Marek Vasut --- drivers/pcmcia/i82365.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) Q: Can this be squashed into char buf[200] = {0}; ? That'd help the optimization

[U-Boot] [PATCH 1/8] PPC: Fix tqm8xx_pcmcia.c by removing condition around pcmp

2011-10-02 Thread Marek Vasut
From: Marek Vasut This fix has no impact on u-boot.bin size (tested with ELDK 4.2). Signed-off-by: Marek Vasut --- drivers/pcmcia/tqm8xx_pcmcia.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/pcmcia/tqm8xx_pcmcia.c b/drivers/pcmcia/tqm8xx_pcmcia.c index ca1a

[U-Boot] [PATCH 8/8] PPC: Remove #ifdef DEBUG around step_to_string

2011-10-02 Thread Marek Vasut
From: Marek Vasut This fixes a type-checking issue. The growth of u-boot.bin isn't measurable here as the resulting binary is always 512k big. But the u-boot executable is 500 bytes bigger. Signed-off-by: Marek Vasut --- arch/powerpc/cpu/mpc8xxx/ddr/main.c |2 -- 1 files changed, 0 insert

[U-Boot] [PATCH 5/8] PPC: Fix pd67290.c by removing ifdef around "buf"

2011-10-02 Thread Marek Vasut
From: Marek Vasut As the "buf" is cleared at runtime, this might introduce a slight overhead. Signed-off-by: Marek Vasut --- board/cpc45/pd67290.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/board/cpc45/pd67290.c b/board/cpc45/pd67290.c index 0d8ef23..96d7289 1006

[U-Boot] [PATCH 6/8] PPC: Fix eepro100_eeprom.c by renaming "debug" to "eedebug"

2011-10-02 Thread Marek Vasut
From: Marek Vasut Also, squash a warning about initialized static data. Signed-off-by: Marek Vasut --- examples/standalone/eepro100_eeprom.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/standalone/eepro100_eeprom.c b/examples/standalone/eepro100_e

[U-Boot] [PATCH 4/8] PPC: Fix relative path in galileo/core.h

2011-10-02 Thread Marek Vasut
From: Marek Vasut Change #include "gt64260R.h" to #include Signed-off-by: Marek Vasut --- include/galileo/core.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/galileo/core.h b/include/galileo/core.h index c277509..eee0cce 100644 --- a/include/galileo/core.h

[U-Boot] [PATCH 2/8] PPC: Fix mem_to_mem_idma2intr.c by renaming "debug" to "mmdebug"

2011-10-02 Thread Marek Vasut
From: Marek Vasut Also, squash a checkpatch warning in if(debug != 0) part. Signed-off-by: Marek Vasut --- examples/standalone/mem_to_mem_idma2intr.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/standalone/mem_to_mem_idma2intr.c b/examples/standalone/me

[U-Boot] [PATCH 7/8] PPC: Fix fsl_upm.c by renaming nand handling functions

2011-10-02 Thread Marek Vasut
From: Marek Vasut This avoids colision with nand subsystem's functions. Signed-off-by: Marek Vasut Cc: Scott Wood --- drivers/mtd/nand/fsl_upm.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/mtd/nand/fsl_upm.c b/drivers/mtd/nand/fsl_upm.c inde

Re: [U-Boot] [RFC PATCH] arm: provide a CONFIG flag for disabling relocation

2011-10-02 Thread Simon Glass
Hi Albert, On Sat, Oct 1, 2011 at 12:01 AM, Albert ARIBAUD wrote: > Hi Simon, > > Le 23/09/2011 18:04, Simon Glass a écrit : > >>> Are you looking for CONFIG_SYS_SKIP_ARM_RELOCATION? I think Anthony is >>> only fixing couple of issues uncovered by the original 'skip >>> relocation' patch but I do

Re: [U-Boot] [PATCH 2/2] Tegra2: Add support for Toradex Colibri T20 board

2011-10-02 Thread Simon Glass
Hi Marek, On Fri, Sep 30, 2011 at 5:12 PM, Marek Vasut wrote: > Signed-off-by: Marek Vasut > Cc: Simon Glass > Cc: Ben Warren > Cc: Tom Warren > Cc: Stephen Warren > --- >  MAINTAINERS                             |    1 + >  board/toradex/colibri_t20/Makefile      |   49 + >  board/t

Re: [U-Boot] [PATCH v8] dreamplug: initial board support.

2011-10-02 Thread Prafulla Wadaskar
> -Original Message- > From: Jason Cooper [mailto:u-b...@lakedaemon.net] > Sent: Monday, September 19, 2011 12:37 AM > To: w...@denx.de > Cc: u-boot@lists.denx.de; albert.u.b...@aribaud.net; Prafulla Wadaskar; > u-b...@lakedaemon.net > Subject: [PATCH v8] dreamplug: initial board support.

Re: [U-Boot] [PATCH v2 3/4] Armada100: Add SPI flash support for Marvell gplugD

2011-10-02 Thread Prafulla Wadaskar
> -Original Message- > From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com] > Sent: Wednesday, September 21, 2011 12:31 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; marek.va...@gmail.com; vap...@gentoo.org; Ajay > Bhargav > Subject: [PATCH v2 3/4] Armada100: Add SPI flash sup

Re: [U-Boot] [PATCH v2 4/4] Armada100: Add env storage support for Marvell gplugD

2011-10-02 Thread Prafulla Wadaskar
> -Original Message- > From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com] > Sent: Wednesday, September 21, 2011 12:31 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; marek.va...@gmail.com; vap...@gentoo.org; Ajay > Bhargav > Subject: [PATCH v2 4/4] Armada100: Add env storage s

Re: [U-Boot] [PATCH v2 3/4] Armada100: Add SPI flash support for Marvell gplugD

2011-10-02 Thread Prafulla Wadaskar
> -Original Message- > From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com] > Sent: Wednesday, September 21, 2011 12:31 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; marek.va...@gmail.com; vap...@gentoo.org; Ajay > Bhargav > Subject: [PATCH v2 3/4] Armada100: Add SPI flash sup

Re: [U-Boot] [PATCH v2 1/4] SPI: Add SPI driver support for Marvell Armada100

2011-10-02 Thread Prafulla Wadaskar
> -Original Message- > From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com] > Sent: Wednesday, September 21, 2011 12:31 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; marek.va...@gmail.com; vap...@gentoo.org; Ajay > Bhargav > Subject: [PATCH v2 1/4] SPI: Add SPI driver support

Re: [U-Boot] [RFC PATCH v2 02/20] Fix use of int as pointer in image.c

2011-10-02 Thread Mike Frysinger
On Monday, September 26, 2011 12:51:42 Simon Glass wrote: > Thanks - quick question: I want to move this from RFC to normal patch > in the next version - should I start at version 3 or version 1 for the > header? just keep upreving the ver number -mike signature.asc Description: This is a digita

Re: [U-Boot] [RFC PATCH v2 0/20] New 'sandbox' test architecture for U-Boot

2011-10-02 Thread Mike Frysinger
On Monday, September 26, 2011 20:07:34 Simon Glass wrote: > On Sun, Sep 25, 2011 at 9:59 PM, Mike Frysinger wrote: > > On Friday, September 23, 2011 12:22:02 Simon Glass wrote: > >> This patch set points towards a possible way to improve the test > >> infrastructure in U-Boot. The goal is to have a

Re: [U-Boot] [PATCH v3 01/21] sandbox: Add architecture header files

2011-10-02 Thread Mike Frysinger
On Monday, September 26, 2011 20:10:35 Simon Glass wrote: > --- a/include/linux/string.h > +++ b/include/linux/string.h > @@ -1,6 +1,8 @@ > #ifndef _LINUX_STRING_H_ > #define _LINUX_STRING_H_ > > +#include > + > #include /* for size_t */ > #include /* for NULL */ hmm, this can't be

Re: [U-Boot] [PATCH v3 05/21] sandbox: Add cpu files

2011-10-02 Thread Mike Frysinger
On Monday, September 26, 2011 20:10:39 Simon Glass wrote: > --- /dev/null > +++ b/arch/sandbox/cpu/cpu.c > > +int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) > +{ > + /* > + * This is considered normal termination for now. We wil call os_exit() > + * when avail

Re: [U-Boot] [PATCH v3 06/21] sandbox: Add architecture lib files

2011-10-02 Thread Mike Frysinger
On Monday, September 26, 2011 20:10:40 Simon Glass wrote: > + gd->mon_len = 0; /* _bss_end_ofs;*/ i'd scrub references to this and drop it from the global header > + size = 128 * 1024 * 1024; > + mem = malloc(size); > + assert(mem); > + gd->ram_buf = mem; shouldn't this 128 M

[U-Boot] Pull request - microblaze

2011-10-02 Thread Michal Simek
Dear Wolfgang Denk, please pull the following changes. All patches were check by checkpatch script and were sent to mailing list. I am going to send separate pull request for emaclite changes because it is driver. Thanks, Michal The following changes since commit 2984fd1673fd76de0182c9626c3d

[U-Boot] Pull request - emaclite

2011-10-02 Thread Michal Simek
Dear Wolfgang Denk, please pull these emaclite changes. Thanks, Michal The following changes since commit 7b8ffea2ac44097ed1c99ba70b8c6a4cf12ba0b4: Marek Vasut (1): GCC4.6: Squash warning in lzo1x_decompress.c are available in the git repository at: git://www.denx.de/git/u-boot-