Re: [U-Boot] [PATCH 0/2] compulab: adjustments before porting more boards

2013-10-27 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tom, On 10/02/13 17:02, Igor Grinberg wrote: > Hi Tom, > > On 10/02/13 15:53, Tom Rini wrote: >> On Mon, Sep 30, 2013 at 11:36:32AM +0300, Igor Grinberg wrote: > >>> ping! >>> >>> On 09/16/13 21:49, Igor Grinberg wrote: Two more adjustments

Re: [U-Boot] [PATCH v4] i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework

2013-10-27 Thread Igor Grinberg
Hi Heiko, On 10/22/13 11:03, Heiko Schocher wrote: > - add omap24xx driver to new multibus/multiadpater support > - adapted all config files, which uses this driver > > Tested on the am335x based siemens boards rut, dxr2 and pxm2 > posted here: > http://patchwork.ozlabs.org/patch/263211/ > > Sig

[U-Boot] [PATCH] JFFS2: Fix undefined reference to `__aeabi_uldivmod' error

2013-10-27 Thread Wolfgang Denk
Building boards that have JFFS2 support enabled will fail when using U-Boot's builtin GCC library, for example like this: USE_PRIVATE_LIBGCC=yes ./MAKEALL omap3_evm ... fs/jffs2/libjffs2.o: In function `jffs2_1pass_build_lists': fs/jffs2/jffs2_1pass.c:1441: undefined reference to `__aeabi_uldivmod

Re: [U-Boot] [PATCH] JFFS2: Fix undefined reference to `__aeabi_uldivmod' error

2013-10-27 Thread Chris Ruehl
Wolfgang, GOOD Catch! On Sunday, October 27, 2013 05:14 PM, Wolfgang Denk wrote: Building boards that have JFFS2 support enabled will fail when using U-Boot's builtin GCC library, for example like this: USE_PRIVATE_LIBGCC=yes ./MAKEALL omap3_evm ... fs/jffs2/libjffs2.o: In function `jffs2_1pas

Re: [U-Boot] [PATCH] JFFS2: Fix undefined reference to `__aeabi_uldivmod' error

2013-10-27 Thread Wolfgang Denk
Dear Chris, In message <526ce0f6.8020...@gtsys.com.hk> you wrote: > > GOOD Catch! Thanks :-) It would be nice if you could run an actual test on your hardware,and then eventually even provide an Tested-by: ? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Den

Re: [U-Boot] [PATCH 00/18] Third step towards Kbuild: Convert rest of makefiles

2013-10-27 Thread Marek Vasut
Dear Masahiro Yamada, > This series uses the followings as prerequisites: > - First step towards Kbuild: Use Kbuild style makefiles (19 patch files) > - Second step towards Kbuild: Descend down like Kbuild (6 patch files) > > In 'First step towards Kbuild' series, I changed more than 150 makefi

Re: [U-Boot] [RESEND PATCH 2/3] mx28evk: Add 'nandboot' environment command

2013-10-27 Thread Marek Vasut
Dear Otavio Salvador, > This reads the kernel, ftd and boot into ubifs filesystem. While on > that, the SD firmware filename definition has been moved next to the > other SD related commands. > > Signed-off-by: Otavio Salvador Any changes to built-in environment are now NAKd I believe. Best re

[U-Boot] Minutes from the U-Boot Mini Summit 2013

2013-10-27 Thread Detlev Zundel
Hi, it was a real pleasure to meet up with so many people on the ELCE in Edinburgh the last few days. Those of you who could not make it should look out for the Embedded Linux Conference Europe in 2014. Although not yet finalized, we are optimistic to have the second U-Boot Mini Summit there. T

Re: [U-Boot] [PATCH] JFFS2: Fix undefined reference to `__aeabi_uldivmod' error

