Re: [U-Boot] [PATCH 01/11] i2c: Clean drivers/i2c/ Makefile

2008-08-19 Thread Michal Simek
Hi Wolfgang, the patches are older and progress in U-BOOT is too big. That's why some patches contains faults. And you applied some patches from Jean-Christophe before these which fixed the same issue. In driver folder only pcmcia and usb need some fix in Makefile. Regards, Michal Dear

Re: [U-Boot] [U-Boot-Users] [PATCH v4] Add MIMC200 board

2008-08-19 Thread Haavard Skinnemoen
Wolfgang Denk [EMAIL PROTECTED] wrote: Dear Haavard, in message [EMAIL PROTECTED] you wrote: The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra 8MByte FLASH and 128KByte FRAM. --- CREDITS |4 + MAINTAINERS |4 +

Re: [U-Boot] [new uImage] Cleanup cmd_bootm.c

2008-08-19 Thread Wolfgang Denk
Dear Marian, in commit 1ee1180b you added code to common/cmd_bootm.c which uses the env_get_char() function. By then, this went through unnoticed. I'm sorry, but env_get_char() is a function that is internal to the environment handling code. It is not supposed to be exported to arbitrary

[U-Boot] Mailing List Archive

2008-08-19 Thread Wolfgang Denk
Hi everybody, the complete combined archive of the old u-boot-users mailing list at SourceForge and the new u-boot list at DENX is now available at http://lists.denx.de/pipermail/u-boot/ Enjoy! Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

[U-Boot] [PATCH v8] fdt: rework fdt_fixup_ethernet() to use env instead of bd_t

2008-08-19 Thread Kumar Gala
Move to using the environment variables 'ethaddr', 'eth1addr', etc.. instead of bd-bi_enetaddr, bi_enet1addr, etc. This makes the code a bit more flexible to the number of ethernet interfaces. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- Bump the array sizes to cover a vast number of

Re: [U-Boot] [PATCH 1/3] [RFC] Add support for early serial debugconsole

2008-08-19 Thread Ken.Fuchs
It's weekend, and not many people are active now. Let's wait for a few more days if anybody shows up with arguments to support your patches. In my opinion, the serial device should be the first device initialized and utilized before all other devices where that is possible. For

Re: [U-Boot] [PATCH 1/3] [RFC] Add support for early serial debugconsole

2008-08-19 Thread Scott Wood
[EMAIL PROTECTED] wrote: I'm strongly in favor of having some early serial functionality whether in the form of simply being able to send output to the serial port or having a semi-functional to fully functional shell prior to RAM relocation. We already have the former. -Scott

[U-Boot] [PATCH] ColdFire: Add FEC Buffer descriptors in SRAM

2008-08-19 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Add FEC Buffer descriptors and data buffer in SRAM for faster execution and access. Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- drivers/net/mcffec.c | 42 -- 1 files changed, 36 insertions(+), 6 deletions(-)

Re: [U-Boot] [PATCH 1/3] [RFC] Add support for early serial debugconsole

2008-08-19 Thread Wolfgang Denk
Dear [EMAIL PROTECTED], In message [EMAIL PROTECTED] you wrote: In my opinion, the serial device should be the first device initialized and utilized before all other devices where that is possible. For example, it would be very useful to have This is exactly how U-Boot was designed.

[U-Boot] [PATCH 6/7] libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()

2008-08-19 Thread gvb . uboot
From: David Gibson [EMAIL PROTECTED] As well as fdt_subnode_offset(), libfdt includes an fdt_subnode_offset_namelen() function that takes the subnode name to look up not as a NUL-terminated string, but as a string with an explicit length. This can be useful when the caller has the name as part

[U-Boot] [PATCH 0/7] libfdt: Update to resync with dtc/libfdt

2008-08-19 Thread gvb . uboot
The following changesets resynchronize u-boot with the master libfdt. Best regards, gvb ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 3/7] libfdt: Increase namespace-pollution paranoia

2008-08-19 Thread gvb . uboot
From: David Gibson [EMAIL PROTECTED] libfdt is supposed to easy to embed in projects all and sundry. Often, it won't be practical to separate the embedded libfdt's namespace from that of the surrounding project. Which means there can be namespace conflicts between even libfdt's internal/static

Re: [U-Boot] ARTOS support?

2008-08-19 Thread Kumar Gala
On Aug 19, 2008, at 6:05 PM, Wolfgang Denk wrote: Dear Kumar Gala, In message D4E20F94-9D70-44EE- [EMAIL PROTECTED] you wrote: Wolfgang, any issue with just removing ARTOS support (seems like the easiest way to fix the env_get_char() issue). Which env_get_char() issue are you referring

[U-Boot] [PATCH 4/7] libfdt: Improve documentation in libfdt.h

2008-08-19 Thread gvb . uboot
From: Wolfram Sang [EMAIL PROTECTED] Fix a few typos and mistakes. Signed-off-by: Wolfram Sang [EMAIL PROTECTED] Acked-by: David Gibson [EMAIL PROTECTED] --- include/libfdt.h | 28 ++-- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/include/libfdt.h

[U-Boot] [PATCH 5/7] libfdt: Forgot one function when cleaning the namespace

2008-08-19 Thread gvb . uboot
From: David Gibson [EMAIL PROTECTED] In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the chance of collisions with things from whatever package libfdt is embedded in, pulled into the libfdt build via that

[U-Boot] [PATCH 2/7] dtc: Enable and fix -Wcast-qual warnings

2008-08-19 Thread gvb . uboot
From: David Gibson [EMAIL PROTECTED] Enabling -Wcast-qual warnings in dtc shows up a number of places where we are incorrectly discarding a const qualification. There are also some places where we are intentionally discarding the 'const', and we need an ugly cast through uintptr_t to suppress

Re: [U-Boot] [T-Engine] UBoot configuration for T-Engine/SH7727 MS7727CP02 DevKit

2008-08-19 Thread thaoth
Hi Nobuhiro Iwamatsu, 1. Clock frequency of board. #define CONFIG_SYS_CLK_FREQ #define TMU_CLK_DIVIDER 4 /* 4 (default), 16, 64, 256 or 1024 */ #define CFG_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER) I don't understand how to set CONFIG_SYS_CLK_FREQ