configs: imxrt1050-evk: Enable standard boot
Enable standard boot support and add default environments for the imxrt1050-evk board. Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
This commit is contained in:

committed by
Fabio Estevam

parent
1a8d89b7ab
commit
9e5d462a37
13
board/freescale/imxrt1050-evk/imxrt1050-evk-nor.env
Normal file
13
board/freescale/imxrt1050-evk/imxrt1050-evk-nor.env
Normal file
@@ -0,0 +1,13 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
|
||||
/* environment for imxrt1050-evk */
|
||||
|
||||
#ifdef CONFIG_VIDEO
|
||||
stdin=serial
|
||||
stdout=serial,vidconsole
|
||||
stderr=serial,vidconsole
|
||||
#endif
|
||||
|
||||
fdt_addr_r=0x80800000
|
||||
kernel_addr_r=0x80000000
|
||||
boot_targets=nor
|
13
board/freescale/imxrt1050-evk/imxrt1050-evk.env
Normal file
13
board/freescale/imxrt1050-evk/imxrt1050-evk.env
Normal file
@@ -0,0 +1,13 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
|
||||
/* environment for imxrt1050-evk */
|
||||
|
||||
#ifdef CONFIG_VIDEO
|
||||
stdin=serial
|
||||
stdout=serial,vidconsole
|
||||
stderr=serial,vidconsole
|
||||
#endif
|
||||
|
||||
fdt_addr_r=0x80800000
|
||||
kernel_addr_r=0x80000000
|
||||
boot_targets=mmc
|
@@ -23,10 +23,10 @@ CONFIG_SPL_SIZE_LIMIT=0x20000
|
||||
CONFIG_SPL=y
|
||||
CONFIG_HAVE_SYS_UBOOT_START=y
|
||||
CONFIG_SYS_UBOOT_START=0x800023FD
|
||||
CONFIG_DISTRO_DEFAULTS=y
|
||||
CONFIG_BOOTSTD_FULL=y
|
||||
CONFIG_BOOTSTD_DEFAULTS=y
|
||||
CONFIG_SD_BOOT=y
|
||||
CONFIG_SPI_BOOT=y
|
||||
# CONFIG_USE_BOOTCOMMAND is not set
|
||||
CONFIG_SYS_CBSIZE=256
|
||||
CONFIG_SYS_PBSIZE=276
|
||||
CONFIG_SYS_CONSOLE_ENV_OVERWRITE=y
|
||||
|
@@ -9,6 +9,7 @@ CONFIG_SPL_GPIO=y
|
||||
CONFIG_SPL_LIBCOMMON_SUPPORT=y
|
||||
CONFIG_SPL_LIBGENERIC_SUPPORT=y
|
||||
CONFIG_NR_DRAM_BANKS=1
|
||||
CONFIG_ENV_SOURCE_FILE="imxrt1050-evk-nor"
|
||||
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
||||
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x20020000
|
||||
CONFIG_ENV_OFFSET=0x80000
|
||||
@@ -24,10 +25,10 @@ CONFIG_SPL_SIZE_LIMIT=0x20000
|
||||
CONFIG_SPL=y
|
||||
CONFIG_HAVE_SYS_UBOOT_START=y
|
||||
CONFIG_SYS_UBOOT_START=0x800023FD
|
||||
CONFIG_DISTRO_DEFAULTS=y
|
||||
CONFIG_BOOTSTD_FULL=y
|
||||
CONFIG_BOOTSTD_DEFAULTS=y
|
||||
CONFIG_SD_BOOT=y
|
||||
CONFIG_SPI_BOOT=y
|
||||
# CONFIG_USE_BOOTCOMMAND is not set
|
||||
CONFIG_SYS_CBSIZE=256
|
||||
CONFIG_SYS_PBSIZE=276
|
||||
CONFIG_SYS_CONSOLE_ENV_OVERWRITE=y
|
||||
|
@@ -18,13 +18,6 @@
|
||||
#define DMAMEM_BASE (PHYS_SDRAM + PHYS_SDRAM_SIZE - \
|
||||
DMAMEM_SZ_ALL)
|
||||
|
||||
#ifdef CONFIG_VIDEO
|
||||
#define CFG_EXTRA_ENV_SETTINGS \
|
||||
"stdin=serial\0" \
|
||||
"stdout=serial,vidconsole\0" \
|
||||
"stderr=serial,vidconsole\0"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Address of U-Boot for SPI NOR boot
|
||||
*/
|
||||
|
Reference in New Issue
Block a user