Re: [U-Boot] U-boot Saveenv question

2008-10-05 Thread Andrejs Cainikovs
How did you verified that your environment get saved? What is the result of running the 'flinfo'? Is CONFIG_ENV_OVERWRITE defined in your board file? Kind regards, Andrejs Cainikovs. Suresh Bhaskaran wrote: > Hello, > > I have a question relating to doing saveenv from the u-boot command line > (a

Re: [U-Boot] [PATCH] i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions

2008-10-05 Thread Timur Tabi
On Fri, Oct 3, 2008 at 6:39 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > This is your opinion. I think you cannot really speak for others. I > think you should ask the respective maintainers of the code first > before changing their code. I think the MAINTAINERS file might be out of date

Re: [U-Boot] Fat32 and VFAT support

2008-10-05 Thread michael
Hi eric, Eric Nelson wrote: > Hello all, > > I've recently been looking into a problem loading files from a FAT32 > filesystem > and (re)discovered that there are issues with this code. > > Some of the symptoms are related to problems discussed in a thread back in > April titled "USB SUPPORT & ge

Re: [U-Boot] [PATCH] i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions

2008-10-05 Thread Stefan Roese
On Sunday 05 October 2008, Timur Tabi wrote: > On Fri, Oct 3, 2008 at 6:39 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > > This is your opinion. I think you cannot really speak for others. I > > think you should ask the respective maintainers of the code first > > before changing their code.

Re: [U-Boot] [PATCH] MIMC200 board now uses CONFIG_DISABLE_CONSOLE

2008-10-05 Thread Haavard Skinnemoen
Mark Jackson <[EMAIL PROTECTED]> wrote: > Changed MIMC200 board setup and config to use CONFIG_DISABLE_CONSOLE. > Also fixed default uImage location. > > Signed-off-by: Mark Jackson <[EMAIL PROTECTED]> Applied to avr32 next, thanks. Haavard ___ U-Boot

[U-Boot] [PATCH] Red Black Tree support

2008-10-05 Thread Kyungmin Park
RB-tree support on U-Boot Now it's used at UBI module. Of course other modules can use it. Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]> --- diff --git a/include/linux/rbtree.h b/include/linux/rbtree.h new file mode 100644 index 000..a4956c4 --- /dev/null +++ b/include/linux/rbtree.h @@ -0

[U-Boot] [PATCH] Use correct kzalloc

2008-10-05 Thread Kyungmin Park
I'm not sure calloc returns all zero values. Actually the calloc uses the __libc_alloc. Instead of ambiguity, it uses the correct kzalloc. Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]> --- diff --git a/include/linux/mtd/compat.h b/include/linux/mtd/compat.h index 9036b74..840de4c 100644 --- a/

Re: [U-Boot] [PATCH] i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions

2008-10-05 Thread Timur Tabi
Mike and Cliff, This I2C patch converts some I2C functions t inline, but in the case of blackfin and pxa, it removes the PRINTD() call as well. If you're okay with that, please ACK this patch. You can find the original patch in the mailing list archive here: http://lists.denx.de/pipermail/u-boot

Re: [U-Boot] [PATCH] Change UEC PHY interface to RGMII on MPC8568MDS

2008-10-05 Thread Ben Warren
Andy Fleming wrote: > From: Haiying Wang <[EMAIL PROTECTED]> > > Change UEC phy interface from GMII to RGMII on MPC8568MDS board > > Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed, > but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works > more sta

Re: [U-Boot] [PATCH v3] [83xx] Adds two more ethernet interface to 83xx

2008-10-05 Thread Ben Warren
richardretanubun wrote: > Added as a convenience for other platforms that uses MPC8360 (has 8 UCC). > Six eth interface is chosen because the platform I am using combines > UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth. > > Signed-off-by: Richard Retanubun <[EMAIL PROTECTED]>

Re: [U-Boot] [PATCH v2 2/6] net: express the first argument to NetSetTimeout() in milliseconds

2008-10-05 Thread Ben Warren
Bartlomiej Sieka wrote: > Enforce millisecond semantics of the first argument to NetSetTimeout() -- > the change is transparent for well-behaving boards (CFG_HZ == 1000 and > get_timer() countiing in milliseconds). > > Rationale for this patch is to enable millisecond granularity for > network-rela

Re: [U-Boot] [PATCH v2 3/6] net: Make TFTP server timeout configurable

2008-10-05 Thread Ben Warren
Bartlomiej Sieka wrote: > There are two aspects of a TFTP transfer involving timeouts: > 1. timeout waiting for initial server reply after sending RRQ > 2. timeouts while transferring actual data from the server > > Since the upcoming auto-update feature attempts a TFTP download during each > boot,

[U-Boot] u-boot randomly lost params.

2008-10-05 Thread gather bzbz
I am using 1.3.2, and discovered that the params randomly got lost. This does not happen every time, but does happen from time to time. I can not repliably reproduce it. Any hints? I am using a TI6446 EVM. Someone over at the TI mailing list suggests that the size of params is bigger than the pa

[U-Boot] TI DM6446 EVM logo

2008-10-05 Thread gather bzbz
Hi, Is there any version of u-boot that can display a logo for TI DM6446 EVM? I looked at the code, it seems that the video device hw_init() needs to be implemented. T.I.A ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/m

Re: [U-Boot] Custodian update

2008-10-05 Thread Jens Gehrlein
Wolfgang Denk schrieb: > Hi everybody, > > here some custodian news: > > 1) Kyungmin Park is now custodian for the (new) "u-boot-ubi" reposi- >tory where UBI related work will be added. Thanks to Kyungmin Park >for volunteering. > > 2) Anatolij Gustschin is now custodian for the "u-boot