Re: [U-Boot] [PATCH v3 0/6] Introduce generic relocation feature

2012-03-31 Thread Simon Glass
Hi Albert, On Wed, Mar 28, 2012 at 11:41 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Simon, Le 20/02/2012 23:38, Simon Glass a écrit : You should keep the code that jumps to board_init_r as it is. I have had a look at this and I don't believe that I can. I need to call it

Re: [U-Boot] [PATCH v2 1/3] mmc: sdhci: fix the wrong operation when response type is R1b

2012-03-31 Thread Jae hoon Chung
Hi Lei. I will try to test with your opinion. Just wondering..If apply with my patch, is it something problem? Anyway i will test and share the result. then resend the patch. I want to use the generic sdhci code. Best Regards, Jaehoon Chung 2012/3/31 Lei Wen adrian.w...@gmail.com: Hi

Re: [U-Boot] [PATCH 1/2] Add run_command_list() to run a list of commands

2012-03-31 Thread Simon Glass
Hi Wolfgang, On Wed, Mar 7, 2012 at 3:34 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message 1329286030-32560-1-git-send-email-...@chromium.org you wrote: This new function runs a list of commands separated by semicolon. We move this out of cmd_source so that it can be used by

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-03-31 Thread Simon Glass
Hi Wolfgang, On Wed, Mar 7, 2012 at 3:49 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message CAPnjgZ1JwBM=GSR87jU79zZzm0Xv2QCQbh5=vofrh-1b5y1...@mail.gmail.com you wrote: These patches haven't been merged yet. Yes - in fact these should go into 'next' I think. But first

[U-Boot] [PATCH v3 1/4] Add run_command_list() to run a list of commands

2012-03-31 Thread Simon Glass
This new function runs a list of commands separated by semicolon or newline. We move this out of cmd_source so that it can be used by other code. The PXE code also uses the new function. Suggested-by: Michael Walle mich...@walle.cc Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: -

[U-Boot] [PATCH v3 3/4] sandbox: Use the new run_command()

2012-03-31 Thread Simon Glass
Now that run_command() handles both parsers, clean up sandbox to use it. This fixes a build error. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: - Add new patch to clean up sandbox's run_command() usage arch/sandbox/cpu/start.c |6 -- 1 files changed, 0 insertions(+),

[U-Boot] [PATCH v3 4/4] sandbox: Add basic test for command execution

2012-03-31 Thread Simon Glass
Since run_command() and run_command_list() are important and a little confusing, add some basic tests to check that the behaviour is correct. Note: I am not sure that this should be committed, nor where it should go in the source tree. Comments welcome. To run the unit tests use the ut_cmd

[U-Boot] [PATCH v3 2/4] Allow newlines within command environment vars

2012-03-31 Thread Simon Glass
Any environment variable can hold commands to be executed by the 'run' command. The environment variables preboot, bootcmd and menucmd have special code for triggering execution in certain circumstances. We adjust these calls to use run_command_list() instead of run_command(). This change permits

Re: [U-Boot] A few things for the release?

2012-03-31 Thread Simon Glass
Hi Wolfgang, On Fri, Mar 9, 2012 at 6:32 AM, Simon Glass s...@chromium.org wrote: Hi, I have a few more series that I hope will go in this time. For bootstage I still have to sort out the timer function. The current patch is here, but I think I will change it to put the timer function into

Re: [U-Boot] [PATCH v2 01/10] net: Remove volatile from net API

2012-03-31 Thread Simon Glass
Hi Joe, On Tue, Mar 27, 2012 at 4:42 PM, Joe Hershberger joe.hershber...@ni.com wrote: Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Simon Glass s...@chromium.org Cc: Mike Frysinger vap...@gentoo.org I have a suggestion below that you

Re: [U-Boot] [PATCH v2 02/10] net: cosmetic: net.h checkpatch compliance

2012-03-31 Thread Simon Glass
Hi Joe, On Tue, Mar 27, 2012 at 4:42 PM, Joe Hershberger joe.hershber...@ni.com wrote: Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Simon Glass s...@chromium.org Cc: Mike Frysinger vap...@gentoo.org --- Changes for v2:   - Split

