mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
The following changes were made, primarily to bring the Marvell i2c driver in line with U-Boot's current I2C API: - Made i2c_init() globally accessible - Made i2c_read() and i2c_write() return an integer - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the offhand chance someone adds slave support in the future Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |
||
|---|---|---|
| .. | ||
| bootseq.txt | ||
| ecctest.c | ||
| flash.c | ||
| i2c.c | ||
| i2c.h | ||
| intel_flash.c | ||
| intel_flash.h | ||
| memory.c | ||
| misc.S | ||
| ns16550.c | ||
| ns16550.h | ||
| ppc_error_no.h | ||
| serial.c | ||
| serial.h | ||