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

2012-03-31 Thread Jens Scharsig
Dear Marek, >> > >> > The eb_cpux9k2 board (maintained by myself) works basically with >> > 2012.04-rc1. But for full functionality, please apply patch: >> > >> > http://patchwork.ozlabs.org/patch/104279/ > Next time Cc me with USB related stuff please. Btw. it's marked accepted in > patchwork,

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 wrote: > Dear Joe Hershberger, > >> On Mar 31, 2012, at 4:11 PM, Marek Vasut 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

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 wrote: > Signed-off-by: Marek Vasut > --- > include/configs/am3517_crane.h |2 +- > include/configs/am3517_evm.h |2 +- > include/configs/cam_enc_4xx.h |2 +- > include/configs/da830evm.h |2 +- > i

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 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 Best regards,

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 wrote: > > Signed-off-by: Marek Vasut > > --- > > > > README |7 --- > > 1 files changed, 0 insertions(+), 7 deletions(-) > > > > diff --git a/README b/README > > index c98afa7..0ebe877 10064

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 wrote: > > Signed-off-by: Marek Vasut > > Cc: dog...@etinsys.com > > --- > > > > include/configs/debris.h |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > This will increase the U-Boot image size

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 ___ 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 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 11/14] CMD: Fix typo CMD_FSL -> CMD_MFSL in readme

2012-03-31 Thread Anatolij Gustschin
Acked-by: Anatolij Gustschin ___ 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 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2012-03-31 Thread Anatolij Gustschin
Acked-by: Anatolij Gustschin ___ 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 Anatolij Gustschin
On Sat, 31 Mar 2012 19:47:12 +0200 Marek Vasut wrote: > Signed-off-by: Marek Vasut > 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 hopefully it is tolerable, so

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 wrote: > Signed-off-by: Marek Vasut > --- > 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 @

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 message<4edb8475.1080...@pobox.com> you wrote: > -pb1000 mipsmips32 pb1x00 > - au1x00 pb1x00:PB1000 +pb1000

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 > > --- > > > > 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 > > --- a/arch/mips/lib/b

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 >