Re: [U-Boot] [PATCH] mmc: Fix warning if CONFIG_MMC_TRACE is enabled

2012-03-31 Thread Simon Glass
On Thu, Mar 8, 2012 at 4:35 AM, Dirk Behme dirk.be...@de.bosch.com wrote: Fix the warning mmc.c: In function 'mmc_send_cmd': mmc.c:87: warning: assignment from incompatible pointer type in case CONFIG_MMC_TRACE is enabled. Signed-off-by: Dirk Behme dirk.be...@de.bosch.com CC: Andy Fleming

Re: [U-Boot] [ARM] Status for 2012.03

2012-03-31 Thread Simon Glass
Hi Marek, On Fri, Mar 30, 2012 at 7:29 AM, Marek Vasut ma...@denx.de wrote: Dear Simon Glass, Hi Marek, On Fri, Mar 30, 2012 at 6:52 AM, Marek Vasut ma...@denx.de wrote: Dear Simon Glass, +Marek Hi Albert, On Fri, Mar 30, 2012 at 12:08 AM, Albert ARIBAUD

[U-Boot] [PATCH] Correct corrupted NAND Flash access on KARO TX25 modules

2012-03-31 Thread Gachet Daniel
This short patch correct corrupted data while reading NAND flash modules on the KARO TX25 module. The current version of the mxc_nand driver uses the symmetric mode to access the NAND flash, but the devices populated on the KARO TX25 only support an asymmetric mode (i.MX25: bit 8 within

Re: [U-Boot] [STATUS] v2012.04-rc1 is out

2012-03-31 Thread Jens Scharsig
On 31.03.2012 01:40, Wolfgang Denk wrote: Hi everybody, after long struggeling we finally have a -rc1. Please help testing, so we can fix the remaining issues before the release, which I decided to shift to April 21, 2012. The eb_cpux9k2 board (maintained by myself) works basically with

[U-Boot] [PATCH 0/5 v3] Kirkwood: add lschlv2 and lsxhl board support

2012-03-31 Thread Michael Walle
This patchset add support for the LS-CHLv2 and LS-XHL boards by Buffalo. Changes: v3: - add Kirkwood: prefix to patch subject - moved board/buffalo/lsxl/config.mk to an own patch, so it can be separately acked/naked ;) - removed any hardcoding, that is the mac address is now automatically

[U-Boot] [PATCH 1/5] lib: add rand() function

2012-03-31 Thread Michael Walle
It's a PRNG using the simple and fast xorshift method. Signed-off-by: Michael Walle mich...@walle.cc --- include/common.h |4 lib/Makefile |1 + lib/rand.c | 43 +++ 3 files changed, 48 insertions(+), 0 deletions(-) create mode

[U-Boot] [PATCH 5/5] Kirkwood: automatically build kwb image for lsxl

2012-03-31 Thread Michael Walle
To ease building the required u-boot image add the kwb image to the build targets for the LS-CHLv2 and LS-XHL board. Signed-off-by: Michael Walle mich...@walle.cc --- board/buffalo/lsxl/config.mk |1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644

[U-Boot] [PATCH 2/5] net: add helper to generate random mac address

2012-03-31 Thread Michael Walle
Add new function eth_random_enetaddr() to generate a locally administered ethernet address. Signed-off-by: Michael Walle mich...@walle.cc --- include/net.h | 15 +++ net/eth.c | 15 +++ 2 files changed, 30 insertions(+), 0 deletions(-) diff --git a/include/net.h

[U-Boot] [PATCH 3/5] net: add eth_setenv_enetaddr_by_index()

2012-03-31 Thread Michael Walle
Signed-off-by: Michael Walle mich...@walle.cc --- include/net.h | 12 net/eth.c |8 2 files changed, 20 insertions(+), 0 deletions(-) diff --git a/include/net.h b/include/net.h index 1fceb99..c57c6d8 100644 --- a/include/net.h +++ b/include/net.h @@ -118,6 +118,18

