Re: [U-Boot] [PATCH] x86: Add congatec conga-QA3/E3845-4G (Bail Trail) support

2016-03-16 Thread Bin Meng
Hi Stefan, On Wed, Mar 16, 2016 at 2:32 PM, Stefan Roese wrote: > Hi Bin, > > On 16.03.2016 03:18, Bin Meng wrote: >> >> On Wed, Mar 16, 2016 at 12:14 AM, Stefan Roese wrote: >>> >>> This patch adds support for the congatec conga-QA3/E3845-4G eMMC8 SoM, >>> installed on the congatec Qseven 2.0 e

Re: [U-Boot] [PATCH] x86: Add congatec conga-QA3/E3845-4G (Bail Trail) support

2016-03-16 Thread Bin Meng
Hi Stefan, On Wed, Mar 16, 2016 at 3:31 PM, Bin Meng wrote: > Hi Stefan, > > On Wed, Mar 16, 2016 at 2:32 PM, Stefan Roese wrote: >> Hi Bin, >> >> On 16.03.2016 03:18, Bin Meng wrote: >>> >>> On Wed, Mar 16, 2016 at 12:14 AM, Stefan Roese wrote: This patch adds support for the congate

[U-Boot] [PATCH v2] x86: Add congatec conga-QA3/E3845-4G (Bay Trail) support

2016-03-16 Thread Stefan Roese
This patch adds support for the congatec conga-QA3/E3845-4G eMMC8 SoM, installed on the congatec Qseven 2.0 evaluation carrier board (conga-QEVAL). Its port is very similar to the MinnowboardMAX port and also uses the Intel FSP as described in doc/README.x86. Currently supported are the following

Re: [U-Boot] [PATCH v2] x86: Add congatec conga-QA3/E3845-4G (Bay Trail) support

2016-03-16 Thread Bin Meng
On Wed, Mar 16, 2016 at 3:48 PM, Stefan Roese wrote: > This patch adds support for the congatec conga-QA3/E3845-4G eMMC8 SoM, > installed on the congatec Qseven 2.0 evaluation carrier board > (conga-QEVAL). > > Its port is very similar to the MinnowboardMAX port and also uses > the Intel FSP as de

[U-Boot] [PATCH 0/3] Update gdsys board support

2016-03-16 Thread dirk . eibach
From: Dirk Eibach Dirk Eibach (2): strider: Add DP501 support for cpu model strider: Define pca593x widths Reinhard Pfau (1): strider: use optimised bus timing for FPGA access board/gdsys/common/dp501.c| 31 +++ board/gdsys/common/dp501.h| 1 + boa

Re: [U-Boot] [PATCH] Add CONFIG_GMAC_TX_DELAY=4 for OlinuXino Lime2

2016-03-16 Thread Michael Haas
On 03/15/2016 07:09 PM, Karsten Merker wrote: > On Tue, Mar 15, 2016 at 06:41:39AM +0100, Michael Haas wrote: > >> This change is required to get GBIT Ethernet to work >> reliably on my board. Without CONFIG_GMAC_TX_DELAY=4, the connection >> suffers severe packet loss and SSH becomes unusable. >>

Re: [U-Boot] [PATCH 2/5] arm: Add support for HYP mode and LPAE page tables

2016-03-16 Thread Alexander Graf
On 15.03.16 18:35, Tom Rini wrote: > On Tue, Mar 15, 2016 at 06:21:45PM +0100, Alexander Graf wrote: > >> Signed-off-by: Alexander Graf >> --- >> arch/arm/include/asm/system.h | 99 >> --- >> arch/arm/lib/cache-cp15.c | 66 ++

[U-Boot] [PATCH 1/3] strider: Add DP501 support for cpu model

2016-03-16 Thread dirk . eibach
From: Dirk Eibach Signed-off-by: Dirk Eibach --- board/gdsys/common/dp501.c| 31 +++ board/gdsys/common/dp501.h| 1 + board/gdsys/common/osd.c | 22 +- board/gdsys/mpc8308/strider.c | 31 ++- 4 files chan

[U-Boot] [PATCH 3/3] strider: use optimised bus timing for FPGA access

2016-03-16 Thread dirk . eibach
From: Reinhard Pfau Use optimised bus timing for FPGA access. Signed-off-by: Reinhard Pfau Signed-off-by: Dirk Eibach --- include/configs/strider.h | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/include/configs/strider.h b/include/configs/strider.h index 1ca

