Jagan Teki
6f1f3f59ed
engicam: Set fdt_file env during run-time
...
Set fdt_file env variable during board_late_init
Cc: Stefano Babic <sbabic@denx.de >
Cc: Matteo Lisi <matteo.lisi@engicam.com >
Cc: Michael Trimarchi <michael@amarulasolutions.com >
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com >
2017-05-18 11:23:31 +02:00
Tom Rini
2681e78a5e
configs: Re-sync
...
Signed-off-by: Tom Rini <trini@konsulko.com >
2017-05-01 11:44:12 -04:00
Simon Glass
218257b01a
Convert CONFIG_CMD_BMODE to Kconfig
...
This converts the following to Kconfig:
CONFIG_CMD_BMODE
Signed-off-by: Simon Glass <sjg@chromium.org >
[trini: Make this default y and depend on mx5/6/7]
Signed-off-by: Tom Rini <trini@konsulko.com >
2017-04-30 10:30:06 -04:00
Jagan Teki
a2f8a45696
configs: imx6: Select missing BOARD_LATE_INIT
...
Select missing BOARD_LATE_INIT from configs/ to
respective targets on arch area for Engicam imx6 boards.
Cc: Tom Rini <trini@konsulko.com >
Cc: Stefano Babic <sbabic@denx.de >
Cc: Michael Trimarchi <michael@amarulasolutions.com >
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com >
2017-03-26 11:05:57 +02:00
Jagan Teki
2e2a8dc635
i.MX6UL: isiot: Add modeboot env via board_late_init
...
Add runtime, modeboot env which is setting mmcboot, or
nandboot based on the bootdevice so-that conditional
macros b/w MMC and NAND for CONFIG_BOOTCOMMAND should
be avoided in config files.
Cc: Matteo Lisi <matteo.lisi@engicam.com >
Cc: Michael Trimarchi <michael@amarulasolutions.com >
Reviewed by: Stefano Babic <sbabic@denx.de >
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com >
2017-03-17 09:27:08 +01:00
Jagan Teki
7cf22dc8d8
i.MX6UL: isiot: Add eMMC boot support
...
Boot from eMMC:
--------------
U-Boot SPL 2017.01-00314-gd0cd9cd-dirty (Jan 25 2017 - 13:25:27)
Trying to boot from MMC2
U-Boot 2017.01-00314-gd0cd9cd-dirty (Jan 25 2017 - 13:25:27 +0100)
CPU: Freescale i.MX6UL rev1.1 528 MHz (running at 396 MHz)
CPU: Industrial temperature grade (-40C to 105C) at 36C
Reset cause: POR
Model: Engicam Is.IoT MX6UL eMMC Starterkit
DRAM: 512 MiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
switch to partitions #0 , OK
mmc1(part 0) is current device
Cc: Matteo Lisi <matteo.lisi@engicam.com >
Cc: Michael Trimarchi <michael@amarulasolutions.com >
Reviewed by: Stefano Babic <sbabic@denx.de >
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com >
2017-03-17 09:27:08 +01:00