[U-Boot] [PATCH 4/5] Kirkwood: add lschlv2 and lsxhl board support

2012-03-31 Thread Michael Walle
This patch adds support for both the Linkstation Live (LS-CHLv2) and Linkstation Pro (LS-XHL) by Buffalo. Signed-off-by: Michael Walle mich...@walle.cc Cc: Prafulla Wadaskar prafu...@marvell.com Cc: Wolfgang Denk w...@denx.de --- MAINTAINERS |5 +

Re: [U-Boot] [PATCH v2 1/3] mmc: sdhci: fix the wrong operation when response type is R1b

2012-03-31 Thread Lei Wen
Hi Jaehoon, On Sat, Mar 31, 2012 at 2:55 PM, Jae hoon Chung jh80.ch...@gmail.com wrote: Hi Lei. I will try to  test with  your opinion. Just wondering..If apply with my patch, is it something problem? First, you patch limit the original mask which could be extend to other flag to only

[U-Boot] U-Boot build report @ Sat Mar 31 05:30:15 CEST 2012

2012-03-31 Thread Marek Vasut
Hello guys, we now have exactly these boards not building for -RC1, can you please look into it?: arm/flea3 FAILED FOR: eldk4.2 eldk5.1 arm/hawkboard FAILED FOR: eldk4.2 arm/hawkboard_uart FAILED FOR: eldk4.2

Re: [U-Boot] U-Boot build report @ Sat Mar 31 05:30:15 CEST 2012

2012-03-31 Thread Anatolij Gustschin
Hi Marek, Ccing Simon. On Sat, 31 Mar 2012 14:59:06 +0200 Marek Vasut ma...@denx.de wrote: ... we now have exactly these boards not building for -RC1, can you please look into it?: arm/flea3 FAILED FOR: eldk4.2 eldk5.1 This is fixed by patch

Re: [U-Boot] U-Boot build report @ Sat Mar 31 05:30:15 CEST 2012

2012-03-31 Thread Anatolij Gustschin
On Sat, 31 Mar 2012 15:43:03 +0200 Anatolij Gustschin ag...@denx.de wrote: ... arm/seaboardFAILED FOR: eldk4.2 eldk5.1 arm/ventana FAILED FOR: eldk4.2 eldk5.1 These boards actually build without errors and warnings, but

Re: [U-Boot] U-Boot build report @ Sat Mar 31 05:30:15 CEST 2012

2012-03-31 Thread Marek Vasut
Dear Anatolij Gustschin, On Sat, 31 Mar 2012 15:43:03 +0200 Anatolij Gustschin ag...@denx.de wrote: ... arm/seaboardFAILED FOR: eldk4.2 eldk5.1 arm/ventana FAILED FOR: eldk4.2 eldk5.1 These boards actually build without

Re: [U-Boot] U-Boot build report @ Sat Mar 31 05:30:15 CEST 2012

2012-03-31 Thread Simon Glass
Hi, On Mar 31, 2012 7:13 AM, Marek Vasut ma...@denx.de wrote: Dear Anatolij Gustschin, On Sat, 31 Mar 2012 15:43:03 +0200 Anatolij Gustschin ag...@denx.de wrote: ... arm/seaboardFAILED FOR: eldk4.2 eldk5.1 arm/ventana

Re: [U-Boot] U-Boot build report @ Sat Mar 31 05:30:15 CEST 2012

2012-03-31 Thread Marek Vasut
Dear Simon Glass, Hi, On Mar 31, 2012 7:13 AM, Marek Vasut ma...@denx.de wrote: Dear Anatolij Gustschin, On Sat, 31 Mar 2012 15:43:03 +0200 Anatolij Gustschin ag...@denx.de wrote: ... arm/seaboardFAILED FOR: eldk4.2 eldk5.1 arm/ventana

Re: [U-Boot] U-Boot build report @ Sat Mar 31 05:30:15 CEST 2012

