Re: [U-Boot] [PATCH v2 00/17] Network support for spear platform and spear1300 support

2010-05-01 Thread Vipin Kumar
On Fri, Apr 30, 2010 at 6:18 PM, Tom Rix t...@bumblecow.com wrote: Vipin KUMAR wrote: Hello Tom/Wolfgang, Didn't see any feedbacks on this patchset. Please let me know if the patch is good or should I make changes and resubmit Vipin, I will provide you with complete review of your patch

Re: [U-Boot] Exception in U-Boot

2010-05-01 Thread Markus Gothe
And I thought this mailling-list was dead... :- //Markus On 29 Apr 2010, at 16:04, Sanjay Kumar wrote: Hi All, We are porting U-boot. 2010.03 version for MIPS32 processor (Au1350). Currently we are facing one problem: When I compile u-boot and program to NOR Flash using bdiGDB

Re: [U-Boot] [PATCH 1/2] mtdparts: fix write through NULL pointer

2010-05-01 Thread Stefano Babic
Wolfgang Denk wrote: I tend to prefer my version, as it seems to be more defensive, and it also adds an assert() for the 3rd parameter. If you agree, I'll apply my version? Yes, of course. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 2/3] video: add support for display controller in MB86R0x SoCs

2010-05-01 Thread Anatolij Gustschin
Dear Matthias, On Thu, 22 Apr 2010 12:30:56 +0200 Matthias Weisser weiss...@arcor.de wrote: ... diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index d1f47c9..4769cdb 100644 --- a/drivers/video/cfb_console.c +++ b/drivers/video/cfb_console.c @@ -153,6 +153,14 @@

Re: [U-Boot] [PATCH 2/3] video: add support for display controller in MB86R0x SoCs

2010-05-01 Thread Anatolij Gustschin
Dear Matthias, On Thu, 22 Apr 2010 15:03:55 +0200 Matthias Weißer weiss...@arcor.de wrote: ... +/* + * Set a RGB color in the LUT + */ +void video_set_lut(unsigned int index, unsigned char r, + unsigned char g, unsigned char b) +{ + +} Code

[U-Boot] [PATCH] video: cfb_console: add weak default video_set_lut()

2010-05-01 Thread Anatolij Gustschin
Do not enforce drivers to provide empty video_set_lut() if they do not implement indexed color (8 bpp) frame buffer support. Add default function to the cfb_console driver and remove empty video_set_lut() functions. Signed-off-by: Anatolij Gustschin ag...@denx.de ---

[U-Boot] ARM pull request

2010-05-01 Thread Tom Rix
Wolfgang, Please pull from arm/master. Tom The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-video are available in the git repository at: git://git.denx.de/u-boot-arm master

Re: [U-Boot] RFC: U-Boot OneNAND IPL TEXT_BASE

2010-05-01 Thread Kyungmin Park
Hi, Which CPU do you use? In most ARM cpu, CPU load the IPL into its internal SRAM, and runs at here. But in your case it's not. So you maybe redefine IPL address. Instead of modifying the config.mk, how about to define IPL_TEXT_BASE. e.g., In OneNAND IPL code, #ifndef BOARD_IPL_TEXT_BASE