Re: [U-Boot-Users] i2c_reg_read() on 8xx

2008-10-23 Thread Wolfgang Denk
Dear Timur Tabi, In message [EMAIL PROTECTED] you wrote: I don't know much about 8xx, but on 8xxx, all the information needed for I2C configuration is in the board configuration files. Couldn't we just move i2c_init earlier? I don;t remember all the details, sorry. One problem might have

Re: [U-Boot-Users] i2c_reg_read() on 8xx

2008-10-23 Thread Wolfgang Denk
Dear Timur, In message [EMAIL PROTECTED] you wrote: Very early. We have a board with the environment in EEPROM, and EEPROM at I2C. Which board is that? Do you use i2c_reg_read() to read EEPROM, or i2c_read()? Well, just grep where i2c_reg_read() is actually used - it's a LOT of files,

Re: [U-Boot-Users] i2c_reg_read() on 8xx

2008-10-23 Thread Wolfgang Denk
Dear Gary, In message [EMAIL PROTECTED] you wrote: If you look at lib_ppc/board.c you will see that a) i2c_init() is called _while still running out of flash_ because it's in init_sequence[] which is used in board_init_f(). b) i2c_init() is also called in devices_init() which is invoked in

Re: [U-Boot-Users] DNS support in U-Boot

2008-10-23 Thread Pieter Voorthuijsen
Hello Wolfgang, We need a formal Signed-off-by: line for you for this patch. Something like this? Signed-off-by: Pieter Voorthuijsen [EMAIL PROTECTED] I'm sure the code will be adapted by someone as it is only for 1.2.0, will they also add their signed-off lines? I think that such a