• Mark A. Greer's avatar
    [POWERPC] Add bootwrapper support for Marvell/mv64x60 I2C · ae4b3fbc
    Mark A. Greer authored
    Some platforms support a variety processor modules with no method of
    determining which exact processor module is being used except by
    examining Vital Product Data (VPD).  The modules may have different
    amounts of memory, clock frequencies, etc. so reading the VPD becomes
    necessary to correctly set properties in the device tree before its
    passed to the kernel.
    
    Often the VPD is stored in I2C EEPROMs so an I2C driver becomes necessary.
    This I2C driver is for the I2C controller that's embedded on the Marvel
    mv64x60 line of host bridges.
    Signed-off-by: default avatarMark A. Greer <mgreer@mvista.com>
    Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
    ae4b3fbc
Makefile 8.25 KB