2012-03-31 Thread Simon Glass
Hi Marek, On Mar 31, 2012 5:59 AM, Marek Vasut ma...@denx.de wrote: Hello guys, we now have exactly these boards not building for -RC1, can you please look into it?: Do you build all archs including m68k, nds32, etc.? Regards, Simon arm/flea3 FAILED FOR:

Re: [U-Boot] U-Boot build report @ Sat Mar 31 05:30:15 CEST 2012

2012-03-31 Thread Marek Vasut
Dear Simon Glass, Hi Marek, On Mar 31, 2012 5:59 AM, Marek Vasut ma...@denx.de wrote: Hello guys, we now have exactly these boards not building for -RC1, can you please look into it?: Do you build all archs including m68k, nds32, etc.? Only ARM and PPC @ denx. I build ARMEL,

Re: [U-Boot] [PATCH V2] Block: Remove MG DISK support

2012-03-31 Thread Marek Vasut
Any objections? This driver is unused and obsolete. Signed-off-by: Marek Vasut ma...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: unsik Kim donar...@gmail.com Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH 01/14] AT91: Drop AT91_SPIMUX command from cmd_all

2012-03-31 Thread Marek Vasut
$ git grep AT91_SPIMUX include/config_cmd_all.h:#define CONFIG_CMD_AT91_SPIMUX /* AT91 MMC/SPI Mux Support */ It isn't used anywhere it seems. Signed-off-by: Marek Vasut ma...@denx.de Cc: Albert ARIBAUD albert.u.b...@aribaud.net --- include/config_cmd_all.h |1 - 1 files changed, 0

[U-Boot] [PATCH 03/14] CMD: Drop CMD_CAN, it's not used

2012-03-31 Thread Marek Vasut
$ git grep CMD_CAN include/configs/jadecpu.h:#define CONFIG_CMD_CAN Signed-off-by: Marek Vasut ma...@denx.de Cc: Matthias Weisser weiss...@arcor.de --- include/configs/jadecpu.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/jadecpu.h

[U-Boot] [PATCH 04/14] CMD: Drop CMD_DCR, it's not used

2012-03-31 Thread Marek Vasut
$ git grep CMD_DCR include/configs/ep8260.h:#undef CONFIG_CMD_DCR Signed-off-by: Marek Vasut ma...@denx.de --- include/configs/ep8260.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/ep8260.h b/include/configs/ep8260.h index f19360d..221d3e0 100644 ---

[U-Boot] [PATCH 05/14] CMD: Drop CONFIG_CMD_DFL, it's not used

2012-03-31 Thread Marek Vasut
$ git grep CMD_DFL board/atc/ti113x.c:#define CMD_DFLT (PCI_COMMAND_IO|PCI_COMMAND_MEMORY| \ board/atc/ti113x.c: pci_writew (s, PCI_COMMAND, CMD_DFLT); board/cpc45/pd67290.c:#define CMD_DFLT (PCI_COMMAND_IO|PCI_COMMAND_MEMORY| \ board/cpc45/pd67290.c: pci_writew (s, PCI_COMMAND, CMD_DFLT);

[U-Boot] [PATCH 06/14] CMD: Drop CONFIG_CMD_EMMC, it's not used

2012-03-31 Thread Marek Vasut
$ git grep CMD_EMMC include/configs/u8500_href.h:#define CONFIG_CMD_EMMC Signed-off-by: Marek Vasut ma...@denx.de Cc: dirk.be...@googlemail.com Cc: helmut.rai...@hale.at Cc: john.ri...@linaro.org Cc: vap...@gentoo.org --- include/configs/u8500_href.h |1 - 1 files changed, 0 insertions(+), 1

[U-Boot] [PATCH 07/14] CMD: Fix typo KGBD - KGDB on debris board

2012-03-31 Thread Marek Vasut
Signed-off-by: Marek Vasut ma...@denx.de Cc: dog...@etinsys.com --- include/configs/debris.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/debris.h b/include/configs/debris.h index 60c7c40..303630d 100644 --- a/include/configs/debris.h +++

