Re: [U-Boot] [OT] lack of Reference field (was Re: WELCOME to the new mailing list)

2008-08-08 Thread Shinya Kuribayashi
Wolfgang Denk wrote: in message [EMAIL PROTECTED] you wrote: I don't know what is the culprit, but Wolfgang's mails always lack of Reference: field, thus they always break my thread view of Thunderbird. I confirmed this behavior with [EMAIL PROTECTED], [EMAIL PROTECTED] and [EMAIL PROTECTED]

[U-Boot] [PATCH 1/2] video: fix bug in logo_plot

2008-08-08 Thread Anatolij Gustschin
If logo_plot() should ever be called with x starting position other than zero and for pixel depths greater than 8bpp, logo colors distortion will be observed. This patch fixes the issue. Signed-off-by: Anatolij Gustschin [EMAIL PROTECTED] --- drivers/video/cfb_console.c |4 +++- 1 files

Re: [U-Boot] granularity of bootm subcommands

2008-08-08 Thread Jerry Van Baren
Kumar Gala wrote: bootm usb_stop This is usb stop So this case is easy since its a compile time choice. bootm disable_caches This is icache off dcache off I assume you are suggesting new toplevel cache commands. No, existing: cmd_cache.c load_os stays as is. Decompresses to

[U-Boot] U-Boot and UBI

2008-08-08 Thread Josh Boyer
Hi All, As has been stated before by various people, IBM has added some form of UBI support to an older version of U-Boot. While we would love to be able to forward port this to the latest version of U-Boot, we have simply not found the time and don't see that being the case in the near future.

[U-Boot] [PATCH][AT91] DataFlash: AT45DB021 fix and AT45DB081 support

2008-08-08 Thread Sergey Lapin
From: Sergey Lapin [EMAIL PROTECTED] Fix for page size of AT45DB021. Also adding bigger AT45DB081 which comes with some newer boards. Signed-off-by: Sergey Lapin [EMAIL PROTECTED] --- drivers/mtd/dataflash.c | 15 ++- include/dataflash.h |2 +- 2 files changed, 15

[U-Boot] [PATCH][AT91][Re-submit] DataFlash: AT45DB021 fix and AT45DB081 support

2008-08-08 Thread Sergey Lapin
Fix for page size of AT45DB021. Also adding bigger AT45DB081 which comes with some newer boards. Signed-off-by: Sergey Lapin [EMAIL PROTECTED] --- drivers/mtd/dataflash.c | 15 ++- include/dataflash.h |2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git

Re: [U-Boot] [OT] lack of Reference field (was Re: WELCOME to the new mailing list)

2008-08-08 Thread Wolfgang Denk
Dear Shinya Kuribayashi, In message [EMAIL PROTECTED] you wrote: Great, it works. This will help me/us to track the list easier. You are welcome. The problem was that I never updated my replcomps file since initial installation many, many years ago (long before the invention of threading).

[U-Boot] AT91 pull request

2008-08-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, Wolfgang please pull The following changes since commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c: Jean-Christophe PLAGNIOL-VILLARD (1): drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros are available in the git repository at:

Re: [U-Boot] U-Boot and UBI

2008-08-08 Thread Wolfgang Denk
Dear Josh, in message [EMAIL PROTECTED] you wrote: As has been stated before by various people, IBM has added some form of UBI support to an older version of U-Boot. While we would love to be able to forward port this to the latest version of U-Boot, we have simply not found the time and

Re: [U-Boot] granularity of bootm subcommands

2008-08-08 Thread Wolfgang Denk
Dear Jerry Van Baren, In message [EMAIL PROTECTED] you wrote: Wolfgang advocated supporting the old parser. Personally, I'm OK with requiring hush in order to enable the New Improved bootm behavior and leaving users of the old parser with the old bootm (a, more #ifdefs). I'm not