<div>Hello,</div>
<div>&nbsp;</div>
<div>I have two issues with&nbsp;my MPC8560 based board, which I'm not sure whether they can be answered by the current U-boot:</div>
<div>1. All our I2C components (RTC, ID EEPROM, DDR EEPROM) are connected to the 8560 CPM I2C controller, and not to the 8560&nbsp;I2C controller. As far as I've seen, U-boot only supports the 8560 hardware I2C controller. Am I correct? If so, it seems that I can port the 82xx I2C driver (which is CPM based)&nbsp;to the 85xx&nbsp;without too much problems, and say add a CONFIG_CPM_I2C flag for this. Do you know if there's any planned support for this before I go ahead with this patch?
</div>
<div>2.&nbsp;Our board can have&nbsp;up to&nbsp;two DDR modules, whose&nbsp;slots have different I2C addresses. It seems that spd_sdram doesn't support this (as it only addresses one preconfigured I2C address). Questions are the same: Is this scenario supported in U-boot; If not - is there any planned support for it?
</div>
<div>Cheers,</div>
<div>D.</div>