2013-10-27 Thread Daniel Schwierzeck
2013/10/27 Wolfgang Denk : > Building boards that have JFFS2 support enabled will fail when using > U-Boot's builtin GCC library, for example like this: > > USE_PRIVATE_LIBGCC=yes ./MAKEALL omap3_evm > ... > fs/jffs2/libjffs2.o: In function `jffs2_1pass_build_lists': > fs/jffs2/jffs2_1pass.c:1441:

Re: [U-Boot] [PATCH v2 1/5] usb: ums: code refactoring to improve reusability on other boards.

2013-10-27 Thread Marek Vasut
Dear Przemyslaw Marczak, > This patch introduces some cleanups to ums code. Changes: > > ums common: > - introduce UMS_START_SECTOR and UMS_NUM_SECTORS as defined in > usb_mass_storage.h both default values as 0 if board config > doesn't define them > > common cleanup changes: > - change nam

[U-Boot] [PATCH] arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)

2013-10-27 Thread Mateusz Kulikowski
Add support for USB-A9263 board manufactured by Calao Systems (http://www.calao-systems.com/). Code is based on old U-Boot sources (2010.09) released by Calao and existing AT92SAM9263-EK code. Signed-off-by: Mateusz Kulikowski --- board/calao/usb_a9263/Makefile| 35 board/calao/usb

Re: [U-Boot] [RESEND PATCH 2/3] mx28evk: Add 'nandboot' environment command

2013-10-27 Thread Otavio Salvador
On Sun, Oct 27, 2013 at 2:16 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> This reads the kernel, ftd and boot into ubifs filesystem. While on >> that, the SD firmware filename definition has been moved next to the >> other SD related commands. >> >> Signed-off-by: Otavio Salvador > > Any c

Re: [U-Boot] [PATCH] JFFS2: Fix undefined reference to `__aeabi_uldivmod' error

2013-10-27 Thread Wolfgang Denk
In message <1382865251-17302-1-git-send-email...@denx.de> I wrote: > Building boards that have JFFS2 support enabled will fail when using > U-Boot's builtin GCC library, for example like this: > > USE_PRIVATE_LIBGCC=yes ./MAKEALL omap3_evm > ... > fs/jffs2/libjffs2.o: In function `jffs2_1pass_buil

Re: [U-Boot] [RESEND PATCH 2/3] mx28evk: Add 'nandboot' environment command

2013-10-27 Thread Marek Vasut
Dear Otavio Salvador, > On Sun, Oct 27, 2013 at 2:16 PM, Marek Vasut wrote: > > Dear Otavio Salvador, > > > >> This reads the kernel, ftd and boot into ubifs filesystem. While on > >> that, the SD firmware filename definition has been moved next to the > >> other SD related commands. > >> > >>

[U-Boot] Illegal use of FP ops in clock_ti814x.c

2013-10-27 Thread Wolfgang Denk
Dear Matt, I hope you are the right person to address this to - if not, please help to redirect to the current responsible developer. Function pll_sigma_delta_val() in arch/arm/cpu/armv7/am33xx/clock_ti814x.c incorrectly uses "float" data, which results in FP operations which are not permitted in

Re: [U-Boot] [PATCH] JFFS2: Fix undefined reference to `__aeabi_uldivmod' error

2013-10-27 Thread Chris Ruehl
Wolfgang, On Sunday, October 27, 2013 06:01 PM, Wolfgang Denk wrote: Dear Chris, In message<526ce0f6.8020...@gtsys.com.hk> you wrote: GOOD Catch! Thanks :-) It would be nice if you could run an actual test on your hardware,and then eventually even provide an Tested-by: ? Yes, I will run

Re: [U-Boot] [PATCH 1/2] esdhc: memset mmc struct before putting into use

2013-10-27 Thread Zhang Haijun
Thanks. Barnett :-) 于 2013/10/26 0:28, Ryan Barnett 写道: Haijun Zhang wrote on 10/24/2013 08:54:42 PM: struct mmc should be clear to all '0' after malloc to avoid unexpect variable value. Like mmc->has_init = xxx. In this case mmcinfo will believe the card had been initialized before and skip

Re: [U-Boot] [PATCH] JFFS2: Fix undefined reference to `__aeabi_uldivmod' error

2013-10-27 Thread Chris Ruehl
Wolfgang, good morning. On Monday, October 28, 2013 04:07 AM, Wolfgang Denk wrote: In message <1382865251-17302-1-git-send-email...@denx.de> I wrote: Building boards that have JFFS2 support enabled will fail when using U-Boot's builtin GCC library, for example like this: USE_PRIVATE_LIBGCC=ye

[U-Boot] [PATCH] powerpc/T1040EMU: Add T1040 emulator support

2013-10-27 Thread Priyanka Jain
Add emulator support for T1040. Emulator has limited peripherals and interfaces. Difference between T1040QDS and emulator includes: -ECC for DDR is disabled due to procedure to load images -Depends on raw timing for DDR initialization -No board FPGA (Qixis) -No PCI -No SPI -No flash support Signed

Re: [U-Boot] [PATCH] arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)