[U-Boot] [PATCH 08/14] CMD: Remove CMD_LOG, it's unused

2012-03-31 Thread Marek Vasut
$ git grep CMD_LOG include/configs/kilauea.h:#define CONFIG_CMD_LOG include/configs/lwmon5.h:#define CONFIG_CMD_LOG include/configs/makalu.h:#define CONFIG_CMD_LOG include/configs/quad100hd.h:#undef CONFIG_CMD_LOG include/configs/zeus.h:#define CONFIG_CMD_LOG Signed-off-by: Marek Vasut

[U-Boot] [PATCH 10/14] CMD: Remove CMD_MEM and CMD_LOOPW, they're unused

2012-03-31 Thread Marek Vasut
Signed-off-by: Marek Vasut ma...@denx.de --- README |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/README b/README index c98afa7..0ebe877 100644 --- a/README +++ b/README @@ -3379,10 +3379,6 @@ Low Level (hardware related) configuration options: and

[U-Boot] [PATCH 11/14] CMD: Fix typo CMD_FSL - CMD_MFSL in readme

2012-03-31 Thread Marek Vasut
Signed-off-by: Marek Vasut ma...@denx.de Cc: vap...@gentoo.org --- README |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README b/README index 0ebe877..bb310e9 100644 --- a/README +++ b/README @@ -808,7 +808,7 @@ The following options need to be configured:

[U-Boot] [PATCH 12/14] CMD: Fix CONFIG_CMD_SAVEBP_WRITE_SIZE - CONFIG_CMD_SPL_WRITE_SIZE

2012-03-31 Thread Marek Vasut
Signed-off-by: Marek Vasut ma...@denx.de Cc: scottw...@freescale.com --- arch/arm/cpu/armv7/omap-common/spl_nand.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/armv7/omap-common/spl_nand.c b/arch/arm/cpu/armv7/omap-common/spl_nand.c index

[U-Boot] [PATCH 13/14] CMD: CONFIG_CMD_SETECPR - CONFIG_CMD_SETEXPR on omap3_logic

2012-03-31 Thread Marek Vasut
Signed-off-by: Marek Vasut ma...@denx.de --- include/configs/omap3_logic.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 01360f6..4ac17cc 100644 --- a/include/configs/omap3_logic.h +++

[U-Boot] [PATCH 14/14] CMD: Fix CONFIG_CMD_STORAGE - CONFIG_CMD_USB_STORAGE

2012-03-31 Thread Marek Vasut
Signed-off-by: Marek Vasut ma...@denx.de --- include/configs/am3517_crane.h |2 +- include/configs/am3517_evm.h |2 +- include/configs/cam_enc_4xx.h |2 +- include/configs/da830evm.h |2 +- include/configs/davinci_dm365evm.h |4 ++--

Re: [U-Boot] [PATCH V2 12/24] SPEAr: Enable usb device high speed support

2012-03-31 Thread Marek Vasut
Dear Amit Virdi, From: Vipin KUMAR vipin.ku...@st.com Cc me with usb related stuff please. Does USBTTY work for you? Tom complained about it. This patch enables the support for usb high speed device for spear platform SOCs Signed-off-by: Vipin Kumar vipin.ku...@st.com Signed-off-by:

Re: [U-Boot] [STATUS] v2012.04-rc1 is out