[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 --- Changes since v1: - Also add CONFIG_SYS_PROMPT_HUSH_PS2 definition include/configs/EB+MCF-EV123.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff

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 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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 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, Marek Vasut ___

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

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

2012-03-31 Thread Anatolij Gustschin
Acked-by: Anatolij Gustschin ___ 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 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

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

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

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:

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 message<1280955847-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 w

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 Would you care to resubmit updated version of this patch please? Or shall I discard it? Best regards, Marek Vasut __

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 > 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 in the DTB file a

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) > > +{ > > > > ul

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_si

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 > Signed-off-by: Tom Rini > --- > MAINTAINERS |7 ++

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 do

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 > CC: Andy Fleming > --- Acked-by: Marek Vasut > drivers/mmc/mmc.c |2 +- > 1

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] [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 (

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 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 > Signed-off-by: Amit Virdi > --- > include/co

[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 --- 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 ++-- include/configs/davinci_dvevm.h

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

2012-03-31 Thread Marek Vasut
Fix typo Signed-off-by: Marek Vasut Cc: kyle.d.moff...@boeing.com --- include/configs/HWW1U1A.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/HWW1U1A.h b/include/configs/HWW1U1A.h index 01597b9..f08d78b 100644 --- a/include/configs/HWW1U1A.h +++ b/incl

[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 --- 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 +++ b/include/configs/omap3_logic.

[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 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 1295e88..8cf55c9 100644 --- a

[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 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: CONFIG_CMD

[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 --- 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 crc32 is the

[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 --- inclu

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

2012-03-31 Thread Marek Vasut
Signed-off-by: Marek Vasut 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 +++ b/include/configs/debris.h

[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 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 deletions(-)

[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); dri

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

2012-03-31 Thread Marek Vasut
$ git grep AUTOSCRIPT include/configs/at91sam9m10g45ek.h:#undef CONFIG_CMD_AUTOSCRIPT include/configs/gplugd.h:#define CONFIG_CMD_AUTOSCRIPT Signed-off-by: Marek Vasut Cc: Albert ARIBAUD Cc: Prafulla Wadaskar --- include/configs/at91sam9m10g45ek.h |1 - include/configs/gplugd.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 --- 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 --- a/include/confi

[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 Cc: Matthias Weisser --- include/configs/jadecpu.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/jadecpu.h b/include/configs/jadecpu.h index f72ee02..d644fea

[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 Cc: Albert ARIBAUD --- include/config_cmd_all.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

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 > Cc: Wolfgang Denk > Cc: unsik Kim Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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" 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 ARME

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" 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: eldk4.2

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" wrote: > > Dear Anatolij Gustschin, > > > > > On Sat, 31 Mar 2012 15:43:03 +0200 > > > Anatolij Gustschin wrote: > > > ... > > > > > > > > arm/seaboardFAILED FOR: eldk4.2 eldk5.1 > > > > > arm/venta

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" wrote: > > Dear Anatolij Gustschin, > > > On Sat, 31 Mar 2012 15:43:03 +0200 > > Anatolij Gustschin wrote: > > ... > > > > > > arm/seaboardFAILED FOR: eldk4.2 eldk5.1 > > > > arm/ventana FAILED FOR

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 wrote: > ... > > > > arm/seaboardFAILED FOR: eldk4.2 eldk5.1 > > > arm/ventana FAILED FOR: eldk4.2 eldk5.1 > > > > These boards actually build without error

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 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 > errors/warnings statu

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 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 http://patchwork.ozlabs.

[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 arm/highb

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 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 SDHCI_INT_RESPONSE | SD

[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 Cc: Prafulla Wadaskar Cc: Wolfgang Denk --- MAINTAINERS |5 + board/buffalo/lsxl/Makefile | 50 ++ board/buffalo/

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

2012-03-31 Thread Michael Walle
Signed-off-by: Michael Walle --- 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 @@ extern int et

[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 --- include/net.h | 15 +++ net/eth.c | 15 +++ 2 files changed, 30 insertions(+), 0 deletions(-) diff --git a/include/net.h b/include/net.h i

[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 --- board/buffalo/lsxl/config.mk |1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 board/buffalo/lsxl/config.mk diff --g

[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 --- include/common.h |4 lib/Makefile |1 + lib/rand.c | 43 +++ 3 files changed, 48 insertions(+), 0 deletions(-) create mode 100644 lib/rand.c

[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

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 2012

[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 NAND_F

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 wrote: > Dear Simon Glass, > >> Hi Marek, >> >> On Fri, Mar 30, 2012 at 6:52 AM, Marek Vasut wrote: >> > Dear Simon Glass, >> > >> >> +Marek >> >> >> >> Hi Albert, >> >> >> >> On Fri, Mar 30, 2012 at 12:08 AM, Albert ARIBAUD >> >> >> >> wro

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 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 > CC: Andy Fleming Acked-by: Simon Glass > --- >  dr

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 wrote: > Signed-off-by: Joe Hershberger > Cc: Joe Hershberger > Cc: Simon Glass > Cc: Mike Frysinger > --- > Changes for v2: >   - Split into smaller patches Same suggestion about naming parameters... > >  include/net.h |  114 >

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 wrote: > Signed-off-by: Joe Hershberger > Cc: Joe Hershberger > Cc: Simon Glass > Cc: Mike Frysinger I have a suggestion below that you might want to take up, but otherwise: Acked-by: Simon Glass > --- > Changes for v2: >   - Remove

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 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 bootstage.c inste

[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

[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 comman

[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 --- 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(+), 6 deletions(-) di

[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 Signed-off-by: Simon Glass --- Changes in v3: - Added a few more comments on the

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 wrote: > Dear Simon Glass, > > In message > you > wrote: >> >> > These patches haven't been merged yet. >> >> Yes - in fact these should go into 'next' I think. But first I need to >> respond to Wolfgang's email on that series. > > See

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 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 oth