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
|
|
|
CONFIG_ARM=y
|
|
|
|
CONFIG_ARCH_MX6=y
|
2018-02-03 17:10:38 +00:00
|
|
|
CONFIG_SYS_TEXT_BASE=0x17800000
|
2019-01-07 22:46:19 +00:00
|
|
|
CONFIG_SYS_VPD_EEPROM_I2C_ADDR=0x50
|
|
|
|
CONFIG_SYS_VPD_EEPROM_I2C_BUS=4
|
|
|
|
CONFIG_SYS_VPD_EEPROM_SIZE=1024
|
2018-04-25 14:57:04 +00:00
|
|
|
CONFIG_TARGET_GE_BX50V3=y
|
2019-11-19 01:02:10 +00:00
|
|
|
CONFIG_ENV_SIZE=0x2000
|
|
|
|
CONFIG_ENV_OFFSET=0xC0000
|
2018-08-16 12:16:24 +00:00
|
|
|
CONFIG_NR_DRAM_BANKS=1
|
2019-05-26 18:45:25 +00:00
|
|
|
CONFIG_SYS_BOOTCOUNT_ADDR=0x7000A000
|
2019-11-19 01:02:10 +00:00
|
|
|
CONFIG_ENV_SECT_SIZE=0x10000
|
2016-06-13 13:45:14 +00:00
|
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
2018-02-11 01:27:45 +00:00
|
|
|
CONFIG_FIT=y
|
2019-04-29 19:54:04 +00:00
|
|
|
CONFIG_OF_BOARD_SETUP=y
|
2016-06-13 13:45:14 +00:00
|
|
|
CONFIG_BOOTDELAY=1
|
2016-10-18 02:12:59 +00:00
|
|
|
CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y
|
2018-02-06 13:58:59 +00:00
|
|
|
CONFIG_SUPPORT_RAW_INITRD=y
|
2018-11-30 21:13:25 +00:00
|
|
|
CONFIG_BOUNCE_BUFFER=y
|
2017-01-23 20:31:20 +00:00
|
|
|
CONFIG_BOARD_EARLY_INIT_F=y
|
2018-03-28 12:38:16 +00:00
|
|
|
CONFIG_LAST_STAGE_INIT=y
|
2016-04-22 01:37:19 +00:00
|
|
|
CONFIG_HUSH_PARSER=y
|
2016-04-24 21:29:26 +00:00
|
|
|
CONFIG_CMD_BOOTZ=y
|
2019-04-29 19:54:04 +00:00
|
|
|
CONFIG_CMD_DM=y
|
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
|
|
|
# CONFIG_CMD_FLASH is not set
|
|
|
|
CONFIG_CMD_GPIO=y
|
2017-08-14 23:58:53 +00:00
|
|
|
CONFIG_CMD_I2C=y
|
|
|
|
CONFIG_CMD_MMC=y
|
2018-02-11 01:27:45 +00:00
|
|
|
CONFIG_CMD_PCI=y
|
2016-06-13 13:45:14 +00:00
|
|
|
# CONFIG_CMD_NFS is not set
|
2016-04-24 21:29:26 +00:00
|
|
|
CONFIG_CMD_CACHE=y
|
|
|
|
CONFIG_CMD_EXT2=y
|
|
|
|
CONFIG_CMD_EXT4=y
|
|
|
|
CONFIG_CMD_EXT4_WRITE=y
|
|
|
|
CONFIG_CMD_FS_GENERIC=y
|
2017-01-27 10:00:37 +00:00
|
|
|
CONFIG_DOS_PARTITION=y
|
2019-04-29 19:54:04 +00:00
|
|
|
CONFIG_OF_CONTROL=y
|
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="imx6q-bx50v3"
|
2017-08-28 11:16:32 +00:00
|
|
|
CONFIG_ENV_IS_IN_SPI_FLASH=y
|
2019-11-13 03:46:36 +00:00
|
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
2019-04-29 19:54:04 +00:00
|
|
|
CONFIG_DM=y
|
2018-02-09 22:50:57 +00:00
|
|
|
CONFIG_BOOTCOUNT_LIMIT=y
|
2018-02-16 15:50:44 +00:00
|
|
|
CONFIG_BOOTCOUNT_EXT=y
|
2018-07-21 20:25:33 +00:00
|
|
|
CONFIG_BOOTCOUNT_BOOTLIMIT=10
|
2018-02-16 15:50:44 +00:00
|
|
|
CONFIG_SYS_BOOTCOUNT_EXT_DEVPART="1:5"
|
2019-04-29 19:54:04 +00:00
|
|
|
CONFIG_DM_GPIO=y
|
|
|
|
CONFIG_DM_MMC=y
|
2019-05-01 07:58:27 +00:00
|
|
|
CONFIG_SUPPORT_EMMC_BOOT=y
|
2019-08-14 12:23:43 +00:00
|
|
|
CONFIG_FSL_USDHC=y
|
2019-10-03 17:50:08 +00:00
|
|
|
CONFIG_MTD=y
|
2019-12-04 22:18:38 +00:00
|
|
|
CONFIG_DM_SPI_FLASH=y
|
2019-02-27 14:20:36 +00:00
|
|
|
CONFIG_SF_DEFAULT_MODE=0
|
|
|
|
CONFIG_SF_DEFAULT_SPEED=20000000
|
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
|
|
|
CONFIG_SPI_FLASH_STMICRO=y
|
2018-06-04 15:57:37 +00:00
|
|
|
CONFIG_SPI_FLASH_WINBOND=y
|
2018-01-10 19:31:29 +00:00
|
|
|
CONFIG_E1000=y
|
|
|
|
CONFIG_CMD_E1000=y
|
2018-07-21 04:03:57 +00:00
|
|
|
CONFIG_MII=y
|
2019-01-31 14:21:12 +00:00
|
|
|
CONFIG_PINCTRL=y
|
|
|
|
CONFIG_PINCTRL_IMX6=y
|
2019-05-28 04:51:51 +00:00
|
|
|
CONFIG_PWM_IMX=y
|
2019-04-29 19:54:04 +00:00
|
|
|
CONFIG_SPI=y
|
2019-01-31 14:21:14 +00:00
|
|
|
CONFIG_DM_SPI=y
|
2019-04-29 19:54:04 +00:00
|
|
|
CONFIG_MXC_SPI=y
|
2019-03-18 22:29:37 +00:00
|
|
|
CONFIG_DM_VIDEO=y
|
2019-12-04 14:48:54 +00:00
|
|
|
CONFIG_VIDEO_BPP16=y
|
2019-03-18 22:29:33 +00:00
|
|
|
CONFIG_VIDEO_IPUV3=y
|
2019-09-30 07:33:43 +00:00
|
|
|
CONFIG_WATCHDOG_TIMEOUT_MSECS=6000
|
2019-04-29 19:54:04 +00:00
|
|
|
CONFIG_IMX_WATCHDOG=y
|
|
|
|
# CONFIG_EFI_LOADER is not set
|