Re: [U-Boot] [PATCH] cmd_i2c.c: added command to read to memory

2010-02-22 Thread Detlev Zundel
Hi Frans, > From: Frans You should adjust your git settings before committing to git, i.e. do a "git config --global user.email ". Otherwise "git email sends mails to "fr...@frans" as already happened if you check the headers. Cheers Detlev -- He thinks he's really smooth, but he's only C^

Re: [U-Boot] [PATCH] cmd_i2c.c: added command to read to memory

2010-02-22 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk schrieb: > In message <4b8231ff.1050...@denx.de> you wrote: >>> That way it becomes possible to test against a value and >>> use that to influence the boot process. >> Ah, I see, but again, if you read from an eeprom, use the eeprom >> command. > > The intention is t

Re: [U-Boot] [PATCH] cmd_i2c.c: added command to read to memory

2010-02-22 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4b8231ff.1050...@denx.de> you wrote: > > > That way it becomes possible to test against a value and > > use that to influence the boot process. > > Ah, I see, but again, if you read from an eeprom, use the eeprom > command. The intention is to be able to read fr

Re: [U-Boot] [PATCH] cmd_i2c.c: added command to read to memory

2010-02-21 Thread Heiko Schocher
Hello Frans, Frans Meulenbroeks wrote: > Added a new function i2c read to read to memory. Why is this function needed? Do you read from an EEprom? If so, you can use the eeprom command, or? > That way it becomes possible to test against a value and > use that to influence the boot process. Ah,

[U-Boot] [PATCH] cmd_i2c.c: added command to read to memory

2010-02-20 Thread Frans Meulenbroeks
From: Frans Added a new function i2c read to read to memory. That way it becomes possible to test against a value and use that to influence the boot process. Design decision was to stay close to the i2c md command with respect to command syntax. Signed-off-by: Frans Meulenbroeks --- common/cm