[U-Boot] [PATCH] dm: device.c: Minor coding-style fix

2016-03-16 Thread Stefan Roese
Fix multi-line comment indentation in device_bind() Signed-off-by: Stefan Roese Cc: Simon Glass --- drivers/core/device.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/core/device.c b/drivers/core/device.c index cb24a61..766c717 100644 --- a/drivers/co

Re: [U-Boot] [PATCH] dm: device.c: Minor coding-style fix

2016-03-16 Thread Bin Meng
On Wed, Mar 16, 2016 at 4:58 PM, Stefan Roese wrote: > Fix multi-line comment indentation in device_bind() > > Signed-off-by: Stefan Roese > Cc: Simon Glass > --- > drivers/core/device.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > Reviewed-by: Bin Meng _

[U-Boot] [PATCH 2/3] strider: Define pca593x widths

2016-03-16 Thread dirk . eibach
From: Dirk Eibach Signed-off-by: Dirk Eibach --- include/configs/strider.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/configs/strider.h b/include/configs/strider.h index 8771cdc..1cae9ab 100644 --- a/include/configs/strider.h +++ b/include/configs/strider.h @@ -334,6 +334

[U-Boot] [PATCH v8 0/9] add support for atheros ath79 based SOCs

2016-03-16 Thread Wills Wang
These series of patch add support for atheros ath79 based SOCs in u-boot, at the present moment it's just available for ar933x and qca953x chip. Changes in v8: - Use setbits_be32 - Use lookup-table instead of big switch statement for CPU detection - Fix multi-line comment for ar933x - Fix multi-li

[U-Boot] [PATCH v8 1/9] mips: add base support for QCA/Atheros ath79 SOCs

2016-03-16 Thread Wills Wang
This patch add some common code for QCA/Atheros ath79 SOCs such as DDR tuning, chip reset and CPU detection. Signed-off-by: Wills Wang --- Changes in v8: - Use setbits_be32 - Use lookup-table instead of big switch statement for CPU detection Changes in v7: - Use setbits_32 - Fix include path fo

[U-Boot] [PATCH v8 9/9] mips: ath79: add AP143 reference board

2016-03-16 Thread Wills Wang
This patch add board-level code and base DT for AP143. Signed-off-by: Wills Wang --- Changes in v8: - Move board/ath79/ap143 into board/qca/ap143 - Move SYS_VENDOR into board-level for ap143 Changes in v7: - Use KSEG1 address for debug port in ap143 Changes in v6: None Changes in v5: None Chan

[U-Boot] [PATCH v8 4/9] drivers: pinctrl: Add simple pinctrl driver for QCA/Athores ar933x.

2016-03-16 Thread Wills Wang
This is a simple pinctrl driver, it just support uart and spi pin-mux now. Signed-off-by: Wills Wang --- Changes in v8: None Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/pinctrl/Kconfig| 9 +++

[U-Boot] [PATCH v8 2/9] mips: ath79: add support for AR933x SOCs

2016-03-16 Thread Wills Wang
This patch enable work for ar933x SOC. Signed-off-by: Wills Wang --- Changes in v8: - Fix multi-line comment for ar933x Changes in v7: - Use CKSEGxADDR instead of KSEGxADDR for ar933x Changes in v6: - Remove board.c - Define magic value in ddr.c Changes in v5: - Add ddr.c for ar933x Changes

[U-Boot] [PATCH v8 3/9] mips: ath79: add support for QCA953x SOCs

2016-03-16 Thread Wills Wang
This patch enable work for qca953x SOC. Signed-off-by: Wills Wang --- Changes in v8: - Fix multi-line comment for qca953x Changes in v7: - Use CKSEGxADDR instead of KSEGxADDR for qca953x Changes in v6: - Initial support for qca953x Changes in v5: None Changes in v4: None Changes in v3: None C

[U-Boot] [PATCH v8 6/9] drivers: serial: add serial driver for ar933x SOC

2016-03-16 Thread Wills Wang
This patch add support for ar933x serial. Reviewed-by: Thomas Chou Reviewed-by: Daniel Schwierzeck Reviewed-by: Simon Glass Signed-off-by: Wills Wang --- Changes in v8: - Remove ath79_serial_write/read - Use pinctrl for serial - Add Kconfig dependence for serial option Changes in v7: - remo

[U-Boot] [PATCH v8 5/9] drivers: pinctrl: Add simple pinctrl driver for QCA/Athores qca953x.