2012-03-31 Thread Marek Vasut
Dear Jens Scharsig, On 31.03.2012 01:40, Wolfgang Denk wrote: Hi everybody, after long struggeling we finally have a -rc1. Please help testing, so we can fix the remaining issues before the release, which I decided to shift to April 21, 2012. The eb_cpux9k2 board (maintained by

Re: [U-Boot] [PATCH] Correct corrupted NAND Flash access on KARO TX25 modules

2012-03-31 Thread Marek Vasut
Dear Gachet Daniel, This short patch correct corrupted data while reading NAND flash modules on the KARO TX25 module. The current version of the mxc_nand driver uses the symmetric mode to access the NAND flash, but the devices populated on the KARO TX25 only support an asymmetric mode

Re: [U-Boot] [PATCH] mmc: Fix warning if CONFIG_MMC_TRACE is enabled

2012-03-31 Thread Marek Vasut
Dear Dirk Behme, Fix the warning mmc.c: In function 'mmc_send_cmd': mmc.c:87: warning: assignment from incompatible pointer type in case CONFIG_MMC_TRACE is enabled. Signed-off-by: Dirk Behme dirk.be...@de.bosch.com CC: Andy Fleming aflem...@freescale.com --- Acked-by: Marek Vasut

Re: [U-Boot] [U-boot][INQUIRY] Intel 82599 10Gbe ethernet driver

2012-03-31 Thread Marek Vasut
Dear Timothy Smyth, Hello, This email is in regards to the i82599 driver being ported to U-Boot. Is anyone currently working on it? If not, I'm going to start adding it in. I should have something usable in a couple of weeks and I will conduct my testing on a P4080DS. Thank you. I don't

Re: [U-Boot] [PATCH v2] OMAP: Move omap1510inn to Unmaintained / Orphaned

2012-03-31 Thread Marek Vasut
Dear Tom Rini, After removing omap1610inn for not building, move omap1510inn to orphaned as it had the same maintainer. I finally got myself a todo list, hopefully I won't forget about these things anymore ;-) Acked-by: Marek Vasut ma...@denx.de Signed-off-by: Tom Rini tr...@ti.com ---

Re: [U-Boot] [PATCH V6] BOOT: Add bootz command to boot Linux zImage on ARM

2012-03-31 Thread Mike Frysinger
On Thursday 15 March 2012 03:52:45 Marek Vasut wrote: --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c -static void bootm_start_lmb(void) -{ #ifdef CONFIG_LMB +static void boot_start_lmb(bootm_headers_t *images) +{ ulong mem_start; phys_size_t mem_size; -

Re: [U-Boot] [PATCH V6] BOOT: Add bootz command to boot Linux zImage on ARM

2012-03-31 Thread Marek Vasut
Dear Mike Frysinger, On Thursday 15 March 2012 03:52:45 Marek Vasut wrote: --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c -static void bootm_start_lmb(void) -{ #ifdef CONFIG_LMB +static void boot_start_lmb(bootm_headers_t *images) +{ ulong mem_start;

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

2012-03-31 Thread Marek Vasut
Dear Deepak Saxena, commit 341764495180a712b9aaccfa0479b2ff7e44e35b Author: Deepak Saxena deepak_sax...@mentor.com Date: Mon Dec 6 15:52:07 2010 -0800 Honor /memory/reg node in DTB files This patch adds code to the bootm path to check if a valid /memory/reg node exists

Re: [U-Boot] [PATCH] MIPS: Add initial support for EMMA3SL/LP

2012-03-31 Thread Marek Vasut
Dear Serge Ziryukin, This patch adds initial support for EMMA3SL/LP board. Network and USB support will be added as follow up patches. Signed-off-by: Serge Ziryukin ftrvxm...@gmail.com Would you care to resubmit updated version of this patch please? Or shall I discard it? Best regards,

Re: [U-Boot] [PATCH V2] Adds driver for Xilinx' xps_spi SPI controller.

2012-03-31 Thread Marek Vasut
Dear Graeme Smecher, Hi Wolfgang, On 18/09/10 01:02 PM, Wolfgang Denk wrote: Dear Graeme Smecher, In message1280955847-2999-1-git-send-email-graeme.smec...@mail.mcgill.ca you wrote: This code differs in only trivial ways from the altera_spi driver. It plays nice with Thomas

Re: [U-Boot] [PATCH] [U-BOOT] Zoom2: Ethernet: Enabling LAN9221 chip and CMD_NET.

2012-03-31 Thread Marek Vasut
Dear Aldo Brett Cedillo Martinez, Configures GPMC, adds macros to enable net commands, and adds proper initialization to board_eth_init function. Tom, are you OK with applying this patch ? I have a similar patch to enable ethernet in zoom3 after initial support patch. Signed-off-by: Aldo

Re: [U-Boot] [PATCH] Prevent malloc with size 0

2012-03-31 Thread Marek Vasut
Dear Mike Frysinger, On Thursday, October 21, 2010 17:10:31 Graeme Russ wrote: On 22/10/10 06:51, Mike Frysinger wrote: have u-boot return an error. Is NULL what you consider to be an error yes Besides, is not free(NULL) valid (does nothing) as well? yes, free(NULL) should

Re: [U-Boot] [PATCH 01/14] AT91: Drop AT91_SPIMUX command from cmd_all

2012-03-31 Thread Anatolij Gustschin
Acked-by: Anatolij Gustschin ag...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 02/14] CMD: Remove CMD_AUTOSCRIPT, it's not used

2012-03-31 Thread Anatolij Gustschin
Acked-by: Anatolij Gustschin ag...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 00/28] Add link-local addressing support

2012-03-31 Thread Marek Vasut
Dear Joe Hershberger, Link-local support allows the bootloader to get a usable network address regardless of network environment. Given that bootloaders may not always have access to a DHCP server, this functionality makes accessing it in those environments easier. It is also referred to as

Re: [U-Boot] [PATCH 04/14] CMD: Drop CMD_DCR, it's not used

2012-03-31 Thread Marek Vasut
Dear Anatolij Gustschin, Acked-by: Anatolij Gustschin ag...@denx.de Please make dead sure the patches are correct before you give me any ack, I'd really love a thorough review. I need to work on my patch submission, I have this feeling I produce crap patches for a while now. Best regards,

Re: [U-Boot] [PATCH 05/14] CMD: Drop CONFIG_CMD_DFL, it's not used

2012-03-31 Thread Anatolij Gustschin
Acked-by: Anatolij Gustschin ag...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2] configs: EB+MCF-EV123.h: Fix typo on CONFIG_SYS_HUSH_PARSER

