[U-Boot] [PATCH v2 0/7] imx6: icorem6: Add framebuffer and I2C support

Jagan Teki jagan at openedev.com
Fri Oct 28 15:57:40 CEST 2016


From: Jagan Teki <jagan at amarulasolutions.com>

This series support framebuffer and I2C on top of u-boot-imx.git with
latest u-boot.git merge.

Changes for v2:
- Rebase on u-boot-imx.git and u-boot.git

Jagan Teki (7):
  video: Kconfig: Add VIDEO_IPV3 entry
  imx6: icorem6: Add framebuffer support
  imx6: icorem6: Add custom splashscreen support
  i2c: Kconfig: Add SYS_I2C_MXC entry
  i2c: mxc: Print hex instead of decimal for bus address
  i2c: mxc: Make 'no gpio pinctrl state' print as debug
  imx6: icorem6: Add I2C support

 arch/arm/cpu/armv7/mx6/Kconfig       |   1 +
 board/engicam/icorem6/icorem6.c      | 113 +++++++++++++++++++++++++++++++++++
 configs/imx6qdl_icore_mmc_defconfig  |   5 +-
 configs/imx6qdl_icore_nand_defconfig |   5 +-
 drivers/i2c/Kconfig                  |   8 +++
 drivers/i2c/mxc_i2c.c                |   2 +-
 drivers/video/Kconfig                |   8 +++
 include/configs/imx6qdl_icore.h      |  14 +++++
 tools/logos/engicam.bmp              | Bin 0 -> 60214 bytes
 9 files changed, 153 insertions(+), 3 deletions(-)
 create mode 100755 tools/logos/engicam.bmp

-- 
2.7.4



More information about the U-Boot mailing list