[U-Boot] Usind dhcp command

2017-01-07 Thread dh
Here's the definition of the dhcp command: dhcp [loadAddress] [[hostIPaddr:]bootfilename]How do the fields "hostIPaddr" and "bootfilename" get established when the host ip address and bootfilename are returned in the dhcp message response? Duncan Hare 714 931 7952 ___

[U-Boot] [PATCH 9/9] imx6ul: isiotmx6ul: Enable I2C support

2017-01-07 Thread Jagan Teki
From: Jagan Teki Enable I2C support for Engicam Is.IoT NAND module. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- configs/imx6ul_isiot_nand_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/imx6ul_isiot_nand_defconfig b/configs/

[U-Boot] [PATCH 8/9] imx6: isiotmx6ul: Add nandboot env support

2017-01-07 Thread Jagan Teki
From: Jagan Teki Add config options for booting Linux from NAND in UBI format. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- configs/imx6ul_isiot_nand_defconfig | 1 + include/configs/imx6ul_isiot.h | 32 +++- 2 files

[U-Boot] [PATCH 2/9] arm: imx6ul: Add Engicam Is.IoT MX6UL Starter Kit initial support

2017-01-07 Thread Jagan Teki
From: Jagan Teki Boot from MMC: - U-Boot SPL 2017.01-rc2-gba3c151-dirty (Jan 02 2017 - 16:59:33) Trying to boot from MMC1 U-Boot 2017.01-rc2-gba3c151-dirty (Jan 02 2017 - 16:59:33 +0100) CPU: Freescale i.MX6UL rev1.1 528 MHz (running at 396 MHz) CPU: Industrial temperature grade

[U-Boot] [PATCH 4/9] imx6: isiotmx6ul: Add I2C support

2017-01-07 Thread Jagan Teki
From: Jagan Teki Add I2C support for Engicam Is.IoT MX6UL module. isiotmx6ul> i2c bus Bus 0: i2c@021a Bus 1: i2c@021a4000 isiotmx6ul> i2c dev 0 Setting bus to 0 isiotmx6ul> i2c dev Current bus is 0 isiotmx6ul> i2c speed 10 Setting bus speed to 10 Hz isiotmx6ul> i2c probe Valid chip

[U-Boot] [PATCH 5/9] arm: dts: imx6ul-isiot: Add FEC node

2017-01-07 Thread Jagan Teki
From: Jagan Teki Add FEC node for Engicam Is.IoT MX6UL module. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/dts/imx6ul-isiot.dts | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/dts/imx6ul-isiot.dts b/arch

[U-Boot] [PATCH 6/9] imx6: isiotmx6ul: Add FEC support

2017-01-07 Thread Jagan Teki
From: Jagan Teki Add FEC support for Engicam Is.IoT MX6UL module. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/cpu/armv7/mx6/Kconfig | 1 + configs/imx6ul_isiot_mmc_defconfig | 3 +++ include/configs/imx6ul_isiot.h | 10 ++

[U-Boot] [PATCH 7/9] imx6: isiotmx6ul: Add NAND support

2017-01-07 Thread Jagan Teki
From: Jagan Teki Add NAND support for Engicam Is.IoT MX6UL board. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/cpu/armv7/mx6/Kconfig| 1 - board/engicam/isiotmx6ul/MAINTAINERS | 1 + board/engicam/isiotmx6ul/isiotmx6ul.c | 69

[U-Boot] [PATCH 1/9] configs: imx6: Don't define USDHC2_BASE_ADDR

2017-01-07 Thread Jagan Teki
From: Jagan Teki USDHC base address will assigned by SPL using fsl_esdhc_initialize and u-boot with devicetree, hence no remove base address assignment in config files. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- include/configs/imx6qdl_icore.h | 2

[U-Boot] [PATCH 3/9] arm: dts: imx6ul-isiot: Add I2C nodes

2017-01-07 Thread Jagan Teki
From: Jagan Teki Add I2C nodes for Engicam Is.IoT MX6UL module. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- arch/arm/dts/imx6ul-isiot.dts | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm/dts/imx6ul-isiot.dts

