Re: [U-Boot] rockchip: rk3288: Possible regression in sdram setup

2017-01-08 Thread Kever Yang
Hi Romain, Thanks for your report and debug. On 01/06/2017 06:52 PM, Romain Perier wrote: Add Rockchip Engineers to Cc: Le 06/01/2017 à 11:28, Romain Perier a écrit : Hello, I have a strange behaviour with the SPL on rk3288. When I build u-boot-rockchip master for the rock2

Re: [U-Boot] [linux-sunxi] Re: [PATCH 1/2] sunxi: power: add AXP803 support

2017-01-08 Thread Maxime Ripard
On Fri, Jan 06, 2017 at 06:47:30AM +0800, Icenowy Zheng wrote: > > > +++ b/drivers/power/axp803.c > > > @@ -0,0 +1,255 @@ > > > +/* > > > + * AXP803 driver based on AXP818 driver > > > + * > > > + * Based on axp818.c > > > + * (C) Copyright 2015 Vishnu Patekar >

[U-Boot] [PATCH V3 1/7] ARM: dts: exynos4: use the node's name for i2c

2017-01-08 Thread Jaehoon Chung
Use the node's name for i2c. Signed-off-by: Jaehoon Chung --- arch/arm/dts/exynos4.dtsi | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/arch/arm/dts/exynos4.dtsi b/arch/arm/dts/exynos4.dtsi index 7de227c..a5a00c8 100644

[U-Boot] [PATCH V3 7/7] board: samsung: universal_c210: remove the codes relevant to soft_i2c

2017-01-08 Thread Jaehoon Chung
Removes the codes of soft_i2c. There is no usasge for universal_c210, also didn't define CONFIG_SOFT_I2C_GPIO_SCL. This code seems a dead code. Signed-off-by: Jaehoon Chung --- board/samsung/universal_c210/universal.c | 11 --- 1 file changed, 11 deletions(-)

[U-Boot] [PATCH V3 6/7] i2c: Kconfig: Add SYS_I2C_S3C24X0 entry

2017-01-08 Thread Jaehoon Chung
Adding Kconfig for SYS_I2C_S3C24X0. Signed-off-by: Jaehoon Chung --- drivers/i2c/Kconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 051f911..71cc173 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig

[U-Boot] [PATCH V3 4/7] board: samsung: universal_210: use the driver model for max8998

2017-01-08 Thread Jaehoon Chung
Revmoe the "ifndef CONFIG_DM_I2C". Intead, use the driver model for max8998. Signed-off-by: Jaehoon Chung --- board/samsung/universal_c210/universal.c | 169 +-- 1 file changed, 94 insertions(+), 75 deletions(-) diff --git

[U-Boot] [PATCH V3 2/7] ARM: dts: exnyos4210-universl_c210: add i2c_5 and pmic nodes

2017-01-08 Thread Jaehoon Chung
Add the i2c_5 node and pmic as its child node. Signed-off-by: Jaehoon Chung --- arch/arm/dts/exynos4210-universal_c210.dts | 164 + 1 file changed, 164 insertions(+) diff --git a/arch/arm/dts/exynos4210-universal_c210.dts

[U-Boot] [PATCH V3 0/7] dm: universal_c210: support the DM_PMIC

2017-01-08 Thread Jaehoon Chung
This patchset is for supporting pmic driver-mode on universal_c210 board. It's using i2c-s3c24x0.c file. (Fixes some complier error issue.) Remove the soft_i2c codes in universal.c. It seems a deadcode because of no usage. Before time, it had used the soft-i2c as gpio_request(), not using

[U-Boot] [PATCH V3 5/7] i2c: s3c24x0: fix the compiler error for exynos4

2017-01-08 Thread Jaehoon Chung
If CONFIG_SYS_I2C_S3C24X0_SLAVE isn't defined, then complie error should be occurred. This patch is for preventing it. Signed-off-by: Jaehoon Chung --- drivers/i2c/s3c24x0_i2c.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git

[U-Boot] [PATCH V3 3/7] configs: s5pc210_universal: enable the DM_PMIC and MAX8998

2017-01-08 Thread Jaehoon Chung
Enable the CONFIG_DM_PMIC and CONFIG_DM_PMIC_MAX8998. s5pc210_universal board is using max8998 pmic. To use the i2c/pmic driver model, enable these configurations. Signed-off-by: Jaehoon Chung --- configs/s5pc210_universal_defconfig | 3 +++ 1 file changed, 3

Re: [U-Boot] [v3 21/30] arm: socfpga: arria10: Enhanced socfpga_arria10_defconfig to support SPL

2017-01-08 Thread Chee, Tien Fong
On Jum, 2017-01-06 at 12:12 -0600, Dinh Nguyen wrote: > > On 01/06/2017 05:19 AM, Chee Tien Fong wrote: > > > > From: Tien Fong Chee > > > > Enhanced defconfig file for Arria10 to enable SPL build and > > supporting > > device tree build for SDMMC. > > > >

Re: [U-Boot] Please update scripts/config_whitelist.txt

2017-01-08 Thread Tom Rini
On Mon, Jan 09, 2017 at 12:58:22AM +0900, Masahiro Yamada wrote: > Hi Tom. > > Could you run "scripts/build-whitelist.sh" > before or after the v2017.01 release, please? > > This will sync scripts/config_whitelist.txt, > so we will see the progress of Kconfig moves. Good idea, thanks! -- Tom

Re: [U-Boot] [PATCH 2/2] armv8: add asserts of sizes to u-boot-spl.lds

2017-01-08 Thread Tom Rini
On Mon, Dec 26, 2016 at 04:20:41PM +0200, Oded Gabbay wrote: > This patch copies from arm u-boot-spl.lds some asserts that check that the > size of the SPL image and BSS doesn't violate their max size. > > Signed-off-by: Oded Gabbay > Cc: Albert Aribaud

Re: [U-Boot] [PATCH v2 2/2] lib: net_utils: enforce '.' as octet separator in string_to_ip

2017-01-08 Thread Wolfgang Denk
Dear Chris, In message you wrote: > > > The old code was forgiving and would accept 192,168,1,2 as well. > > Technically you can't enter that. The env_flags.c code prevents that > from being added to environment variables that

[U-Boot] Please update scripts/config_whitelist.txt

2017-01-08 Thread Masahiro Yamada
Hi Tom. Could you run "scripts/build-whitelist.sh" before or after the v2017.01 release, please? This will sync scripts/config_whitelist.txt, so we will see the progress of Kconfig moves. -- Best Regards Masahiro Yamada ___ U-Boot mailing list

[U-Boot] [PATCH v2 7/7] arm64: mvebu: Add default configuraton for MACCHIATOBin board

2017-01-08 Thread kostap
From: Konstantin Porotchkin Add default configuration for MACHHIATOBin community board based on Aramda-8040 SoC. Change-Id: I60efcca5b31060340ad0a948561f082646f6556c Signed-off-by: Konstantin Porotchkin Cc: Stefan Roese Cc: Nadav Haklai

[U-Boot] [PATCH v2 6/7] arm64: mvebu: dts: Add DTS file for MACCHIATOBin board

2017-01-08 Thread kostap
From: Rabeeh Khoury Added A8040 dts file for community board MACCHIATIBin. The patch includes the following features: AP - eMMC, Serial console (connected to onboard FTDI usb to serial) CP0 - PCIe x4, SATA, I2C and 10G KR (connected to Marvell 3310 10G copper / SFP+

[U-Boot] [PATCH v2 5/7] mvebu: pcie: Add support for GPIO reset for PCIe device

2017-01-08 Thread kostap
From: Konstantin Porotchkin Add support for "marvell,reset-gpio" property to mvebu DW PCIe driver. This option is valid when CONFIG_DM_GPIO=y Change-Id: Ic17c500449050c2fbb700731f1a9ca8b83298986 Signed-off-by: Konstantin Porotchkin Signed-off-by: Rabeeh

[U-Boot] [PATCH v2 2/7] arm64: mvebu: gpio: Add GPIO nodes to A8K family devices

2017-01-08 Thread kostap
From: Konstantin Porotchkin Add GPIO nodes to AP-806 and CP-110-master DTSI files. Change-Id: I05958698d460cb721b7d8683d34f74a5ea32532c Signed-off-by: Konstantin Porotchkin Cc: Stefan Roese Cc: Nadav Haklai Cc: Neta

[U-Boot] [PATCH v2 4/7] mvebu: usb: xhci: Add support for VBUS controlled by GPIO

2017-01-08 Thread kostap
From: Konstantin Porotchkin Add support for "marvell,vbus-gpio" property to mvebu XHCI host adapter driver. This option is valid when CONFIG_DM_GPIO=y Change-Id: I930b3ebe001e50ae8d5abe1f3c774bcdb1739e64 Signed-off-by: Konstantin Porotchkin Cc: Stefan

[U-Boot] [PATCH v2 1/7] arm64: mvebu: Update bubt command MMC block device access

2017-01-08 Thread kostap
From: Konstantin Porotchkin Update the MMC block device access code in bubt command implementation according to the latest MMC driver changes. Change-Id: Ie852ceefa0b040ffe1362bdb7815fcea9b2d923b Signed-off-by: Konstantin Porotchkin Cc: Stefan Roese

[U-Boot] [PATCH v2 3/7] arm64: mvebu: dts: Add i2c1 pin definitions to CPM

2017-01-08 Thread kostap
From: Konstantin Porotchkin Add i2c-1 pin mappings to CP0(master) DTSI file Change-Id: I0c6e6de8a557393f518f7df8e6daa6dfce1788b0 Signed-off-by: Konstantin Porotchkin Cc: Stefan Roese Cc: Nadav Haklai Cc: Neta Zur

[U-Boot] [PATCH v2 0/7] arm64: mvebu: Add support for A8K community board

2017-01-08 Thread kostap
From: Konstantin Porotchkin This patch series adds initil support for A8K community board MACCHIATOBin manufactured by SolidRun. It should be applied on top of Stefan Roese patches adding support for SD/eMMC devices on Marvell A37x0/A80x0/A70x0 SoCs. The top level patch is

[U-Boot] Baremetal && Qemu vexpress && U-boot

2017-01-08 Thread Mark L .
Hi, I have a problem with a baremetal program I would like U-boot to launch inside a QEMU. Versions: Qemu: 2.2.1. Machine vexpress-a9 U-boot: fetched "latest" from ftp (dated as 11/07/2016) U-boot machine: vexpress_ca9x4_config I followed the instructions in this link:

[U-Boot] Porting u-boot to a new soc, unsure of standards to follow.

2017-01-08 Thread Marty Plummer
Greetings, So, out of a desire to learn (or simply pure masochism), I've taken it upon myself to work on mainlining support for a new arm SoC and board, which the vendor SDK only provides source for release 2010.06 (which I had to find via taobao since the vendor in question is not being nice in