2012-03-31 Thread Fabio Estevam
Fix typo on CONFIG_SYS_HUSH_PARSER and also add CONFIG_SYS_PROMPT_HUSH_PS2 to avoid build error. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Also add CONFIG_SYS_PROMPT_HUSH_PS2 definition include/configs/EB+MCF-EV123.h |3 ++- 1 files changed, 2

Re: [U-Boot] [PATCH 00/11] MIPS: fixes and updates

2012-03-31 Thread Marek Vasut
Dear Daniel Schwierzeck, This series contains bugfixes and coding style cleanups. Furthermore it contains some extensions for MIPS24k and MIPS34k cores as preparation for merging the support for various Lantiq SoCs. Daniel Schwierzeck (11): MIPS: board.c: make checkpatch.pl clean

Re: [U-Boot] [PATCH 10/11] MIPS: add init hook for CPU specific initialization

2012-03-31 Thread Marek Vasut
Dear Marek Vasut, Signed-off-by: Daniel Schwierzeck daniel.schwierz...@googlemail.com --- arch/mips/lib/board.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/mips/lib/board.c b/arch/mips/lib/board.c index bcf12c5..27c2cfe 100644 ---

Re: [U-Boot] [PATCH] MIPS: fix endianess handling

2012-03-31 Thread Marek Vasut
Dear Daniel Schwierzeck, On 12/04/2011 04:08 PM, Wolfgang Denk wrote: Dear Shinya Kuribayashi, In message4edb8475.1080...@pobox.com you wrote: -pb1000 mipsmips32 pb1x00 - au1x00 pb1x00:PB1000 +pb1000

Re: [U-Boot] [PATCH 10/14] CMD: Remove CMD_MEM and CMD_LOOPW, they're unused

2012-03-31 Thread Anatolij Gustschin
Hi Marek, On Sat, 31 Mar 2012 19:47:15 +0200 Marek Vasut ma...@denx.de wrote: Signed-off-by: Marek Vasut ma...@denx.de --- README |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/README b/README index c98afa7..0ebe877 100644 --- a/README +++ b/README @@