[U-Boot] [PATCH 0/9] imx6ul: Add Engicam Is.IoT MX6UL support

2017-01-07 Thread Jagan Teki
From: Jagan Teki This patch set support Engicam Is.IoT MX6UL board support. Jagan Teki (9): configs: imx6: Don't define USDHC2_BASE_ADDR arm: imx6ul: Add Engicam Is.IoT MX6UL Starter Kit initial support arm: dts: imx6ul-isiot: Add I2C nodes imx6: isiotmx6ul: Add I2C support arm: dts: i

[U-Boot] [PATCH v2 6/6] sunxi: do a CCM quirk on V3s for USB to work properly

2017-01-07 Thread Icenowy Zheng
USB OTG on V3s SoC seems to need the USB OTG clock gate to be passed and the reset to be deasserted before boot, otherwise it won't work in Linux. It seems very difficult to workaround this from CCU driver in the kernel, so add this quirk. Also add a generic quirk framework in sunxi's clock initi

[U-Boot] [PATCH v2 3/6] sunxi: add basic V3s support

2017-01-07 Thread Icenowy Zheng
Basic U-Boot support is now present for V3s. Some memory addresses are changed specially for V3s, as the original address map cannot fit into a so small DRAM. Signed-off-by: Icenowy Zheng --- Changes since v1: - squashed memory footprint patch into it. - disabled VIDEO for V3s. arch/arm/includ

[U-Boot] [PATCH v2 1/6] sunxi: makes an invisible option for H3-like DRAM controllers

2017-01-07 Thread Icenowy Zheng
Allwinner SoCs after H3 (e.g. A64, H5, R40, V3s) uses a H3-like DesignWare DRAM controller, which do not have official free DRAM initialization code, but can use modified dram_sun8i_h3.c. Add a invisible option for easier DRAM initialization code reuse. Signed-off-by: Icenowy Zheng --- Changes s

[U-Boot] [PATCH 2/4] Move CONFIG_SYS_CONSOLE_IS_IN_ENV to defconfig

2017-01-07 Thread Jagan Teki
Cc: Stefano Babic Signed-off-by: Jagan Teki --- configs/apalis_imx6_defconfig | 1 + configs/apalis_imx6_nospl_com_defconfig | 1 + configs/apalis_imx6_nospl_it_defconfig | 1 + configs/colibri_imx6_defconfig | 1 + configs/colibri_imx6_nospl_defconfig| 1 + include/confi

[U-Boot] [PATCH 4/4] Move CONFIG_IMX_THERMAL to defconfig

2017-01-07 Thread Jagan Teki
Cc: Stefano Babic Signed-off-by: Jagan Teki --- configs/cgtqmx6eval_defconfig | 1 + configs/colibri_imx7_defconfig| 1 + configs/gwventana_defconfig | 1 + configs/liteboard_defconfig | 1 + configs/marsboard_defconfig | 1 + con

[U-Boot] [PATCH 3/4] Move CONFIG_NAND_MXS to defconfig

2017-01-07 Thread Jagan Teki
Cc: Stefano Babic Signed-off-by: Jagan Teki --- configs/apx4devkit_defconfig| 1 + configs/aristainetos2_defconfig | 1 + configs/aristainetos2b_defconfig| 1 + configs/aristainetos_defconfig | 1 + configs/bg0900_defconfig| 1 + configs/cm_fx

[U-Boot] [PATCH 1/4] Move CONFIG_VIDEO_IPUV3 to defconfig

2017-01-07 Thread Jagan Teki
Cc: Stefano Babic Signed-off-by: Jagan Teki --- configs/apalis_imx6_defconfig | 1 + configs/apalis_imx6_nospl_com_defconfig | 1 + configs/apalis_imx6_nospl_it_defconfig | 1 + configs/aristainetos2_defconfig | 1 + configs/aristainetos2b_defconfig| 1 + configs/arist