imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)
This adds support for i.MX6UL/ULL-based evaluation kits with SoMs by
Kontron Electronics GmbH.
Currently there are the following SoM flavors (SoM-Line):
* N6310: SOM with i.MX6UL-2, 256MB RAM, 256MB SPI NAND
* N6311: SOM with i.MX6UL-2, 512MB RAM, 512MB SPI NAND
* N6411: SOM with i.MX6ULL, 512MB RAM, 512MB SPI NAND
And the according evaluation boards (Board-Line):
* N6310-S: Baseboard with SOM N6310, eMMC, display (optional), ...
* N6311-S: Baseboard with SOM N6311, eMMC, display (optional), ...
* N6411-S: Baseboard with SOM N6411, eMMC, display (optional), ...
Currently U-Boot describes i.MX6UL and i.MX6ULL through separate config
options at compile-time. Though the differences are so minor, that for
the scope of these SoMs we just use a single defconfig that is compatible
with both SoCs.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
2021-09-29 14:42:41 +00:00
|
|
|
CONFIG_ARM=y
|
|
|
|
CONFIG_ARCH_MX6=y
|
|
|
|
CONFIG_SYS_TEXT_BASE=0x87800000
|
2021-11-01 12:19:22 +00:00
|
|
|
CONFIG_SYS_MALLOC_LEN=0x4000000
|
imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)
This adds support for i.MX6UL/ULL-based evaluation kits with SoMs by
Kontron Electronics GmbH.
Currently there are the following SoM flavors (SoM-Line):
* N6310: SOM with i.MX6UL-2, 256MB RAM, 256MB SPI NAND
* N6311: SOM with i.MX6UL-2, 512MB RAM, 512MB SPI NAND
* N6411: SOM with i.MX6ULL, 512MB RAM, 512MB SPI NAND
And the according evaluation boards (Board-Line):
* N6310-S: Baseboard with SOM N6310, eMMC, display (optional), ...
* N6311-S: Baseboard with SOM N6311, eMMC, display (optional), ...
* N6411-S: Baseboard with SOM N6411, eMMC, display (optional), ...
Currently U-Boot describes i.MX6UL and i.MX6ULL through separate config
options at compile-time. Though the differences are so minor, that for
the scope of these SoMs we just use a single defconfig that is compatible
with both SoCs.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
2021-09-29 14:42:41 +00:00
|
|
|
CONFIG_SPL_GPIO=y
|
|
|
|
CONFIG_SPL_LIBCOMMON_SUPPORT=y
|
|
|
|
CONFIG_SPL_LIBGENERIC_SUPPORT=y
|
|
|
|
CONFIG_NR_DRAM_BANKS=1
|
|
|
|
CONFIG_ENV_SIZE=0x10000
|
|
|
|
CONFIG_ENV_OFFSET=0xF0000
|
|
|
|
CONFIG_ENV_SECT_SIZE=0x10000
|
|
|
|
CONFIG_MX6UL=y
|
|
|
|
CONFIG_TARGET_KONTRON_MX6UL=y
|
|
|
|
CONFIG_DM_GPIO=y
|
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="imx6ul-kontron-n631x-s"
|
|
|
|
CONFIG_SPL_TEXT_BASE=0x00908000
|
|
|
|
CONFIG_BOOTCOUNT_BOOTLIMIT=3
|
|
|
|
CONFIG_SPL=y
|
2022-04-01 14:33:18 +00:00
|
|
|
CONFIG_SYS_MEMTEST_START=0x80000000
|
|
|
|
CONFIG_SYS_MEMTEST_END=0x90000000
|
imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)
This adds support for i.MX6UL/ULL-based evaluation kits with SoMs by
Kontron Electronics GmbH.
Currently there are the following SoM flavors (SoM-Line):
* N6310: SOM with i.MX6UL-2, 256MB RAM, 256MB SPI NAND
* N6311: SOM with i.MX6UL-2, 512MB RAM, 512MB SPI NAND
* N6411: SOM with i.MX6ULL, 512MB RAM, 512MB SPI NAND
And the according evaluation boards (Board-Line):
* N6310-S: Baseboard with SOM N6310, eMMC, display (optional), ...
* N6311-S: Baseboard with SOM N6311, eMMC, display (optional), ...
* N6411-S: Baseboard with SOM N6411, eMMC, display (optional), ...
Currently U-Boot describes i.MX6UL and i.MX6ULL through separate config
options at compile-time. Though the differences are so minor, that for
the scope of these SoMs we just use a single defconfig that is compatible
with both SoCs.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
2021-09-29 14:42:41 +00:00
|
|
|
CONFIG_DISTRO_DEFAULTS=y
|
|
|
|
CONFIG_FIT=y
|
|
|
|
CONFIG_SPL_LOAD_FIT=y
|
|
|
|
# CONFIG_USE_SPL_FIT_GENERATOR is not set
|
|
|
|
CONFIG_OF_BOARD_SETUP=y
|
|
|
|
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
|
|
|
|
CONFIG_BOARD_TYPES=y
|
|
|
|
CONFIG_BOARD_EARLY_INIT_F=y
|
2022-05-04 20:52:25 +00:00
|
|
|
CONFIG_SPL_LEGACY_IMAGE_FORMAT=y
|
imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)
This adds support for i.MX6UL/ULL-based evaluation kits with SoMs by
Kontron Electronics GmbH.
Currently there are the following SoM flavors (SoM-Line):
* N6310: SOM with i.MX6UL-2, 256MB RAM, 256MB SPI NAND
* N6311: SOM with i.MX6UL-2, 512MB RAM, 512MB SPI NAND
* N6411: SOM with i.MX6ULL, 512MB RAM, 512MB SPI NAND
And the according evaluation boards (Board-Line):
* N6310-S: Baseboard with SOM N6310, eMMC, display (optional), ...
* N6311-S: Baseboard with SOM N6311, eMMC, display (optional), ...
* N6411-S: Baseboard with SOM N6411, eMMC, display (optional), ...
Currently U-Boot describes i.MX6UL and i.MX6ULL through separate config
options at compile-time. Though the differences are so minor, that for
the scope of these SoMs we just use a single defconfig that is compatible
with both SoCs.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
2021-09-29 14:42:41 +00:00
|
|
|
CONFIG_SPL_LEGACY_IMAGE_CRC_CHECK=y
|
|
|
|
CONFIG_SPL_USB_HOST=y
|
|
|
|
CONFIG_SPL_USB_GADGET=y
|
|
|
|
CONFIG_SPL_WATCHDOG=y
|
2022-05-11 20:21:06 +00:00
|
|
|
CONFIG_SYS_MAXARGS=32
|
imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)
This adds support for i.MX6UL/ULL-based evaluation kits with SoMs by
Kontron Electronics GmbH.
Currently there are the following SoM flavors (SoM-Line):
* N6310: SOM with i.MX6UL-2, 256MB RAM, 256MB SPI NAND
* N6311: SOM with i.MX6UL-2, 512MB RAM, 512MB SPI NAND
* N6411: SOM with i.MX6ULL, 512MB RAM, 512MB SPI NAND
And the according evaluation boards (Board-Line):
* N6310-S: Baseboard with SOM N6310, eMMC, display (optional), ...
* N6311-S: Baseboard with SOM N6311, eMMC, display (optional), ...
* N6411-S: Baseboard with SOM N6411, eMMC, display (optional), ...
Currently U-Boot describes i.MX6UL and i.MX6ULL through separate config
options at compile-time. Though the differences are so minor, that for
the scope of these SoMs we just use a single defconfig that is compatible
with both SoCs.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
2021-09-29 14:42:41 +00:00
|
|
|
CONFIG_CMD_MEMTEST=y
|
|
|
|
CONFIG_CMD_GPIO=y
|
|
|
|
CONFIG_CMD_I2C=y
|
|
|
|
CONFIG_CMD_MMC=y
|
|
|
|
CONFIG_CMD_MTD=y
|
|
|
|
CONFIG_CMD_SF_TEST=y
|
|
|
|
CONFIG_CMD_USB=y
|
|
|
|
CONFIG_CMD_USB_SDP=y
|
|
|
|
CONFIG_CMD_USB_MASS_STORAGE=y
|
|
|
|
CONFIG_CMD_CACHE=y
|
|
|
|
CONFIG_CMD_EXT4_WRITE=y
|
|
|
|
CONFIG_CMD_FS_UUID=y
|
|
|
|
CONFIG_CMD_MTDPARTS=y
|
|
|
|
CONFIG_MTDIDS_DEFAULT="nor0=spi1.0,spi-nand0=spi4.0"
|
|
|
|
CONFIG_MTDPARTS_DEFAULT="mtdparts=spi1.0:128k(spl),832k(u-boot),64k(env);spi4.0:-(UBI)"
|
|
|
|
CONFIG_CMD_UBI=y
|
|
|
|
CONFIG_OF_CONTROL=y
|
|
|
|
CONFIG_SPL_OF_CONTROL=y
|
|
|
|
CONFIG_OF_LIST="imx6ul-kontron-n631x-s imx6ull-kontron-n641x-s"
|
|
|
|
CONFIG_ENV_OVERWRITE=y
|
|
|
|
CONFIG_ENV_IS_IN_MMC=y
|
|
|
|
CONFIG_ENV_IS_IN_SPI_FLASH=y
|
|
|
|
CONFIG_ENV_SPI_BUS=2
|
2022-03-11 14:12:07 +00:00
|
|
|
CONFIG_USE_ETHPRIME=y
|
|
|
|
CONFIG_ETHPRIME="eth0"
|
imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)
This adds support for i.MX6UL/ULL-based evaluation kits with SoMs by
Kontron Electronics GmbH.
Currently there are the following SoM flavors (SoM-Line):
* N6310: SOM with i.MX6UL-2, 256MB RAM, 256MB SPI NAND
* N6311: SOM with i.MX6UL-2, 512MB RAM, 512MB SPI NAND
* N6411: SOM with i.MX6ULL, 512MB RAM, 512MB SPI NAND
And the according evaluation boards (Board-Line):
* N6310-S: Baseboard with SOM N6310, eMMC, display (optional), ...
* N6311-S: Baseboard with SOM N6311, eMMC, display (optional), ...
* N6411-S: Baseboard with SOM N6411, eMMC, display (optional), ...
Currently U-Boot describes i.MX6UL and i.MX6ULL through separate config
options at compile-time. Though the differences are so minor, that for
the scope of these SoMs we just use a single defconfig that is compatible
with both SoCs.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
2021-09-29 14:42:41 +00:00
|
|
|
CONFIG_BOOTCOUNT_LIMIT=y
|
|
|
|
CONFIG_BOOTCOUNT_ENV=y
|
|
|
|
CONFIG_DM_I2C=y
|
|
|
|
CONFIG_FSL_USDHC=y
|
|
|
|
CONFIG_MTD=y
|
|
|
|
CONFIG_DM_MTD=y
|
|
|
|
CONFIG_MTD_SPI_NAND=y
|
|
|
|
CONFIG_DM_SPI_FLASH=y
|
|
|
|
CONFIG_SF_DEFAULT_BUS=1
|
|
|
|
CONFIG_SF_DEFAULT_SPEED=10000000
|
|
|
|
CONFIG_SPI_FLASH_MACRONIX=y
|
|
|
|
CONFIG_SPI_FLASH_WINBOND=y
|
|
|
|
CONFIG_SPI_FLASH_MTD=y
|
|
|
|
CONFIG_PHYLIB=y
|
|
|
|
CONFIG_PHY_MICREL=y
|
|
|
|
CONFIG_PHY_MICREL_KSZ8XXX=y
|
|
|
|
CONFIG_DM_ETH=y
|
|
|
|
CONFIG_DM_ETH_PHY=y
|
|
|
|
CONFIG_FEC_MXC=y
|
|
|
|
CONFIG_MII=y
|
|
|
|
CONFIG_PINCTRL=y
|
|
|
|
CONFIG_PINCTRL_IMX6=y
|
|
|
|
CONFIG_DM_REGULATOR=y
|
|
|
|
CONFIG_DM_REGULATOR_FIXED=y
|
|
|
|
CONFIG_DM_REGULATOR_GPIO=y
|
|
|
|
CONFIG_CONS_INDEX=4
|
|
|
|
CONFIG_MXC_UART=y
|
|
|
|
CONFIG_SPI=y
|
|
|
|
CONFIG_DM_SPI=y
|
|
|
|
CONFIG_FSL_QSPI=y
|
|
|
|
CONFIG_MXC_SPI=y
|
|
|
|
CONFIG_IMX_THERMAL=y
|
|
|
|
CONFIG_USB=y
|
|
|
|
CONFIG_USB_GADGET=y
|
|
|
|
CONFIG_USB_GADGET_MANUFACTURER="FSL"
|
|
|
|
CONFIG_USB_GADGET_VENDOR_NUM=0x0525
|
|
|
|
CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
|
|
|
|
CONFIG_CI_UDC=y
|
|
|
|
CONFIG_USB_GADGET_DOWNLOAD=y
|
|
|
|
CONFIG_FDT_FIXUP_PARTITIONS=y
|