[U-Boot] [PATCH] MX31: Added support for the Casio COM57H5M10XRC to QONG

2010-05-15 Thread Stefano Babic
The patch adds setup to connect a CASIO COM57H5M10XRC (640x480 TFT display) to the QONG module. Signed-off-by: Stefano Babic sba...@denx.de --- drivers/video/mx3fb.c | 47 +++ include/configs/qong.h |2 +- 2 files changed, 32 insertions(+), 17

Re: [U-Boot] [PATCH] drivers/mmc/fsl_esdhc.c: fix compiler warnings

2010-05-15 Thread Wolfgang Denk
In message 1273441979-25278-1-git-send-email...@denx.de Wolfgang Denk wrote: Commit 77c1458d caused the following compiler warnings: fsl_esdhc.c: In function 'esdhc_pio_read_write': fsl_esdhc.c:142: warning: assignment discards qualifiers from pointer target type fsl_esdhc.c: In function

Re: [U-Boot] [PATCH] ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints

2010-05-15 Thread Wolfgang Denk
In message 1273525682-27308-1-git-send-email...@denx.de Wolfgang Denk wrote: Signed-off-by: Wolfgang Denk w...@denx.de --- arch/arm/lib/eabi_compat.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering

[U-Boot] [PATCH] MVBLM7, MVSMR: fix Makefile (cleanup bootscript.img)

2010-05-15 Thread Wolfgang Denk
Fix MVBLM7 and MVSMR Makefiles for correct out-of-tree building (create bootscript.img in build directory instead of source directory) and cleanup (remove bootscript.img when cleaning up). Signed-off-by: Wolfgang Denk w...@denx.de Cc: Andre Schwarz andre.schw...@matrix-vision.de ---

[U-Boot] [PATCH] Makefile: fix out-of-tree building uf u-boot.img target

2010-05-15 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk w...@denx.de --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 82cbbf4..1445e8b 100644 --- a/Makefile +++ b/Makefile @@ -313,7 +313,7 @@ $(obj)u-boot.ldr.srec: $(obj)u-boot.ldr

Re: [U-Boot] [PATCH] MVBLM7, MVSMR: fix Makefile (cleanup bootscript.img)

2010-05-15 Thread Wolfgang Denk
In message 1273948203-24926-1-git-send-email...@denx.de Wolfgang Denk wrote: Fix MVBLM7 and MVSMR Makefiles for correct out-of-tree building (create bootscript.img in build directory instead of source directory) and cleanup (remove bootscript.img when cleaning up). Signed-off-by: Wolfgang

[U-Boot] [PATCH 0/3] Makefile: rework / cleanup

2010-05-15 Thread Wolfgang Denk
The top level Makefile is growing and growing. Once, wehn we suppoted only a few tens of boards, it was possible to implement board configuration logic in the Makefile, but it quickly turned out that this doesn't scale. Also, it is not really needed (at least not any more) - we noch have

Re: [U-Boot] libfdt: make fdt_increase_size() available to everyone

2010-05-15 Thread Gerald Van Baren
The function fdt_increase_size() increases the size of the device tree by the given amount. This is useful for any code that wants to add a node or large property, to avoid the possibility of running out of space. It's much smarter to have U-Boot increase the size of device tree when it knows

Re: [U-Boot] libfdt: make fdt_increase_size() available to everyone

2010-05-15 Thread Timur Tabi
On Sat, May 15, 2010 at 9:11 PM, Gerald Van Baren gvb.ub...@gmail.com wrote: The code has one pre-existing weakness that bothers me: if there is something following the FDT blob, it will get overwritten by the increased blob.  One way around this would be to malloc() a new memory space and