mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
d31373c4ac
Add I2C support for Engicam GEAM6UL module. geam6ul> i2c bus Bus 0: i2c@021a0000 Bus 1: i2c@021a4000 geam6ul> i2c dev 0 Setting bus to 0 geam6ul> i2c dev Current bus is 0 geam6ul> i2c speed 100000 Setting bus speed to 100000 Hz geam6ul> i2c probe Valid chip addresses: 2C geam6ul> i2c md 2C 0xff 00ff: 00 00 00 00 0f f0 01 64 ff ff 00 00 00 00 00 00 .......d........ Cc: Stefano Babic <sbabic@denx.de> Cc: Matteo Lisi <matteo.lisi@engicam.com> Cc: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
328 lines
5.9 KiB
Text
328 lines
5.9 KiB
Text
if ARCH_MX6
|
|
|
|
config MX6
|
|
bool
|
|
default y
|
|
|
|
config MX6D
|
|
bool
|
|
|
|
config MX6DL
|
|
bool
|
|
|
|
config MX6Q
|
|
bool
|
|
|
|
config MX6QDL
|
|
bool
|
|
|
|
config MX6S
|
|
bool
|
|
|
|
config MX6SL
|
|
bool
|
|
|
|
config MX6SX
|
|
select ROM_UNIFIED_SECTIONS
|
|
bool
|
|
|
|
config MX6SLL
|
|
select ROM_UNIFIED_SECTIONS
|
|
bool
|
|
|
|
config MX6UL
|
|
select SYS_L2CACHE_OFF
|
|
select ROM_UNIFIED_SECTIONS
|
|
bool
|
|
|
|
config MX6ULL
|
|
bool
|
|
select MX6UL
|
|
|
|
config MX6_DDRCAL
|
|
bool "Include dynamic DDR calibration routines"
|
|
depends on SPL
|
|
default n
|
|
help
|
|
Say "Y" if your board uses dynamic (per-boot) DDR calibration.
|
|
If unsure, say N.
|
|
|
|
choice
|
|
prompt "MX6 board select"
|
|
optional
|
|
|
|
config TARGET_ADVANTECH_DMS_BA16
|
|
bool "Advantech dms-ba16"
|
|
select MX6Q
|
|
|
|
config TARGET_APALIS_IMX6
|
|
bool "Toradex Apalis iMX6 board"
|
|
select SUPPORT_SPL
|
|
select DM
|
|
select DM_SERIAL
|
|
select DM_THERMAL
|
|
|
|
config TARGET_ARISTAINETOS
|
|
bool "aristainetos"
|
|
|
|
config TARGET_ARISTAINETOS2
|
|
bool "aristainetos2"
|
|
|
|
config TARGET_ARISTAINETOS2B
|
|
bool "Support aristainetos2-revB"
|
|
|
|
config TARGET_CGTQMX6EVAL
|
|
bool "cgtqmx6eval"
|
|
select SUPPORT_SPL
|
|
select DM
|
|
select DM_THERMAL
|
|
|
|
config TARGET_CM_FX6
|
|
bool "CM-FX6"
|
|
select SUPPORT_SPL
|
|
select DM
|
|
select DM_SERIAL
|
|
select DM_GPIO
|
|
|
|
config TARGET_COLIBRI_IMX6
|
|
bool "Toradex Colibri iMX6 board"
|
|
select SUPPORT_SPL
|
|
select DM
|
|
select DM_SERIAL
|
|
select DM_THERMAL
|
|
|
|
config TARGET_EMBESTMX6BOARDS
|
|
bool "embestmx6boards"
|
|
|
|
config TARGET_GE_B450V3
|
|
bool "General Electric B450v3"
|
|
select MX6Q
|
|
|
|
config TARGET_GE_B650V3
|
|
bool "General Electric B650v3"
|
|
select MX6Q
|
|
|
|
config TARGET_GE_B850V3
|
|
bool "General Electric B850v3"
|
|
select MX6Q
|
|
|
|
config TARGET_GW_VENTANA
|
|
bool "gw_ventana"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_KOSAGI_NOVENA
|
|
bool "Kosagi Novena"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_MX6CUBOXI
|
|
bool "Solid-run mx6 boards"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_MX6QARM2
|
|
bool "mx6qarm2"
|
|
|
|
config TARGET_MX6Q_ICORE
|
|
bool "Support Engicam i.Core"
|
|
select MX6QDL
|
|
select OF_CONTROL
|
|
select DM
|
|
select DM_ETH
|
|
select DM_GPIO
|
|
select DM_I2C
|
|
select DM_MMC
|
|
select DM_THERMAL
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_MX6QSABREAUTO
|
|
bool "mx6qsabreauto"
|
|
select DM
|
|
select DM_THERMAL
|
|
|
|
config TARGET_MX6SABRESD
|
|
bool "mx6sabresd"
|
|
select SUPPORT_SPL
|
|
select DM
|
|
select DM_THERMAL
|
|
|
|
config TARGET_MX6SLEVK
|
|
bool "mx6slevk"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_MX6SLLEVK
|
|
bool "mx6sll evk"
|
|
select MX6SLL
|
|
select DM
|
|
select DM_THERMAL
|
|
|
|
config TARGET_MX6SXSABRESD
|
|
bool "mx6sxsabresd"
|
|
select MX6SX
|
|
select SUPPORT_SPL
|
|
select DM
|
|
select DM_THERMAL
|
|
|
|
config TARGET_MX6SXSABREAUTO
|
|
bool "mx6sxsabreauto"
|
|
select MX6SX
|
|
select DM
|
|
select DM_THERMAL
|
|
|
|
config TARGET_MX6UL_9X9_EVK
|
|
bool "mx6ul_9x9_evk"
|
|
select MX6UL
|
|
select DM
|
|
select DM_THERMAL
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_MX6UL_14X14_EVK
|
|
bool "mx6ul_14x14_evk"
|
|
select MX6UL
|
|
select DM
|
|
select DM_THERMAL
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_MX6UL_GEAM
|
|
bool "Support Engicam GEAM6UL"
|
|
select MX6UL
|
|
select OF_CONTROL
|
|
select DM
|
|
select DM_GPIO
|
|
select DM_I2C
|
|
select DM_MMC
|
|
select DM_THERMAL
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_MX6ULL_14X14_EVK
|
|
bool "Support mx6ull_14x14_evk"
|
|
select MX6ULL
|
|
select DM
|
|
select DM_THERMAL
|
|
|
|
config TARGET_NITROGEN6X
|
|
bool "nitrogen6x"
|
|
|
|
config TARGET_OT1200
|
|
bool "Bachmann OT1200"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_PICO_IMX6UL
|
|
bool "PICO-IMX6UL-EMMC"
|
|
select MX6UL
|
|
|
|
config TARGET_LITEBOARD
|
|
bool "Grinn liteBoard (i.MX6UL)"
|
|
select LITESOM
|
|
|
|
config TARGET_PLATINUM_PICON
|
|
bool "platinum-picon"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_PLATINUM_TITANIUM
|
|
bool "platinum-titanium"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_PCM058
|
|
bool "Phytec PCM058 i.MX6 Quad"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_SECOMX6
|
|
bool "secomx6 boards"
|
|
|
|
config TARGET_TBS2910
|
|
bool "TBS2910 Matrix ARM mini PC"
|
|
|
|
config TARGET_TITANIUM
|
|
bool "titanium"
|
|
|
|
config TARGET_TQMA6
|
|
bool "TQ Systems TQMa6 board"
|
|
|
|
config TARGET_UDOO
|
|
bool "udoo"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_UDOO_NEO
|
|
bool "UDOO Neo"
|
|
select SUPPORT_SPL
|
|
select MX6SX
|
|
select DM
|
|
select DM_THERMAL
|
|
|
|
config TARGET_SAMTEC_VINING_2000
|
|
bool "samtec VIN|ING 2000"
|
|
select MX6SX
|
|
select DM
|
|
select DM_THERMAL
|
|
|
|
config TARGET_WANDBOARD
|
|
bool "wandboard"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_WARP
|
|
bool "WaRP"
|
|
|
|
config TARGET_XPRESS
|
|
bool "CCV xPress"
|
|
select MX6UL
|
|
select DM
|
|
select DM_THERMAL
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_ZC5202
|
|
bool "zc5202"
|
|
select SUPPORT_SPL
|
|
select DM
|
|
select DM_THERMAL
|
|
|
|
config TARGET_ZC5601
|
|
bool "zc5601"
|
|
select SUPPORT_SPL
|
|
select DM
|
|
select DM_THERMAL
|
|
|
|
endchoice
|
|
|
|
config SYS_SOC
|
|
default "mx6"
|
|
|
|
source "board/ge/bx50v3/Kconfig"
|
|
source "board/advantech/dms-ba16/Kconfig"
|
|
source "board/aristainetos/Kconfig"
|
|
source "board/bachmann/ot1200/Kconfig"
|
|
source "board/barco/platinum/Kconfig"
|
|
source "board/barco/titanium/Kconfig"
|
|
source "board/boundary/nitrogen6x/Kconfig"
|
|
source "board/ccv/xpress/Kconfig"
|
|
source "board/compulab/cm_fx6/Kconfig"
|
|
source "board/congatec/cgtqmx6eval/Kconfig"
|
|
source "board/el/el6x/Kconfig"
|
|
source "board/embest/mx6boards/Kconfig"
|
|
source "board/engicam/geam6ul/Kconfig"
|
|
source "board/engicam/icorem6/Kconfig"
|
|
source "board/freescale/mx6qarm2/Kconfig"
|
|
source "board/freescale/mx6qsabreauto/Kconfig"
|
|
source "board/freescale/mx6sabresd/Kconfig"
|
|
source "board/freescale/mx6slevk/Kconfig"
|
|
source "board/freescale/mx6sllevk/Kconfig"
|
|
source "board/freescale/mx6sxsabresd/Kconfig"
|
|
source "board/freescale/mx6sxsabreauto/Kconfig"
|
|
source "board/freescale/mx6ul_14x14_evk/Kconfig"
|
|
source "board/freescale/mx6ullevk/Kconfig"
|
|
source "board/grinn/liteboard/Kconfig"
|
|
source "board/phytec/pcm058/Kconfig"
|
|
source "board/gateworks/gw_ventana/Kconfig"
|
|
source "board/kosagi/novena/Kconfig"
|
|
source "board/samtec/vining_2000/Kconfig"
|
|
source "board/seco/Kconfig"
|
|
source "board/solidrun/mx6cuboxi/Kconfig"
|
|
source "board/technexion/pico-imx6ul/Kconfig"
|
|
source "board/tbs/tbs2910/Kconfig"
|
|
source "board/tqc/tqma6/Kconfig"
|
|
source "board/toradex/apalis_imx6/Kconfig"
|
|
source "board/toradex/colibri_imx6/Kconfig"
|
|
source "board/udoo/Kconfig"
|
|
source "board/udoo/neo/Kconfig"
|
|
source "board/wandboard/Kconfig"
|
|
source "board/warp/Kconfig"
|
|
|
|
endif
|