2015-03-04 12:13:03 +00:00
|
|
|
if ARCH_MX6
|
|
|
|
|
2017-08-08 05:34:51 +00:00
|
|
|
config MX6_SMP
|
2018-07-23 13:55:13 +00:00
|
|
|
bool
|
2017-08-08 05:34:51 +00:00
|
|
|
select ARM_ERRATA_751472
|
|
|
|
select ARM_ERRATA_761320
|
|
|
|
select ARM_ERRATA_794072
|
2017-08-08 05:34:53 +00:00
|
|
|
select ARM_ERRATA_845369
|
2018-05-12 08:45:31 +00:00
|
|
|
select MP
|
2017-08-08 05:34:51 +00:00
|
|
|
|
2015-03-04 12:13:03 +00:00
|
|
|
config MX6
|
|
|
|
bool
|
|
|
|
default y
|
2018-07-23 13:55:13 +00:00
|
|
|
select ARM_ERRATA_743622 if !MX6UL && !MX6ULL
|
|
|
|
select GPT_TIMER if !MX6UL && !MX6ULL
|
2017-05-17 09:25:22 +00:00
|
|
|
imply CMD_FUSE
|
2015-03-04 12:13:03 +00:00
|
|
|
|
|
|
|
config MX6D
|
2018-07-23 13:55:13 +00:00
|
|
|
bool
|
2017-11-27 23:09:00 +00:00
|
|
|
select HAS_CAAM
|
2017-08-08 05:34:51 +00:00
|
|
|
select MX6_SMP
|
2015-03-04 12:13:03 +00:00
|
|
|
|
|
|
|
config MX6DL
|
2018-07-23 13:55:13 +00:00
|
|
|
bool
|
2017-11-27 23:09:00 +00:00
|
|
|
select HAS_CAAM
|
2017-08-08 05:34:51 +00:00
|
|
|
select MX6_SMP
|
2015-03-04 12:13:03 +00:00
|
|
|
|
|
|
|
config MX6Q
|
2018-07-23 13:55:13 +00:00
|
|
|
bool
|
2017-11-27 23:09:00 +00:00
|
|
|
select HAS_CAAM
|
2017-08-08 05:34:51 +00:00
|
|
|
select MX6_SMP
|
2015-03-04 12:13:03 +00:00
|
|
|
|
|
|
|
config MX6QDL
|
2018-07-23 13:55:13 +00:00
|
|
|
bool
|
2017-11-27 23:09:00 +00:00
|
|
|
select HAS_CAAM
|
2017-08-08 05:34:51 +00:00
|
|
|
select MX6_SMP
|
2015-03-04 12:13:03 +00:00
|
|
|
|
|
|
|
config MX6S
|
|
|
|
bool
|
2018-07-23 13:55:13 +00:00
|
|
|
select HAS_CAAM
|
2015-03-04 12:13:03 +00:00
|
|
|
|
|
|
|
config MX6SL
|
|
|
|
bool
|
|
|
|
|
|
|
|
config MX6SX
|
2018-07-23 13:55:13 +00:00
|
|
|
bool
|
2017-11-27 23:09:00 +00:00
|
|
|
select HAS_CAAM
|
2015-10-12 18:48:09 +00:00
|
|
|
select ROM_UNIFIED_SECTIONS
|
2015-03-04 12:13:03 +00:00
|
|
|
|
2016-12-11 11:24:31 +00:00
|
|
|
config MX6SLL
|
|
|
|
bool
|
2018-07-23 13:55:13 +00:00
|
|
|
select ROM_UNIFIED_SECTIONS
|
2016-12-11 11:24:31 +00:00
|
|
|
|
2015-07-20 11:28:28 +00:00
|
|
|
config MX6UL
|
2018-07-23 13:55:13 +00:00
|
|
|
bool
|
2017-11-27 23:09:00 +00:00
|
|
|
select HAS_CAAM
|
2015-10-12 18:48:09 +00:00
|
|
|
select ROM_UNIFIED_SECTIONS
|
2018-01-05 14:08:19 +00:00
|
|
|
select SYSCOUNTER_TIMER
|
2018-07-23 13:55:13 +00:00
|
|
|
select SYS_L2CACHE_OFF
|
2015-07-20 11:28:28 +00:00
|
|
|
|
2017-01-25 09:31:48 +00:00
|
|
|
config MX6UL_LITESOM
|
|
|
|
bool
|
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6UL
|
2017-01-25 09:31:48 +00:00
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2017-01-25 09:31:48 +00:00
|
|
|
|
2017-03-07 13:33:25 +00:00
|
|
|
config MX6UL_OPOS6UL
|
|
|
|
bool
|
|
|
|
select BOARD_LATE_INIT
|
|
|
|
select DM
|
|
|
|
select DM_GPIO
|
|
|
|
select DM_MMC
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6UL
|
2018-04-17 15:29:31 +00:00
|
|
|
select SPL_DM if SPL
|
|
|
|
select SPL_OF_CONTROL if SPL
|
|
|
|
select SPL_PINCTRL if SPL
|
2018-07-23 13:55:13 +00:00
|
|
|
select SPL_SEPARATE_BSS if SPL
|
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2017-03-07 13:33:25 +00:00
|
|
|
|
2016-08-11 06:02:39 +00:00
|
|
|
config MX6ULL
|
2018-07-23 13:55:13 +00:00
|
|
|
bool
|
2017-11-27 23:07:40 +00:00
|
|
|
select ROM_UNIFIED_SECTIONS
|
2018-01-05 14:08:19 +00:00
|
|
|
select SYSCOUNTER_TIMER
|
2018-07-23 13:55:13 +00:00
|
|
|
select SYS_L2CACHE_OFF
|
2016-08-11 06:02:39 +00:00
|
|
|
|
2016-10-30 23:33:50 +00:00
|
|
|
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.
|
|
|
|
|
2015-03-04 12:13:05 +00:00
|
|
|
choice
|
|
|
|
prompt "MX6 board select"
|
2015-05-12 19:46:23 +00:00
|
|
|
optional
|
2015-03-04 12:13:05 +00:00
|
|
|
|
arm: imx: Add support for Advantech DMS-BA16 board
Add support for Advantech DMS-BA16 board. The board is based on Advantech
BA16 module which has a i.MX6D processor. The board supports:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Cc: u-boot@lists.denx.de
Cc: sbabic@denx.de
2016-07-29 15:44:46 +00:00
|
|
|
config TARGET_ADVANTECH_DMS_BA16
|
|
|
|
bool "Advantech dms-ba16"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
arm: imx: Add support for Advantech DMS-BA16 board
Add support for Advantech DMS-BA16 board. The board is based on Advantech
BA16 module which has a i.MX6D processor. The board supports:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Cc: u-boot@lists.denx.de
Cc: sbabic@denx.de
2016-07-29 15:44:46 +00:00
|
|
|
select MX6Q
|
2017-06-15 03:28:24 +00:00
|
|
|
imply CMD_SATA
|
arm: imx: Add support for Advantech DMS-BA16 board
Add support for Advantech DMS-BA16 board. The board is based on Advantech
BA16 module which has a i.MX6D processor. The board supports:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Cc: u-boot@lists.denx.de
Cc: sbabic@denx.de
2016-07-29 15:44:46 +00:00
|
|
|
|
2016-11-30 18:43:08 +00:00
|
|
|
config TARGET_APALIS_IMX6
|
|
|
|
bool "Toradex Apalis iMX6 board"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2016-11-30 18:43:08 +00:00
|
|
|
select DM
|
|
|
|
select DM_SERIAL
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2017-06-15 03:28:24 +00:00
|
|
|
imply CMD_SATA
|
2016-11-30 18:43:08 +00:00
|
|
|
|
2015-08-07 12:35:24 +00:00
|
|
|
config TARGET_ARISTAINETOS
|
|
|
|
bool "aristainetos"
|
|
|
|
|
|
|
|
config TARGET_ARISTAINETOS2
|
|
|
|
bool "aristainetos2"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-08-07 12:35:24 +00:00
|
|
|
|
2015-08-24 09:36:40 +00:00
|
|
|
config TARGET_ARISTAINETOS2B
|
|
|
|
bool "Support aristainetos2-revB"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-08-24 09:36:40 +00:00
|
|
|
|
2015-08-07 12:35:24 +00:00
|
|
|
config TARGET_CGTQMX6EVAL
|
|
|
|
bool "cgtqmx6eval"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-11-19 21:02:36 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6QDL
|
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2015-08-07 12:35:24 +00:00
|
|
|
|
2015-07-23 14:19:33 +00:00
|
|
|
config TARGET_CM_FX6
|
2015-08-07 12:35:24 +00:00
|
|
|
bool "CM-FX6"
|
2018-01-09 21:01:35 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-07-23 14:19:33 +00:00
|
|
|
select DM
|
|
|
|
select DM_GPIO
|
2018-07-23 13:55:13 +00:00
|
|
|
select DM_SERIAL
|
|
|
|
select MX6QDL
|
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2015-07-23 14:19:33 +00:00
|
|
|
|
2016-11-30 18:43:09 +00:00
|
|
|
config TARGET_COLIBRI_IMX6
|
|
|
|
bool "Toradex Colibri iMX6 board"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2016-11-30 18:43:09 +00:00
|
|
|
select DM
|
|
|
|
select DM_SERIAL
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2016-11-30 18:43:09 +00:00
|
|
|
|
2018-05-30 17:01:48 +00:00
|
|
|
config TARGET_COLIBRI_IMX6ULL
|
|
|
|
bool "Toradex Colibri iMX6ULL"
|
|
|
|
select BOARD_LATE_INIT
|
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
|
|
|
select MX6ULL
|
|
|
|
|
2019-04-17 22:04:09 +00:00
|
|
|
config TARGET_DART_6UL
|
|
|
|
bool "Variscite imx6ULL dart(DART-SOM-6ULL)"
|
|
|
|
select MX6ULL
|
|
|
|
select DM
|
|
|
|
select DM_ETH
|
|
|
|
select DM_GPIO
|
|
|
|
select DM_I2C
|
|
|
|
select DM_MMC
|
|
|
|
select DM_SERIAL
|
|
|
|
select DM_THERMAL
|
|
|
|
select SUPPORT_SPL
|
|
|
|
|
2017-10-09 19:51:10 +00:00
|
|
|
config TARGET_DHCOMIMX6
|
|
|
|
bool "dh_imx6"
|
|
|
|
select BOARD_EARLY_INIT_F
|
2018-07-23 13:55:13 +00:00
|
|
|
select BOARD_LATE_INIT
|
2017-10-09 19:51:10 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6QDL
|
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2017-10-09 19:51:10 +00:00
|
|
|
imply CMD_SPL
|
|
|
|
|
2017-10-31 16:58:05 +00:00
|
|
|
config TARGET_DISPLAY5
|
|
|
|
bool "LWN DISPLAY5 board"
|
|
|
|
select DM
|
|
|
|
select DM_SERIAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2017-10-31 16:58:05 +00:00
|
|
|
|
2015-08-07 12:35:24 +00:00
|
|
|
config TARGET_EMBESTMX6BOARDS
|
|
|
|
bool "embestmx6boards"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2018-11-08 10:28:05 +00:00
|
|
|
select SUPPORT_SPL
|
2015-08-07 12:35:24 +00:00
|
|
|
|
2018-04-25 14:57:04 +00:00
|
|
|
config TARGET_GE_BX50V3
|
|
|
|
bool "General Electric Bx50v3"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
select MX6Q
|
|
|
|
|
2015-08-07 12:35:24 +00:00
|
|
|
config TARGET_GW_VENTANA
|
|
|
|
bool "gw_ventana"
|
2017-11-15 19:04:03 +00:00
|
|
|
select MX6QDL
|
2015-08-07 12:35:24 +00:00
|
|
|
select SUPPORT_SPL
|
2017-06-15 03:28:24 +00:00
|
|
|
imply CMD_SATA
|
2017-08-04 22:34:48 +00:00
|
|
|
imply CMD_SPL
|
2015-08-07 12:35:24 +00:00
|
|
|
|
|
|
|
config TARGET_KOSAGI_NOVENA
|
|
|
|
bool "Kosagi Novena"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-08-07 12:35:24 +00:00
|
|
|
select SUPPORT_SPL
|
|
|
|
|
2017-01-27 22:16:29 +00:00
|
|
|
config TARGET_MCCMON6
|
|
|
|
bool "mccmon6"
|
2017-11-15 19:04:03 +00:00
|
|
|
select MX6QDL
|
2017-01-27 22:16:29 +00:00
|
|
|
select SUPPORT_SPL
|
|
|
|
|
2015-08-07 12:35:24 +00:00
|
|
|
config TARGET_MX6CUBOXI
|
|
|
|
bool "Solid-run mx6 boards"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6QDL
|
2015-08-07 12:35:24 +00:00
|
|
|
select SUPPORT_SPL
|
|
|
|
|
2017-04-07 15:25:34 +00:00
|
|
|
config TARGET_MX6LOGICPD
|
|
|
|
bool "Logic PD i.MX6 SOM"
|
2018-07-06 01:58:24 +00:00
|
|
|
select MX6Q
|
|
|
|
select SUPPORT_SPL
|
2017-04-07 15:25:34 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
|
|
|
select BOARD_LATE_INIT
|
|
|
|
select DM
|
|
|
|
select DM_ETH
|
|
|
|
select DM_GPIO
|
|
|
|
select DM_I2C
|
|
|
|
select DM_MMC
|
|
|
|
select DM_PMIC
|
|
|
|
select OF_CONTROL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2017-04-07 15:25:34 +00:00
|
|
|
|
2017-12-11 15:52:11 +00:00
|
|
|
config TARGET_MX6MEMCAL
|
|
|
|
bool "mx6memcal"
|
|
|
|
select SUPPORT_SPL
|
|
|
|
help
|
|
|
|
The mx6memcal board is a virtual board that can be used to validate
|
|
|
|
and characterize the memory layout of a new design during the initial
|
|
|
|
development and pre-production stages.
|
|
|
|
|
2015-08-07 12:35:24 +00:00
|
|
|
config TARGET_MX6QARM2
|
|
|
|
bool "mx6qarm2"
|
|
|
|
|
2018-05-07 05:51:34 +00:00
|
|
|
config TARGET_MX6DL_MAMOJ
|
|
|
|
bool "Support BTicino Mamoj"
|
|
|
|
select DM
|
|
|
|
select DM_ETH
|
|
|
|
select DM_GPIO
|
2018-05-07 05:51:35 +00:00
|
|
|
select DM_I2C
|
2018-05-07 05:51:34 +00:00
|
|
|
select DM_MMC
|
2018-05-07 05:51:36 +00:00
|
|
|
select DM_PMIC
|
|
|
|
select DM_PMIC_PFUZE100
|
2018-05-07 05:51:34 +00:00
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6QDL
|
|
|
|
select OF_CONTROL
|
|
|
|
select PINCTRL
|
2018-05-07 05:51:34 +00:00
|
|
|
select SPL
|
|
|
|
select SPL_DM if SPL
|
|
|
|
select SPL_GPIO_SUPPORT if SPL
|
|
|
|
select SPL_LIBCOMMON_SUPPORT if SPL
|
|
|
|
select SPL_LIBDISK_SUPPORT if SPL
|
|
|
|
select SPL_LIBGENERIC_SUPPORT if SPL
|
|
|
|
select SPL_MMC_SUPPORT if SPL
|
2018-07-23 13:55:13 +00:00
|
|
|
select SPL_OF_CONTROL if SPL
|
|
|
|
select SPL_OF_LIBFDT if SPL
|
|
|
|
select SPL_PINCTRL if SPL
|
|
|
|
select SPL_SEPARATE_BSS if SPL
|
2018-05-07 05:51:34 +00:00
|
|
|
select SPL_SERIAL_SUPPORT if SPL
|
2019-01-10 14:44:13 +00:00
|
|
|
select SPL_USB_GADGET if SPL
|
2018-07-23 13:55:13 +00:00
|
|
|
select SPL_USB_HOST_SUPPORT if SPL
|
2018-05-07 05:51:34 +00:00
|
|
|
select SPL_USB_SDP_SUPPORT if SPL
|
|
|
|
select SPL_WATCHDOG_SUPPORT if SPL
|
2018-07-23 13:55:13 +00:00
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2018-05-07 05:51:34 +00:00
|
|
|
|
2017-11-20 18:32:16 +00:00
|
|
|
config TARGET_MX6Q_ENGICAM
|
|
|
|
bool "Support Engicam i.Core(RQS)"
|
2017-03-23 07:32:14 +00:00
|
|
|
select BOARD_LATE_INIT
|
2016-12-13 16:56:58 +00:00
|
|
|
select DM
|
2016-12-13 16:57:06 +00:00
|
|
|
select DM_ETH
|
2016-12-13 16:56:58 +00:00
|
|
|
select DM_GPIO
|
2016-12-13 16:57:02 +00:00
|
|
|
select DM_I2C
|
2016-12-13 16:56:58 +00:00
|
|
|
select DM_MMC
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6QDL
|
|
|
|
select OF_CONTROL
|
2017-11-20 18:32:12 +00:00
|
|
|
select SPL_DM if SPL
|
|
|
|
select SPL_OF_CONTROL if SPL
|
2018-07-23 13:55:13 +00:00
|
|
|
select SPL_OF_LIBFDT
|
2017-11-20 18:32:12 +00:00
|
|
|
select SPL_PINCTRL if SPL
|
2018-07-23 13:55:13 +00:00
|
|
|
select SPL_SEPARATE_BSS if SPL
|
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2016-12-13 16:56:58 +00:00
|
|
|
|
2017-06-29 12:33:46 +00:00
|
|
|
config TARGET_MX6SABREAUTO
|
|
|
|
bool "mx6sabreauto"
|
2018-07-23 13:55:13 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-08-07 12:35:24 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6QDL
|
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2015-08-07 12:35:24 +00:00
|
|
|
|
|
|
|
config TARGET_MX6SABRESD
|
|
|
|
bool "mx6sabresd"
|
2018-07-23 13:55:13 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-08-07 12:35:24 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6QDL
|
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2015-08-07 12:35:24 +00:00
|
|
|
|
|
|
|
config TARGET_MX6SLEVK
|
|
|
|
bool "mx6slevk"
|
2017-11-27 23:06:01 +00:00
|
|
|
select MX6SL
|
2015-08-17 08:11:05 +00:00
|
|
|
select SUPPORT_SPL
|
2015-08-07 12:35:24 +00:00
|
|
|
|
2016-12-11 11:24:37 +00:00
|
|
|
config TARGET_MX6SLLEVK
|
2018-07-23 13:55:12 +00:00
|
|
|
bool "mx6sll evk"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2018-07-23 13:55:12 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6SLL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2016-12-11 11:24:37 +00:00
|
|
|
|
2015-08-07 12:35:24 +00:00
|
|
|
config TARGET_MX6SXSABRESD
|
|
|
|
bool "mx6sxsabresd"
|
2018-07-23 13:55:13 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2017-11-27 12:25:10 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-08-07 12:35:24 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6SX
|
|
|
|
select SUPPORT_SPL
|
2015-08-07 12:35:24 +00:00
|
|
|
|
2016-02-01 02:41:32 +00:00
|
|
|
config TARGET_MX6SXSABREAUTO
|
2018-07-23 13:55:12 +00:00
|
|
|
bool "mx6sxsabreauto"
|
2018-07-23 13:55:13 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2018-07-23 13:55:12 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6SX
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2016-02-01 02:41:32 +00:00
|
|
|
|
imx: mx6ul: support mx6ul 9x9 evk board
This patch is to support mx6ul_9x9_evk board based on mx6ul_14x14_evk,
the difference between mx6ul 9x9 evk and mx6ul 14x14 evk are:
1. mx6ul 9x9 evk use pfuze3000, while mx6ul 14x14 evk use DCDC.
2. mx6ul 9x9 evk supports 256MB LPDDR2, while mx6ul 14x14 evk
supports 512MB DDR3
3. mx6ul_9x9_evk use 9x9 package, while mx6ul_14x14_evk use 14x14 package.
This patch add the following:
1. Discard PHYS_SDRAM_SIZE from header file, use imx_ddr_size()
2. Introduce a macro is_mx6ul_9x9_evk using
CONFIG_IS_ENABLED(TARGET_MX6UL_9X9_EVK) to avoid "#ifdef xxx" in non-SPL
part. To SPL part, CONFIG_IS_ENABLED(TARGET_MX6UL_9X9_EVK) can not work,
so still use "#ifdef CONFIG_TARGET_MX6UL_9X9_EVK" to differentiate with
mx6ul_14x14_evk. And we have no way to dymaically checking this chip
is 9x9 or 14x14.
3. mx6ul_9x9_evk use pfuze3000, so enabled POWER related configurations.
POWER related configurations also effect for mx6ul_14x14_evk. But
power_init_board implementation using 'if (is_mx6ul_9x9_evk())' to
do initialization for mx6ul_9x9_evk, and do nothing for mx6ul_14x14_evk.
4. mx6ul_9x9_evk use lpddr2 with size 256MB, so add related SPL DRAM
configurations.
5. Enable CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG and setting dtb file
according to board_rev and board_name.
6. Add TARGET_MX6UL_9X9_EVK Kconfig entry
Boot Log:
U-Boot SPL 2015.10-rc2-00356-g536ce34 (Sep 06 2015 - 12:22:53)
reading u-boot.img
reading u-boot.img
U-Boot 2015.10-rc2-00356-g536ce34 (Sep 06 2015 - 12:22:53 +0800)
CPU: Freescale i.MX6UL rev1.0 792 MHz (running at 396 MHz)
CPU: Commercial temperature grade (0C to 95C) at 41C
Reset cause: POR
Board: MX6UL 9x9 EVK
I2C: ready
DRAM: 256 MiB
PMIC: PFUZE3000 DEV_ID=0x30 REV_ID=0x11
MMC: FSL_SDHC: 0, FSL_SDHC: 1
In: serial
Out: serial
Err: serial
Net: FEC1
Hit any key to stop autoboot: 0
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
2015-09-06 07:02:34 +00:00
|
|
|
config TARGET_MX6UL_9X9_EVK
|
|
|
|
bool "mx6ul_9x9_evk"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
imx: mx6ul: support mx6ul 9x9 evk board
This patch is to support mx6ul_9x9_evk board based on mx6ul_14x14_evk,
the difference between mx6ul 9x9 evk and mx6ul 14x14 evk are:
1. mx6ul 9x9 evk use pfuze3000, while mx6ul 14x14 evk use DCDC.
2. mx6ul 9x9 evk supports 256MB LPDDR2, while mx6ul 14x14 evk
supports 512MB DDR3
3. mx6ul_9x9_evk use 9x9 package, while mx6ul_14x14_evk use 14x14 package.
This patch add the following:
1. Discard PHYS_SDRAM_SIZE from header file, use imx_ddr_size()
2. Introduce a macro is_mx6ul_9x9_evk using
CONFIG_IS_ENABLED(TARGET_MX6UL_9X9_EVK) to avoid "#ifdef xxx" in non-SPL
part. To SPL part, CONFIG_IS_ENABLED(TARGET_MX6UL_9X9_EVK) can not work,
so still use "#ifdef CONFIG_TARGET_MX6UL_9X9_EVK" to differentiate with
mx6ul_14x14_evk. And we have no way to dymaically checking this chip
is 9x9 or 14x14.
3. mx6ul_9x9_evk use pfuze3000, so enabled POWER related configurations.
POWER related configurations also effect for mx6ul_14x14_evk. But
power_init_board implementation using 'if (is_mx6ul_9x9_evk())' to
do initialization for mx6ul_9x9_evk, and do nothing for mx6ul_14x14_evk.
4. mx6ul_9x9_evk use lpddr2 with size 256MB, so add related SPL DRAM
configurations.
5. Enable CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG and setting dtb file
according to board_rev and board_name.
6. Add TARGET_MX6UL_9X9_EVK Kconfig entry
Boot Log:
U-Boot SPL 2015.10-rc2-00356-g536ce34 (Sep 06 2015 - 12:22:53)
reading u-boot.img
reading u-boot.img
U-Boot 2015.10-rc2-00356-g536ce34 (Sep 06 2015 - 12:22:53 +0800)
CPU: Freescale i.MX6UL rev1.0 792 MHz (running at 396 MHz)
CPU: Commercial temperature grade (0C to 95C) at 41C
Reset cause: POR
Board: MX6UL 9x9 EVK
I2C: ready
DRAM: 256 MiB
PMIC: PFUZE3000 DEV_ID=0x30 REV_ID=0x11
MMC: FSL_SDHC: 0, FSL_SDHC: 1
In: serial
Out: serial
Err: serial
Net: FEC1
Hit any key to stop autoboot: 0
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
2015-09-06 07:02:34 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6UL
|
imx: mx6ul: support mx6ul 9x9 evk board
This patch is to support mx6ul_9x9_evk board based on mx6ul_14x14_evk,
the difference between mx6ul 9x9 evk and mx6ul 14x14 evk are:
1. mx6ul 9x9 evk use pfuze3000, while mx6ul 14x14 evk use DCDC.
2. mx6ul 9x9 evk supports 256MB LPDDR2, while mx6ul 14x14 evk
supports 512MB DDR3
3. mx6ul_9x9_evk use 9x9 package, while mx6ul_14x14_evk use 14x14 package.
This patch add the following:
1. Discard PHYS_SDRAM_SIZE from header file, use imx_ddr_size()
2. Introduce a macro is_mx6ul_9x9_evk using
CONFIG_IS_ENABLED(TARGET_MX6UL_9X9_EVK) to avoid "#ifdef xxx" in non-SPL
part. To SPL part, CONFIG_IS_ENABLED(TARGET_MX6UL_9X9_EVK) can not work,
so still use "#ifdef CONFIG_TARGET_MX6UL_9X9_EVK" to differentiate with
mx6ul_14x14_evk. And we have no way to dymaically checking this chip
is 9x9 or 14x14.
3. mx6ul_9x9_evk use pfuze3000, so enabled POWER related configurations.
POWER related configurations also effect for mx6ul_14x14_evk. But
power_init_board implementation using 'if (is_mx6ul_9x9_evk())' to
do initialization for mx6ul_9x9_evk, and do nothing for mx6ul_14x14_evk.
4. mx6ul_9x9_evk use lpddr2 with size 256MB, so add related SPL DRAM
configurations.
5. Enable CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG and setting dtb file
according to board_rev and board_name.
6. Add TARGET_MX6UL_9X9_EVK Kconfig entry
Boot Log:
U-Boot SPL 2015.10-rc2-00356-g536ce34 (Sep 06 2015 - 12:22:53)
reading u-boot.img
reading u-boot.img
U-Boot 2015.10-rc2-00356-g536ce34 (Sep 06 2015 - 12:22:53 +0800)
CPU: Freescale i.MX6UL rev1.0 792 MHz (running at 396 MHz)
CPU: Commercial temperature grade (0C to 95C) at 41C
Reset cause: POR
Board: MX6UL 9x9 EVK
I2C: ready
DRAM: 256 MiB
PMIC: PFUZE3000 DEV_ID=0x30 REV_ID=0x11
MMC: FSL_SDHC: 0, FSL_SDHC: 1
In: serial
Out: serial
Err: serial
Net: FEC1
Hit any key to stop autoboot: 0
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
2015-09-06 07:02:34 +00:00
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
imx: mx6ul: support mx6ul 9x9 evk board
This patch is to support mx6ul_9x9_evk board based on mx6ul_14x14_evk,
the difference between mx6ul 9x9 evk and mx6ul 14x14 evk are:
1. mx6ul 9x9 evk use pfuze3000, while mx6ul 14x14 evk use DCDC.
2. mx6ul 9x9 evk supports 256MB LPDDR2, while mx6ul 14x14 evk
supports 512MB DDR3
3. mx6ul_9x9_evk use 9x9 package, while mx6ul_14x14_evk use 14x14 package.
This patch add the following:
1. Discard PHYS_SDRAM_SIZE from header file, use imx_ddr_size()
2. Introduce a macro is_mx6ul_9x9_evk using
CONFIG_IS_ENABLED(TARGET_MX6UL_9X9_EVK) to avoid "#ifdef xxx" in non-SPL
part. To SPL part, CONFIG_IS_ENABLED(TARGET_MX6UL_9X9_EVK) can not work,
so still use "#ifdef CONFIG_TARGET_MX6UL_9X9_EVK" to differentiate with
mx6ul_14x14_evk. And we have no way to dymaically checking this chip
is 9x9 or 14x14.
3. mx6ul_9x9_evk use pfuze3000, so enabled POWER related configurations.
POWER related configurations also effect for mx6ul_14x14_evk. But
power_init_board implementation using 'if (is_mx6ul_9x9_evk())' to
do initialization for mx6ul_9x9_evk, and do nothing for mx6ul_14x14_evk.
4. mx6ul_9x9_evk use lpddr2 with size 256MB, so add related SPL DRAM
configurations.
5. Enable CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG and setting dtb file
according to board_rev and board_name.
6. Add TARGET_MX6UL_9X9_EVK Kconfig entry
Boot Log:
U-Boot SPL 2015.10-rc2-00356-g536ce34 (Sep 06 2015 - 12:22:53)
reading u-boot.img
reading u-boot.img
U-Boot 2015.10-rc2-00356-g536ce34 (Sep 06 2015 - 12:22:53 +0800)
CPU: Freescale i.MX6UL rev1.0 792 MHz (running at 396 MHz)
CPU: Commercial temperature grade (0C to 95C) at 41C
Reset cause: POR
Board: MX6UL 9x9 EVK
I2C: ready
DRAM: 256 MiB
PMIC: PFUZE3000 DEV_ID=0x30 REV_ID=0x11
MMC: FSL_SDHC: 0, FSL_SDHC: 1
In: serial
Out: serial
Err: serial
Net: FEC1
Hit any key to stop autoboot: 0
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
2015-09-06 07:02:34 +00:00
|
|
|
|
2015-08-07 12:35:24 +00:00
|
|
|
config TARGET_MX6UL_14X14_EVK
|
|
|
|
bool "mx6ul_14x14_evk"
|
2018-07-23 13:55:13 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-08-07 12:35:24 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6UL
|
2015-08-07 12:35:24 +00:00
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2015-08-07 12:35:24 +00:00
|
|
|
|
2017-11-20 18:32:16 +00:00
|
|
|
config TARGET_MX6UL_ENGICAM
|
|
|
|
bool "Support Engicam GEAM6UL/Is.IoT"
|
2017-03-23 07:32:14 +00:00
|
|
|
select BOARD_LATE_INIT
|
2017-02-24 10:02:54 +00:00
|
|
|
select DM
|
2017-02-24 10:02:58 +00:00
|
|
|
select DM_ETH
|
2017-02-24 10:02:54 +00:00
|
|
|
select DM_GPIO
|
2017-02-24 10:02:56 +00:00
|
|
|
select DM_I2C
|
2017-02-24 10:02:54 +00:00
|
|
|
select DM_MMC
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6UL
|
|
|
|
select OF_CONTROL
|
2017-11-20 18:32:14 +00:00
|
|
|
select SPL_DM if SPL
|
|
|
|
select SPL_OF_CONTROL if SPL
|
|
|
|
select SPL_PINCTRL if SPL
|
2018-07-23 13:55:13 +00:00
|
|
|
select SPL_SEPARATE_BSS if SPL
|
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2016-12-13 16:56:52 +00:00
|
|
|
|
2016-08-11 06:02:57 +00:00
|
|
|
config TARGET_MX6ULL_14X14_EVK
|
|
|
|
bool "Support mx6ull_14x14_evk"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2016-08-11 06:02:57 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6ULL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2016-08-11 06:02:57 +00:00
|
|
|
|
2015-08-07 12:35:24 +00:00
|
|
|
config TARGET_NITROGEN6X
|
|
|
|
bool "nitrogen6x"
|
2017-08-28 08:50:46 +00:00
|
|
|
imply USB_ETHER_ASIX
|
|
|
|
imply USB_ETHER_MCS7830
|
2018-07-23 13:55:13 +00:00
|
|
|
imply USB_ETHER_SMSC95XX
|
|
|
|
imply USB_HOST_ETHER
|
2015-08-07 12:35:24 +00:00
|
|
|
|
2017-03-07 13:33:25 +00:00
|
|
|
config TARGET_OPOS6ULDEV
|
|
|
|
bool "Armadeus OPOS6ULDev board"
|
|
|
|
select MX6UL_OPOS6UL
|
|
|
|
|
2015-08-07 12:35:24 +00:00
|
|
|
config TARGET_OT1200
|
|
|
|
bool "Bachmann OT1200"
|
|
|
|
select SUPPORT_SPL
|
2017-06-15 03:28:24 +00:00
|
|
|
imply CMD_SATA
|
2015-08-07 12:35:24 +00:00
|
|
|
|
2016-04-18 12:56:16 +00:00
|
|
|
config TARGET_PICO_IMX6UL
|
|
|
|
bool "PICO-IMX6UL-EMMC"
|
|
|
|
select MX6UL
|
2019-02-14 12:01:48 +00:00
|
|
|
select DM
|
2018-09-04 13:23:08 +00:00
|
|
|
select SUPPORT_SPL
|
2019-02-14 12:01:48 +00:00
|
|
|
imply CMD_DM
|
2016-04-18 12:56:16 +00:00
|
|
|
|
2016-12-07 15:46:33 +00:00
|
|
|
config TARGET_LITEBOARD
|
|
|
|
bool "Grinn liteBoard (i.MX6UL)"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2017-01-25 09:31:48 +00:00
|
|
|
select MX6UL_LITESOM
|
2016-12-07 15:46:33 +00:00
|
|
|
|
2015-08-07 12:35:24 +00:00
|
|
|
config TARGET_PLATINUM_PICON
|
|
|
|
bool "platinum-picon"
|
|
|
|
select SUPPORT_SPL
|
|
|
|
|
|
|
|
config TARGET_PLATINUM_TITANIUM
|
|
|
|
bool "platinum-titanium"
|
|
|
|
select SUPPORT_SPL
|
|
|
|
|
2016-06-08 08:50:20 +00:00
|
|
|
config TARGET_PCM058
|
|
|
|
bool "Phytec PCM058 i.MX6 Quad"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2016-06-08 08:50:20 +00:00
|
|
|
select SUPPORT_SPL
|
|
|
|
|
2017-07-26 16:23:05 +00:00
|
|
|
config TARGET_PFLA02
|
|
|
|
bool "Phytec PFLA02 (PhyFlex) i.MX6 Quad"
|
|
|
|
select BOARD_LATE_INIT
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6QDL
|
2017-07-26 16:23:05 +00:00
|
|
|
select SUPPORT_SPL
|
|
|
|
|
2018-12-11 11:34:46 +00:00
|
|
|
config TARGET_PCL063
|
|
|
|
bool "PHYTEC PCL063 (phyCORE-i.MX6UL)"
|
|
|
|
select MX6UL
|
|
|
|
select DM
|
|
|
|
select DM_ETH
|
|
|
|
select DM_GPIO
|
|
|
|
select DM_I2C
|
|
|
|
select DM_MMC
|
|
|
|
select DM_SERIAL
|
|
|
|
select DM_THERMAL
|
|
|
|
select SUPPORT_SPL
|
|
|
|
|
2019-04-10 14:35:32 +00:00
|
|
|
config TARGET_PCL063_ULL
|
|
|
|
bool "PHYTEC PCL063 (phyCORE-i.MX6ULL)"
|
|
|
|
select MX6ULL
|
|
|
|
select DM
|
|
|
|
select DM_ETH
|
|
|
|
select DM_GPIO
|
|
|
|
select DM_I2C
|
|
|
|
select DM_MMC
|
|
|
|
select DM_SERIAL
|
|
|
|
select DM_THERMAL
|
|
|
|
select SUPPORT_SPL
|
|
|
|
|
2015-03-04 12:13:05 +00:00
|
|
|
config TARGET_SECOMX6
|
2015-08-07 12:35:24 +00:00
|
|
|
bool "secomx6 boards"
|
|
|
|
|
2018-01-03 15:11:56 +00:00
|
|
|
config TARGET_SKSIMX6
|
|
|
|
bool "sks-imx6"
|
|
|
|
select SUPPORT_SPL
|
|
|
|
|
2015-08-07 12:35:24 +00:00
|
|
|
config TARGET_TBS2910
|
2015-08-13 19:08:45 +00:00
|
|
|
bool "TBS2910 Matrix ARM mini PC"
|
2015-08-07 12:35:24 +00:00
|
|
|
|
|
|
|
config TARGET_TITANIUM
|
|
|
|
bool "titanium"
|
2015-03-04 12:13:05 +00:00
|
|
|
|
2018-04-05 07:04:38 +00:00
|
|
|
config TARGET_KP_IMX6Q_TPC
|
|
|
|
bool "K+P KP_IMX6Q_TPC i.MX6 Quad"
|
|
|
|
select BOARD_EARLY_INIT_F
|
2018-07-23 13:55:13 +00:00
|
|
|
select BOARD_LATE_INIT
|
2018-04-05 07:04:38 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6QDL
|
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2018-04-05 07:04:38 +00:00
|
|
|
imply CMD_SPL
|
|
|
|
|
2015-06-04 15:25:31 +00:00
|
|
|
config TARGET_TQMA6
|
|
|
|
bool "TQ Systems TQMa6 board"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-06-04 15:25:31 +00:00
|
|
|
|
2015-08-07 12:35:24 +00:00
|
|
|
config TARGET_UDOO
|
|
|
|
bool "udoo"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6QDL
|
2015-08-07 12:35:24 +00:00
|
|
|
select SUPPORT_SPL
|
|
|
|
|
2016-11-25 18:56:57 +00:00
|
|
|
config TARGET_UDOO_NEO
|
|
|
|
bool "UDOO Neo"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2016-12-01 18:37:41 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6SX
|
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2016-11-25 18:56:57 +00:00
|
|
|
|
2019-05-17 20:25:21 +00:00
|
|
|
config TARGET_SOFTING_VINING_2000
|
|
|
|
bool "Softing VIN|ING 2000"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2016-11-29 15:13:40 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6SX
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2016-11-29 15:13:40 +00:00
|
|
|
|
2015-08-07 12:35:24 +00:00
|
|
|
config TARGET_WANDBOARD
|
|
|
|
bool "wandboard"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6QDL
|
2015-08-07 12:35:24 +00:00
|
|
|
select SUPPORT_SPL
|
|
|
|
|
|
|
|
config TARGET_WARP
|
|
|
|
bool "WaRP"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6SL
|
2015-08-07 12:35:24 +00:00
|
|
|
|
2016-02-10 10:41:26 +00:00
|
|
|
config TARGET_XPRESS
|
|
|
|
bool "CCV xPress"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2016-02-10 10:41:26 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select MX6UL
|
2016-02-10 10:41:26 +00:00
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2016-02-10 10:41:26 +00:00
|
|
|
|
2016-06-06 09:19:42 +00:00
|
|
|
config TARGET_ZC5202
|
|
|
|
bool "zc5202"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2016-06-06 09:19:42 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2016-06-06 09:19:42 +00:00
|
|
|
|
|
|
|
config TARGET_ZC5601
|
|
|
|
bool "zc5601"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2016-06-06 09:19:42 +00:00
|
|
|
select DM
|
|
|
|
select DM_THERMAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2016-06-06 09:19:42 +00:00
|
|
|
|
2015-03-04 12:13:05 +00:00
|
|
|
endchoice
|
|
|
|
|
2015-03-04 12:13:03 +00:00
|
|
|
config SYS_SOC
|
|
|
|
default "mx6"
|
|
|
|
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
source "board/ge/bx50v3/Kconfig"
|
arm: imx: Add support for Advantech DMS-BA16 board
Add support for Advantech DMS-BA16 board. The board is based on Advantech
BA16 module which has a i.MX6D processor. The board supports:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Cc: u-boot@lists.denx.de
Cc: sbabic@denx.de
2016-07-29 15:44:46 +00:00
|
|
|
source "board/advantech/dms-ba16/Kconfig"
|
2015-08-07 12:35:24 +00:00
|
|
|
source "board/aristainetos/Kconfig"
|
2017-03-07 13:33:25 +00:00
|
|
|
source "board/armadeus/opos6uldev/Kconfig"
|
2015-08-07 12:35:24 +00:00
|
|
|
source "board/bachmann/ot1200/Kconfig"
|
|
|
|
source "board/barco/platinum/Kconfig"
|
|
|
|
source "board/barco/titanium/Kconfig"
|
|
|
|
source "board/boundary/nitrogen6x/Kconfig"
|
2018-05-07 05:51:34 +00:00
|
|
|
source "board/bticino/mamoj/Kconfig"
|
2016-02-10 10:41:26 +00:00
|
|
|
source "board/ccv/xpress/Kconfig"
|
2015-08-07 12:35:24 +00:00
|
|
|
source "board/compulab/cm_fx6/Kconfig"
|
|
|
|
source "board/congatec/cgtqmx6eval/Kconfig"
|
2017-10-09 19:51:10 +00:00
|
|
|
source "board/dhelectronics/dh_imx6/Kconfig"
|
2016-06-06 09:19:42 +00:00
|
|
|
source "board/el/el6x/Kconfig"
|
2015-08-07 12:35:24 +00:00
|
|
|
source "board/embest/mx6boards/Kconfig"
|
2017-11-20 18:32:16 +00:00
|
|
|
source "board/engicam/imx6q/Kconfig"
|
|
|
|
source "board/engicam/imx6ul/Kconfig"
|
2015-08-07 12:35:24 +00:00
|
|
|
source "board/freescale/mx6qarm2/Kconfig"
|
2017-12-11 15:52:11 +00:00
|
|
|
source "board/freescale/mx6memcal/Kconfig"
|
2017-06-29 12:33:46 +00:00
|
|
|
source "board/freescale/mx6sabreauto/Kconfig"
|
2015-08-07 12:35:24 +00:00
|
|
|
source "board/freescale/mx6sabresd/Kconfig"
|
|
|
|
source "board/freescale/mx6slevk/Kconfig"
|
2016-12-11 11:24:37 +00:00
|
|
|
source "board/freescale/mx6sllevk/Kconfig"
|
2015-08-07 12:35:24 +00:00
|
|
|
source "board/freescale/mx6sxsabresd/Kconfig"
|
2016-02-01 02:41:32 +00:00
|
|
|
source "board/freescale/mx6sxsabreauto/Kconfig"
|
2015-08-07 12:35:24 +00:00
|
|
|
source "board/freescale/mx6ul_14x14_evk/Kconfig"
|
2016-08-11 06:02:57 +00:00
|
|
|
source "board/freescale/mx6ullevk/Kconfig"
|
2016-12-07 15:46:33 +00:00
|
|
|
source "board/grinn/liteboard/Kconfig"
|
2016-06-08 08:50:20 +00:00
|
|
|
source "board/phytec/pcm058/Kconfig"
|
2017-07-26 16:23:05 +00:00
|
|
|
source "board/phytec/pfla02/Kconfig"
|
2018-12-11 11:34:46 +00:00
|
|
|
source "board/phytec/pcl063/Kconfig"
|
2015-08-07 12:35:24 +00:00
|
|
|
source "board/gateworks/gw_ventana/Kconfig"
|
|
|
|
source "board/kosagi/novena/Kconfig"
|
2019-05-17 20:25:21 +00:00
|
|
|
source "board/softing/vining_2000/Kconfig"
|
2017-10-31 16:58:05 +00:00
|
|
|
source "board/liebherr/display5/Kconfig"
|
2017-01-27 22:16:29 +00:00
|
|
|
source "board/liebherr/mccmon6/Kconfig"
|
2017-04-07 15:25:34 +00:00
|
|
|
source "board/logicpd/imx6/Kconfig"
|
2015-03-04 12:13:05 +00:00
|
|
|
source "board/seco/Kconfig"
|
2018-01-03 15:11:56 +00:00
|
|
|
source "board/sks-kinkel/sksimx6/Kconfig"
|
2015-08-07 12:35:24 +00:00
|
|
|
source "board/solidrun/mx6cuboxi/Kconfig"
|
2016-04-18 12:56:16 +00:00
|
|
|
source "board/technexion/pico-imx6ul/Kconfig"
|
2015-08-07 12:35:24 +00:00
|
|
|
source "board/tbs/tbs2910/Kconfig"
|
2015-06-04 15:25:31 +00:00
|
|
|
source "board/tqc/tqma6/Kconfig"
|
2016-11-30 18:43:08 +00:00
|
|
|
source "board/toradex/apalis_imx6/Kconfig"
|
2016-11-30 18:43:09 +00:00
|
|
|
source "board/toradex/colibri_imx6/Kconfig"
|
2018-05-30 17:01:48 +00:00
|
|
|
source "board/toradex/colibri-imx6ull/Kconfig"
|
2018-04-05 07:04:38 +00:00
|
|
|
source "board/k+p/kp_imx6q_tpc/Kconfig"
|
2015-08-07 12:35:24 +00:00
|
|
|
source "board/udoo/Kconfig"
|
2016-11-25 18:56:57 +00:00
|
|
|
source "board/udoo/neo/Kconfig"
|
2015-08-07 12:35:24 +00:00
|
|
|
source "board/wandboard/Kconfig"
|
|
|
|
source "board/warp/Kconfig"
|
2015-03-04 12:13:05 +00:00
|
|
|
|
2015-03-04 12:13:03 +00:00
|
|
|
endif
|