2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2013-06-03 23:30:36 +00:00
|
|
|
/*
|
|
|
|
*
|
|
|
|
* Congatec Conga-QEVAl board configuration file.
|
|
|
|
*
|
|
|
|
* Copyright (C) 2010-2011 Freescale Semiconductor, Inc.
|
|
|
|
* Based on Freescale i.MX6Q Sabre Lite board configuration file.
|
|
|
|
* Copyright (C) 2013, Adeneo Embedded <www.adeneo-embedded.com>
|
|
|
|
* Leo Sartre, <lsartre@adeneo-embedded.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_CGTQMX6EVAL_H
|
|
|
|
#define __CONFIG_CGTQMX6EVAL_H
|
|
|
|
|
2020-05-10 17:40:09 +00:00
|
|
|
#include <linux/stringify.h>
|
|
|
|
|
2013-06-03 23:30:36 +00:00
|
|
|
#include "mx6_common.h"
|
|
|
|
|
|
|
|
#define CONFIG_MACH_TYPE 4122
|
|
|
|
|
2015-11-19 21:02:36 +00:00
|
|
|
#ifdef CONFIG_SPL
|
|
|
|
#include "imx6_spl.h"
|
|
|
|
#endif
|
|
|
|
|
2013-06-03 23:30:36 +00:00
|
|
|
/* Size of malloc() pool */
|
|
|
|
#define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024)
|
|
|
|
|
|
|
|
#define CONFIG_MXC_UART_BASE UART2_BASE
|
|
|
|
|
|
|
|
/* MMC Configs */
|
|
|
|
#define CONFIG_SYS_FSL_ESDHC_ADDR 0
|
|
|
|
|
2015-11-19 21:02:33 +00:00
|
|
|
/* SPI NOR */
|
|
|
|
#define CONFIG_SPI_FLASH_STMICRO
|
|
|
|
#define CONFIG_SPI_FLASH_SST
|
|
|
|
|
2015-07-23 14:02:27 +00:00
|
|
|
/* Thermal support */
|
2015-09-02 18:54:13 +00:00
|
|
|
#define CONFIG_IMX_THERMAL
|
2015-07-23 14:02:27 +00:00
|
|
|
|
2015-07-23 14:02:28 +00:00
|
|
|
/* I2C Configs */
|
|
|
|
#define CONFIG_SYS_I2C
|
|
|
|
#define CONFIG_SYS_I2C_MXC
|
2015-09-21 20:43:38 +00:00
|
|
|
#define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */
|
|
|
|
#define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */
|
2015-07-23 14:02:28 +00:00
|
|
|
#define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */
|
|
|
|
#define CONFIG_SYS_I2C_SPEED 100000
|
|
|
|
|
|
|
|
/* PMIC */
|
|
|
|
#define CONFIG_POWER
|
|
|
|
#define CONFIG_POWER_I2C
|
|
|
|
#define CONFIG_POWER_PFUZE100
|
|
|
|
#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
|
|
|
|
|
2015-07-23 14:02:29 +00:00
|
|
|
/* USB Configs */
|
|
|
|
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
|
|
|
|
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
|
|
|
|
#define CONFIG_MXC_USB_FLAGS 0
|
|
|
|
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 /* Enabled USB controller number */
|
|
|
|
|
2015-09-17 18:13:20 +00:00
|
|
|
#define CONFIG_USBD_HS
|
|
|
|
|
2015-07-23 14:02:30 +00:00
|
|
|
/* Framebuffer */
|
|
|
|
#define CONFIG_VIDEO_LOGO
|
|
|
|
#define CONFIG_VIDEO_BMP_LOGO
|
|
|
|
#define CONFIG_IMX_HDMI
|
|
|
|
|
2015-07-23 14:02:31 +00:00
|
|
|
/* SATA */
|
|
|
|
#define CONFIG_SYS_SATA_MAX_DEVICE 1
|
|
|
|
#define CONFIG_DWC_AHSATA_PORT_ID 0
|
|
|
|
#define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR
|
|
|
|
#define CONFIG_LBA48
|
|
|
|
|
2015-07-28 23:24:41 +00:00
|
|
|
/* Ethernet */
|
|
|
|
#define CONFIG_FEC_MXC
|
|
|
|
#define IMX_FEC_BASE ENET_BASE_ADDR
|
|
|
|
#define CONFIG_FEC_XCV_TYPE RGMII
|
|
|
|
#define CONFIG_ETHPRIME "FEC"
|
|
|
|
#define CONFIG_FEC_MXC_PHYADDR 6
|
|
|
|
|
2015-07-23 14:02:33 +00:00
|
|
|
/* Command definition */
|
|
|
|
|
|
|
|
#define CONFIG_MXC_UART_BASE UART2_BASE
|
2016-10-18 02:12:39 +00:00
|
|
|
#define CONSOLE_DEV "ttymxc1"
|
2015-07-23 14:02:33 +00:00
|
|
|
#define CONFIG_MMCROOT "/dev/mmcblk0p2"
|
2013-06-03 23:30:36 +00:00
|
|
|
|
|
|
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
|
|
|
"script=boot.scr\0" \
|
2014-01-16 21:57:56 +00:00
|
|
|
"image=zImage\0" \
|
2015-11-19 21:02:36 +00:00
|
|
|
"fdtfile=undefined\0" \
|
2015-07-23 14:02:33 +00:00
|
|
|
"fdt_addr_r=0x18000000\0" \
|
2013-06-03 23:30:36 +00:00
|
|
|
"boot_fdt=try\0" \
|
2015-07-23 14:02:33 +00:00
|
|
|
"ip_dyn=yes\0" \
|
2016-10-18 02:12:39 +00:00
|
|
|
"console=" CONSOLE_DEV "\0" \
|
2015-11-19 21:02:38 +00:00
|
|
|
"dfuspi=dfu 0 sf 0:0:10000000:0\0" \
|
|
|
|
"dfu_alt_info_spl=spl raw 0x400\0" \
|
|
|
|
"dfu_alt_info_img=u-boot raw 0x10000\0" \
|
|
|
|
"dfu_alt_info=spl raw 0x400\0" \
|
2015-07-23 14:02:33 +00:00
|
|
|
"bootm_size=0x10000000\0" \
|
|
|
|
"mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
|
2013-06-03 23:30:36 +00:00
|
|
|
"mmcpart=1\0" \
|
2015-07-23 14:02:33 +00:00
|
|
|
"mmcroot=" CONFIG_MMCROOT " rootwait rw\0" \
|
|
|
|
"update_sd_firmware=" \
|
|
|
|
"if test ${ip_dyn} = yes; then " \
|
|
|
|
"setenv get_cmd dhcp; " \
|
|
|
|
"else " \
|
|
|
|
"setenv get_cmd tftp; " \
|
|
|
|
"fi; " \
|
|
|
|
"if mmc dev ${mmcdev}; then " \
|
|
|
|
"if ${get_cmd} ${update_sd_firmware_filename}; then " \
|
|
|
|
"setexpr fw_sz ${filesize} / 0x200; " \
|
|
|
|
"setexpr fw_sz ${fw_sz} + 1; " \
|
|
|
|
"mmc write ${loadaddr} 0x2 ${fw_sz}; " \
|
|
|
|
"fi; " \
|
|
|
|
"fi\0" \
|
2013-06-03 23:30:36 +00:00
|
|
|
"mmcargs=setenv bootargs console=${console},${baudrate} " \
|
|
|
|
"root=${mmcroot}\0" \
|
|
|
|
"loadbootscript=" \
|
2015-07-23 14:02:33 +00:00
|
|
|
"fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
|
2013-06-03 23:30:36 +00:00
|
|
|
"bootscript=echo Running bootscript from mmc ...; " \
|
|
|
|
"source\0" \
|
2015-07-23 14:02:33 +00:00
|
|
|
"loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
|
|
|
|
"loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr_r} ${fdtfile}\0" \
|
2013-06-03 23:30:36 +00:00
|
|
|
"mmcboot=echo Booting from mmc ...; " \
|
|
|
|
"run mmcargs; " \
|
|
|
|
"if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
|
|
|
|
"if run loadfdt; then " \
|
2015-07-23 14:02:33 +00:00
|
|
|
"bootz ${loadaddr} - ${fdt_addr_r}; " \
|
|
|
|
"else " \
|
|
|
|
"if test ${boot_fdt} = try; then " \
|
|
|
|
"bootz; " \
|
|
|
|
"else " \
|
|
|
|
"echo WARN: Cannot load the DT; " \
|
|
|
|
"fi; " \
|
|
|
|
"fi; " \
|
|
|
|
"else " \
|
|
|
|
"bootz; " \
|
|
|
|
"fi;\0" \
|
2015-11-19 21:02:36 +00:00
|
|
|
"findfdt="\
|
|
|
|
"if test $board_rev = MX6Q ; then " \
|
|
|
|
"setenv fdtfile imx6q-qmx6.dtb; fi; " \
|
|
|
|
"if test $board_rev = MX6DL ; then " \
|
|
|
|
"setenv fdtfile imx6dl-qmx6.dtb; fi; " \
|
|
|
|
"if test $fdtfile = undefined; then " \
|
|
|
|
"echo WARNING: Could not determine dtb to use; fi; \0" \
|
2015-07-23 14:02:33 +00:00
|
|
|
"netargs=setenv bootargs console=${console},${baudrate} " \
|
|
|
|
"root=/dev/nfs " \
|
|
|
|
"ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
|
|
|
|
"netboot=echo Booting from net ...; " \
|
|
|
|
"run netargs; " \
|
|
|
|
"if test ${ip_dyn} = yes; then " \
|
|
|
|
"setenv get_cmd dhcp; " \
|
|
|
|
"else " \
|
|
|
|
"setenv get_cmd tftp; " \
|
|
|
|
"fi; " \
|
|
|
|
"${get_cmd} ${image}; " \
|
|
|
|
"if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
|
|
|
|
"if ${get_cmd} ${fdt_addr_r} ${fdtfile}; then " \
|
|
|
|
"bootz ${loadaddr} - ${fdt_addr_r}; " \
|
2013-06-03 23:30:36 +00:00
|
|
|
"else " \
|
|
|
|
"if test ${boot_fdt} = try; then " \
|
2014-01-16 21:57:56 +00:00
|
|
|
"bootz; " \
|
2013-06-03 23:30:36 +00:00
|
|
|
"else " \
|
|
|
|
"echo WARN: Cannot load the DT; " \
|
|
|
|
"fi; " \
|
|
|
|
"fi; " \
|
|
|
|
"else " \
|
2014-01-16 21:57:56 +00:00
|
|
|
"bootz; " \
|
2015-07-23 14:02:33 +00:00
|
|
|
"fi;\0" \
|
2015-11-19 21:02:33 +00:00
|
|
|
"spilock=sf probe && sf protect lock 0x3f0000 0x10000;"\
|
2013-06-03 23:30:36 +00:00
|
|
|
|
|
|
|
#define CONFIG_BOOTCOMMAND \
|
2015-11-19 21:02:33 +00:00
|
|
|
"run spilock;" \
|
2015-11-19 21:02:36 +00:00
|
|
|
"run findfdt; " \
|
2015-07-23 14:02:33 +00:00
|
|
|
"mmc dev ${mmcdev};" \
|
|
|
|
"if mmc rescan; then " \
|
|
|
|
"if run loadbootscript; then " \
|
|
|
|
"run bootscript; " \
|
|
|
|
"else " \
|
|
|
|
"if run loadimage; then " \
|
|
|
|
"run mmcboot; " \
|
|
|
|
"else run netboot; " \
|
|
|
|
"fi; " \
|
|
|
|
"fi; " \
|
|
|
|
"else run netboot; fi"
|
2013-06-03 23:30:36 +00:00
|
|
|
|
|
|
|
/* Physical Memory Map */
|
|
|
|
#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
|
|
|
|
|
|
|
|
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
|
|
|
#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
|
|
|
|
#define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
|
|
|
|
|
|
|
|
#define CONFIG_SYS_INIT_SP_OFFSET \
|
|
|
|
(CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
|
|
|
|
#define CONFIG_SYS_INIT_SP_ADDR \
|
|
|
|
(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
|
|
|
|
|
|
|
|
#endif /* __CONFIG_CGTQMX6EVAL_H */
|