[U-Boot] Watchdog support.

2008-09-13 Thread Luigi 'Comio' Mantellini
Hi ML, I'm working on a mips based SoC with an external watchdog. The watchdog should be touched every 5 seconds in order to avoid the system reboot. I tried to define macros like CONFIG_HW_WATCHDOG / CONFIG_WATCHDOG, but I'm not happy for the result. For example, the serial port driver (ns165

Re: [U-Boot] [PATCH 1/1 V3] Add support for LZMA uncompression algorithm.

2008-09-13 Thread Luigi 'Comio' Mantellini
Sorry again, but I cannot use git-send-email. This is the corrected patch. Best regards, luigi Il domenica 14 settembre 2008 00:58:10 Wolfgang Denk ha scritto: > Dear "Luigi 'Comio' Mantellini", > > In message <[EMAIL PROTECTED]> you wrote: > > I noticed a typo in the lzma uncompress invocation

[U-Boot] v2008.10-rc2, u-boot-next branch

2008-09-13 Thread Wolfgang Denk
Hi, I have just released U-Boot v2008.10-rc2 - please help to test it! Also, I have created a "u-boot-next" branch. We will use this to provide you a base to prepare your patches for the next merge window against. For example, we will add here all the CFG_ renaming patches which Jean-Chris

Re: [U-Boot] [PATCH 1/1 V3] Add support for LZMA uncompression algorithm.

2008-09-13 Thread Wolfgang Denk
Dear "Luigi 'Comio' Mantellini", In message <[EMAIL PROTECTED]> you wrote: > > I noticed a typo in the lzma uncompress invocation (image_start instead=20 > image_len). > > This patch correct the mistake. Please add your Signed-off-by: line... Best regards, Wolfgang Denk -- DENX Software Engi

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-13 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > > > Can you create a "deprecated_cfg.h" file that contains directives like: > > > > #ifdef CFG_OLD_PARAMATER > > #error "CFG_OLD_PARAMETER renamed! Use CONIFIG_NEW_PARAMETER instead!" > > #endif > > > > for each C

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-13 Thread Jean-Christophe PLAGNIOL-VILLARD
> >> > This should avoid to "lost" some configuration parameters during this > >> > transitory.phase. this file should be included by common.h for >example. > >> > >> IMHO, I do not think it's needed due to there is no "lost" possible with > >> this kind of script > >

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-13 Thread Luigi 'Comio' Mantellini
Hi J. see inline comments. Il sabato 13 settembre 2008 23:41:55 Jean-Christophe PLAGNIOL-VILLARD ha scritto: > On 23:38 Sat 13 Sep , Luigi 'Comio' Mantellini wrote: > > Hi Jean-Christophe, > > Hi Wolfgang, > > > > Can you create a "deprecated_cfg.h" file that contains directives like: > > > >

[U-Boot] ARM mach-types.h new procedure

2008-09-13 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi all, I'll announce how mach-types.h will be update on arm. The mach-types.h will be sync with the kernel on each kernel's release. If you need a sync between two kernel's release please send a request as this Subject:ARM mach-types.h sync reques

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:38 Sat 13 Sep , Luigi 'Comio' Mantellini wrote: > Hi Jean-Christophe, > Hi Wolfgang, > > Can you create a "deprecated_cfg.h" file that contains directives like: > > #ifdef CFG_OLD_PARAMATER > #error "CFG_OLD_PARAMETER renamed! Use CONIFIG_NEW_PARAMETER instead!" > #endif > > for each C

Re: [U-Boot] [PATCH 1/1 V3] Add support for LZMA uncompression algorithm.

2008-09-13 Thread Jean-Christophe PLAGNIOL-VILLARD
> Fax: +39 02 5167 2459 > Email: [EMAIL PROTECTED] > > From 565ecc8ff0a21a9a9f3381c0bfaea629598b7c00 Mon Sep 17 00:00:00 2001 > From: Luigi 'Comio' Mantellini <[EMAIL PROTECTED]> > Date: Sat, 13 Sep 2008 10:04:32 +0200 > Subject: [PATCH] Fix lzma uncompress call (image_start wrongly used instea

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-13 Thread Luigi 'Comio' Mantellini
Hi Jean-Christophe, Hi Wolfgang, Can you create a "deprecated_cfg.h" file that contains directives like: #ifdef CFG_OLD_PARAMATER #error "CFG_OLD_PARAMETER renamed! Use CONIFIG_NEW_PARAMETER instead!" #endif for each CFG_* renamed directive? This should avoid to "lost" some configuration parame

Sweet 18

2008-09-13 Thread Joona Morty
Sweet Eighteen!!! I turned eighteen yesterday. Oh yes you guys must be wondering huccome that's possible this female must have turned eighteen long http://www.dreamtarget.net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: [U-Boot] [PATCH 1/1 V3] Add support for LZMA uncompression algorithm.

2008-09-13 Thread Luigi 'Comio' Mantellini
I noticed a typo in the lzma uncompress invocation (image_start instead image_len). This patch correct the mistake. best regards. luigi (I'm sorry but I cannot use the git-send-email) Il lunedì 08 settembre 2008 02:46:13 Jean-Christophe PLAGNIOL-VILLARD ha scritto: > From: Luigi 'Comio' Man

Re: [U-Boot] ctrl-c detection (on 4xx platforms)

2008-09-13 Thread Matthias Fuchs
Hi Wolfgang, On Friday 12 September 2008 11:08:51 Wolfgang Denk wrote: > Dear Matthias Fuchs, > > In message <[EMAIL PROTECTED]> you wrote: > > when I disable CONFIG_AUTOBOOT_KEYED ctrl-c checking is not disabled. > > I think there is one "dis" ot "not" too many. :-) > > > We are using CONFIG_AUT

Re: [U-Boot] resent: [PATCH] added autodetect of sdram size and nr of banks for ixp

2008-09-13 Thread Wolfgang Denk
Dear "Martijn de Gouw", In message <[EMAIL PROTECTED]> you wrote: > And ofcourse, that went wrong. > > sign-off line is incorrect. > > Add autodetection of nr of banks and total sdram size for ixp processor > tested on ixpdg425 and pdnb3 board. > > Signed-off-by: martijn de gouw <[EMAIL PROTECT

Re: [U-Boot] [PATCH] added autodetect of sdram size and nr of banks for ixp

2008-09-13 Thread Wolfgang Denk
Dear "Martijn de Gouw", In message <[EMAIL PROTECTED]> you wrote: > Add autodetection of nr of banks and total sdram size > tested on ixpdg425 and pdnb3 board. > > Signed-off-by: martijn de gouw <[EMAIL PROTECTED]> > --- > board/prodrive/pdnb3/pdnb3.c | 31 +- > cpu/ixp/start.S

[U-Boot] resent: [PATCH] added autodetect of sdram size and nr of banks for ixp

2008-09-13 Thread Martijn de Gouw
And ofcourse, that went wrong. sign-off line is incorrect. Add autodetection of nr of banks and total sdram size for ixp processor tested on ixpdg425 and pdnb3 board. Signed-off-by: martijn de gouw <[EMAIL PROTECTED]> --- board/prodrive/pdnb3/pdnb3.c | 31 +- cpu/ixp/start.S

[U-Boot] [PATCH] added autodetect of sdram size and nr of banks for ixp

2008-09-13 Thread Martijn de Gouw
Add autodetection of nr of banks and total sdram size tested on ixpdg425 and pdnb3 board. Signed-off-by: martijn de gouw <[EMAIL PROTECTED]> --- board/prodrive/pdnb3/pdnb3.c | 31 +- cpu/ixp/start.S | 95 ++ include/configs/pdnb

Travel Package 5D3N include 2 air tickets only at RM499

2008-09-13 Thread RAZAQ WORLD
*"Reward Your Customers With An Unbelievable Luxury 5-Days Holiday Including Flights Today!"* ONLY AT RM499.00 * Ultimate Edition (Value WORTH OF RM25,000)* You have in your hand exclusive access to the most rewarding lifestyle benefits ever put together! Take the journey of a lifetime and jo