
On Thu, Apr 28, 2011 at 8:41 PM, John Rigby john.rigby@linaro.org wrote:
On Thu, Apr 28, 2011 at 9:40 AM, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Le 28/04/2011 16:47, John Rigby a écrit :
armv7: Add ST-Ericsson u8500 arch armv7: Add support for ST-Ericsson U8500 href platform
Applying these on top of the current u-boot-arm/master and trying a MAKEALL u8500_href (with an ELDK 4.2 toolchain) results in
Configuring for u8500_href board... u8500_href.c:30:49: error: ../../../drivers/mmc/arm_pl180_mmci.h: No such file or directory u8500_href.c:30:49: error: ../../../drivers/mmc/arm_pl180_mmci.h: No such file or directory u8500_href.c: In function 'hrefplus_mmc_power_init': u8500_href.c:258: warning: implicit declaration of function 'prcmu_i2c_read' u8500_href.c:265: warning: implicit declaration of function 'prcmu_i2c_write' u8500_href.c: In function 'board_mmc_init': u8500_href.c:453: warning: implicit declaration of function 'arm_pl180_mmci_init'
Amicalement,
Albert.
Ok, we have a bit of a dependency problem. I will followup on the pending mmc and i2c patches and once they have been committed ping you.
Heiko has acked the i2c patch and indicated it was ok for you to commit it with the others. The soc and board patches apply cleanly and build now that the mmc driver is in. So I think these can go in now.
I will ping Wolfgang about the pl011 serial patch.
Thanks, John