Re: [U-Boot] [PATCH 07/14] CMD: Fix typo KGBD - KGDB on debris board

2012-03-31 Thread Anatolij Gustschin
On Sat, 31 Mar 2012 19:47:12 +0200 Marek Vasut ma...@denx.de wrote: Signed-off-by: Marek Vasut ma...@denx.de Cc: dog...@etinsys.com --- include/configs/debris.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) This will increase the U-Boot image size for this board, but

Re: [U-Boot] [PATCH 09/14] HWW1U1A: Fix CMD_SHA1 - CMD_SHA1SUM

2012-03-31 Thread Anatolij Gustschin
Acked-by: Anatolij Gustschin ag...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 08/14] CMD: Remove CMD_LOG, it's unused

2012-03-31 Thread Anatolij Gustschin
Acked-by: Anatolij Gustschin ag...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 11/14] CMD: Fix typo CMD_FSL - CMD_MFSL in readme

2012-03-31 Thread Anatolij Gustschin
Acked-by: Anatolij Gustschin ag...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 00/28] Add link-local addressing support

2012-03-31 Thread Joe Hershberger
On Mar 31, 2012, at 4:11 PM, Marek Vasut marek.va...@gmail.com wrote: is it correct you're the new network custodian in uboot? Yes, that is correct. Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 13/14] CMD: CONFIG_CMD_SETECPR - CONFIG_CMD_SETEXPR on omap3_logic

2012-03-31 Thread Anatolij Gustschin
Acked-by: Anatolij Gustschin ag...@denx.de ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 07/14] CMD: Fix typo KGBD - KGDB on debris board

2012-03-31 Thread Marek Vasut
Dear Anatolij Gustschin, On Sat, 31 Mar 2012 19:47:12 +0200 Marek Vasut ma...@denx.de wrote: Signed-off-by: Marek Vasut ma...@denx.de Cc: dog...@etinsys.com --- include/configs/debris.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) This will increase the U-Boot

Re: [U-Boot] [PATCH 10/14] CMD: Remove CMD_MEM and CMD_LOOPW, they're unused

2012-03-31 Thread Marek Vasut
Dear Anatolij Gustschin, Hi Marek, On Sat, 31 Mar 2012 19:47:15 +0200 Marek Vasut ma...@denx.de wrote: Signed-off-by: Marek Vasut ma...@denx.de --- README |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/README b/README index c98afa7..0ebe877

Re: [U-Boot] [PATCH 00/28] Add link-local addressing support

2012-03-31 Thread Marek Vasut
Dear Joe Hershberger, On Mar 31, 2012, at 4:11 PM, Marek Vasut marek.va...@gmail.com wrote: is it correct you're the new network custodian in uboot? Yes, that is correct. Hey, welcome abroad! :-) btw. I reassigned most of the net patches in patchwork to you, hope you don't mind. Joe

Re: [U-Boot] [PATCH 14/14] CMD: Fix CONFIG_CMD_STORAGE - CONFIG_CMD_USB_STORAGE

2012-03-31 Thread Anatolij Gustschin
Hi Marek, On Sat, 31 Mar 2012 19:47:19 +0200 Marek Vasut ma...@denx.de wrote: Signed-off-by: Marek Vasut ma...@denx.de --- include/configs/am3517_crane.h |2 +- include/configs/am3517_evm.h |2 +- include/configs/cam_enc_4xx.h |2 +- include/configs/da830evm.h

Re: [U-Boot] [PATCH 00/28] Add link-local addressing support

2012-03-31 Thread Joe Hershberger
On Mar 31, 2012, at 5:40 PM, Marek Vasut ma...@denx.de wrote: Dear Joe Hershberger, On Mar 31, 2012, at 4:11 PM, Marek Vasut marek.va...@gmail.com wrote: is it correct you're the new network custodian in uboot? Yes, that is correct. Hey, welcome abroad! :-) btw. I reassigned most