2013-10-27 Thread Bo Shen
Hi Mateusz Kulikowski, Add Andreas in loop. On 10/28/2013 03:34, Mateusz Kulikowski wrote: Add support for USB-A9263 board manufactured by Calao Systems (http://www.calao-systems.com/). Code is based on old U-Boot sources (2010.09) released by Calao and existing AT92SAM9263-EK code. Signed-of

Re: [U-Boot] [PATCH v1 1/3] at91: add defines for reset type

2013-10-27 Thread Bo Shen
Hi Heiko Schocher, On 10/22/2013 13:51, Heiko Schocher wrote: From: Roger Meier Signed-off-by: Roger Meier Reviewed-by: Heiko Schocher Cc: Andreas Bießmann Acked-by: Bo Shen --- arch/arm/include/asm/arch-at91/at91_rstc.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arc

Re: [U-Boot] [PATCH v1 2/3] arm, at91: add Siemens board taurus (based on AT91SAM9G20)

2013-10-27 Thread Bo Shen
Hi Heiko Schocher, Please add commit message. On 10/22/2013 13:51, Heiko Schocher wrote: Signed-off-by: Roger Meier Reviewed-by: Heiko Schocher Cc: Andreas Bießmann --- board/siemens/taurus/Makefile | 38 board/siemens/taurus/taurus.c | 204 ++

[U-Boot] Question about patman

2013-10-27 Thread Masahiro Yamada
Hello Simon. I'm trying patman, but it looks like it doesn't work on my Ubuntu box. How can I resove the following issue? The subject of HEAD is ARM: align MVBAR on 32 byte boundary and the result of my dry run is: $ python --version Python 2.7.4 $ tools/patman/patman -n -c1 Cleaned 1

Re: [U-Boot] [PATCH v1 3/3] arm, at91: add siemens corvus board

2013-10-27 Thread Bo Shen
Hi Heiko Schocher, Please add commit message. On 10/22/2013 13:51, Heiko Schocher wrote: Signed-off-by: Boris Schmidt Reviewed-by: Heiko Schocher Cc: Andreas Bießmann --- board/siemens/corvus/Makefile | 39 + board/siemens/corvus/board.c | 345 ++

Re: [U-Boot] [PATCH v4] i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework

2013-10-27 Thread Heiko Schocher
Hello Igor, Am 27.10.2013 08:30, schrieb Igor Grinberg: Hi Heiko, On 10/22/13 11:03, Heiko Schocher wrote: - add omap24xx driver to new multibus/multiadpater support - adapted all config files, which uses this driver Tested on the am335x based siemens boards rut, dxr2 and pxm2 posted here: ht

Re: [U-Boot] [PATCH] powerpc/T1040EMU: Add T1040 emulator support

2013-10-27 Thread Wolfgang Denk
Dear Priyanka Jain, In message <1382936067-30488-1-git-send-email-priyanka.j...@freescale.com> you wrote: > Add emulator support for T1040. Emulator has limited peripherals > and interfaces. > Difference between T1040QDS and emulator includes: > -ECC for DDR is disabled due to procedure to load i