Re: [U-Boot] [PATCH] powerpc/mpc85xx: Remove P1023 RDS support

2014-06-07 Thread Emil Medve
Guten Tag Wolfgang, On 06/06/2014 05:14 PM, Wolfgang Denk wrote: Dear Lijun Pan, In message 1402085638-12144-1-git-send-email-lijun@freescale.com you wrote: Since P1023RDS is no longer supported/manufactured by Freescale, we clean up P1023RDS related code. Since P1023RDB is still

Re: [U-Boot] [RFC PATCH] IMX: Rename IMX image SPL to something else for Cygwin

2014-06-07 Thread Vasili Galka
Hi Stefano, On Fri, Jun 6, 2014 at 4:30 PM, Stefano Babic sba...@denx.de wrote: IMHO we have to consider if there will be a high request to build on Cygwin and I prefer to defer this issue. Some developers working before on Cygwin are used to set up a VM on their OS nowadays, reducing the

Re: [U-Boot] [PATCH] omap3: overo: Select fdtfile for expansion board

2014-06-07 Thread Stefan Herbrechtsmeier
Am 06.06.2014 20:37, schrieb Ash Charles: The u-boot Overo board actually supports both Overo (OMAP35xx) and Overo Storm (AM/DM37xx) COMs with a range of different expansion boards. This provides a mechanism to select the an appropriate device tree file based on the processor version and, if

Re: [U-Boot] [PATCH] omap3: overo: Select fdtfile for expansion board

2014-06-07 Thread Tom Rini
On Sat, Jun 07, 2014 at 04:29:27PM +0200, Stefan Herbrechtsmeier wrote: Am 06.06.2014 20:37, schrieb Ash Charles: The u-boot Overo board actually supports both Overo (OMAP35xx) and Overo Storm (AM/DM37xx) COMs with a range of different expansion boards. This provides a mechanism to select the

Re: [U-Boot] [PATCH] omap3: overo: Select fdtfile for expansion board

2014-06-07 Thread Ash Charles
On Sat, Jun 7, 2014 at 10:48 AM, Tom Rini tr...@ti.com wrote: In this case it might be harder to do this in a shell cmd. But we _must_ check for fdtfile being unset and only setenv if not already set. And then drop fdtfile from the config file. Stefan and Tom, Thanks both for your comments

Re: [U-Boot] [PATCH 2/4] Add ctrlc_ignore environment variable to ignore Ctrl-C

2014-06-07 Thread Simon Glass
Hi Wolfgang, On 6 June 2014 16:10, Wolfgang Denk w...@denx.de wrote: Dear Simon, In message CAPnjgZ15jrh=-tej-0tfjwbszyq+0bihkjlejg3d43wqoow...@mail.gmail.com you wrote: If this happens, I consider it a bug that should be fixed, and not papered over. If you look at the code for the

[U-Boot] [PATCH] m68k: Fix warnings with gcc 4.6

2014-06-07 Thread Simon Glass
Most of the warnings seem to be related to using 'int' for size_t. Change this and fix up the remaining warnings and problems. For bootm, the warning was masked by others, and there is an actual bug in the code. Signed-off-by: Simon Glass s...@chromium.org --- arch/m68k/cpu/mcf532x/cpu_init.c

Re: [U-Boot] [PATCH v4 14/15] dm: Tidy up four minor code nits

2014-06-07 Thread Marek Vasut
On Friday, June 06, 2014 at 09:13:31 PM, Simon Glass wrote: There is a spelling mistake and two functions are missing comments altogether. Also the flags declaration is correct, but doesn't follow style. Finally, the uclass_get_device() function has some errors in its documentation. [...] ---

Re: [U-Boot] [PATCH v4 09/15] dm: Cast away the const-ness of the global_data pointer

2014-06-07 Thread Marek Vasut
On Friday, June 06, 2014 at 09:13:26 PM, Simon Glass wrote: In a very few cases we need to adjust the driver model root device, such as when setting it up at initialisation. Add a macro to make this easier. Signed-off-by: Simon Glass s...@chromium.org --- [...] - ret =