2016-03-16 Thread Wills Wang
This is a simple pinctrl driver, it just support uart and spi pin-mux now. Signed-off-by: Wills Wang --- Changes in v8: None Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/pinctrl/Kconfig | 9 ++

[U-Boot] [PATCH v8 7/9] drivers: spi: add spi support for QCA/Atheros ath79 SOCs

2016-03-16 Thread Wills Wang
This patch add a compatible spi driver for ath79 series SOC. Reviewed-by: Thomas Chou Reviewed-by: Daniel Schwierzeck Signed-off-by: Wills Wang --- Changes in v8: - Remove ath79_spi_write/read - Use pinctrl for spi - Add Kconfig dependence for spi option - Use dev_get_parent Changes in v7: -

[U-Boot] [PATCH v8 8/9] mips: ath79: add AP121 reference board

2016-03-16 Thread Wills Wang
This patch add board-level code and base DT for AP121. Signed-off-by: Wills Wang --- Changes in v8: - Move board/ath79/ap121 into board/qca/ap121 - Move SYS_VENDOR into board-level for ap121 Changes in v7: - Use KSEG1 address for debug port in ap121 Changes in v6: - Convert SZ_XXX into hex in

Re: [U-Boot] [PATCH v3 4/4] board: pic32mzda: enable USB-host, USB-storage support.

2016-03-16 Thread Daniel Schwierzeck
Am 15.03.2016 um 13:44 schrieb Purna Chandra Mandal: > Enable MUSB host and USB storage support for Microchip > PIC32MZ[DA] Starter Kit. > > Signed-off-by: Purna Chandra Mandal > > --- > > Changes in v3: > - add arch specific reads{bwlq}, writes{bwlq} in respective arch io.h > - remove reads{

Re: [U-Boot] [PATCH] Add CONFIG_GMAC_TX_DELAY=4 for OlinuXino Lime2

2016-03-16 Thread Hans de Goede
Hi, On 16-03-16 09:32, Michael Haas wrote: On 03/15/2016 07:09 PM, Karsten Merker wrote: On Tue, Mar 15, 2016 at 06:41:39AM +0100, Michael Haas wrote: This change is required to get GBIT Ethernet to work reliably on my board. Without CONFIG_GMAC_TX_DELAY=4, the connection suffers severe packe

Re: [U-Boot] [PATCH v3 3/4] drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller.

2016-03-16 Thread Purna Chandra Mandal
On 03/15/2016 11:49 PM, Marek Vasut wrote: > On 03/15/2016 01:44 PM, Purna Chandra Mandal wrote: >> This driver adds support of PIC32 MUSB OTG controller as dual role device. >> It implements platform specific glue to reuse musb core. >> >> Signed-off-by: Cristian Birsan >> Signed-off-by: Purna C

[U-Boot] [PATCH] armv8: fsl-layerscape: don't reconfigure QSPI clock when booting from QSPI

2016-03-16 Thread Gong Qianyu
It has set the qspi_cfg register earlier through PBI when booting from QSPI. We'd better not change it. Signed-off-by: Gong Qianyu --- arch/arm/cpu/armv8/fsl-layerscape/soc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv8/fsl-layerscape/soc.c b/arch/arm/c

Re: [U-Boot] [PATCH] Add CONFIG_GMAC_TX_DELAY=4 for OlinuXino Lime2

2016-03-16 Thread Hans de Goede
Hi, On 16-03-16 10:29, Hans de Goede wrote: Hi, On 16-03-16 09:32, Michael Haas wrote: On 03/15/2016 07:09 PM, Karsten Merker wrote: On Tue, Mar 15, 2016 at 06:41:39AM +0100, Michael Haas wrote: This change is required to get GBIT Ethernet to work reliably on my board. Without CONFIG_GMAC_T

Re: [U-Boot] [PATCH] drivers: mtd: add Microchip PIC32 internal non-CFI flash driver.

2016-03-16 Thread Purna Chandra Mandal
On 03/15/2016 05:35 PM, Jagan Teki wrote: > On 14 March 2016 at 19:37, Purna Chandra Mandal > wrote: >> Jagan. >> >> On 03/14/2016 07:16 PM, Jagan Teki wrote: >> >>> On Monday 14 March 2016 07:00 PM, Purna Chandra Mandal wrote: On 03/14/2016 06:13 PM, Daniel Schwierzeck wrote: > 2016-03-