Re: [U-Boot] [PATCH v1 05/11] ARM: display5: Increase the pre-relocation malloc pool size to 4KiB

2019-06-09 Thread Peng Fan
> Subject: Re: [PATCH v1 05/11] ARM: display5: Increase the pre-relocation > malloc pool size to 4KiB > > Hi Peng, > > > > Subject: [PATCH v1 05/11] ARM: display5: Increase the pre-relocation > > > malloc pool size to 4KiB > > > > > > Porting more DTS code from Linux kernel for display5 board req

Re: [U-Boot] [PATCH 00/15] Add Intel Agilex SoC support

2019-06-09 Thread Ley Foon Tan
On Thu, May 30, 2019 at 5:03 PM Ley Foon Tan wrote: > > This is 2nd version of patchset to add Intel Agilex SoC[1] support. > This patchset needs to apply after patch in [2] for Designware i2c clock from > DM. > > Intel Agilex SoC is with a 64-bit quad core ARM Cortex-A53 MPCore > hard processor

Re: [U-Boot] [PATCH 1/2] MIPS: add empty arch/clk.h

2019-06-09 Thread Ramon Fried
Hi Daniel Please wait with this patch, I'll send v2 shortly. Sorry. Ramon. On Sun, Jun 9, 2019 at 7:51 AM Ramon Fried wrote: > The file is needed for compilation of various > drivers (IE. macb). > Add empty implementation so compilation succeeds. > > Signed-off-by: Ramon Fried > --- > arch/mip

Re: [U-Boot] [PATCH 2/2] MIPS: add dma-mapping.h implementation

2019-06-09 Thread Ramon Fried
Hi Daniel Please wait with this patch, I'll send v2 shortly. Sorry. Ramon. On Sun, Jun 9, 2019 at 7:52 AM Ramon Fried wrote: > add implementation for dma_alloc_coherent(), > dma_free_coherent(), dma_map_single() and dma_free_single() > > Signed-off-by: Ramon Fried > --- > arch/mips/include/asm

[U-Boot] [PULL] u-boot-atmel-fixes-2019.07-a

2019-06-09 Thread Eugen.Hristev
Hello Tom, Please pull tag u-boot-atmel-fixes-2019.07-a , the first set of fixes for u-boot-atmel for 2019.07 release. The fixes include small SPL fixes for the sama5d2 ICP board, and nand flash fixes for sama5d2 PTC and sama5d4_xplained Travis CI: https://travis-ci.org/ehristev/u-boot/builds

[U-Boot] [GIT] Pull request: u-boot-dfu (10.06.2019)

2019-06-09 Thread Lukasz Majewski
Dear Marek, The following changes since commit 6d277fb0ed145f82dd50cc6e99d2fa553a588c3b: spl: Correct SPL_SIZE_LIMIT Kconfig option (2019-06-08 07:49:00 -0400) are available in the git repository at: git://git.denx.de/u-boot-dfu.git for you to fetch changes up to 91810aa7fded782deda5de532

Re: [U-Boot] [PATCH 1/2] spl: at91: add support for SPL_AT91_MCK_BYPASS

2019-06-09 Thread Eugen.Hristev
On 24.05.2019 09:47, Eugen Hristev - M18282 wrote: > From: Eugen Hristev > > By default the configuration of the PMC is to have an external crystal > connected that requires driving on both XIN and XOUT pins. > The bypass configuration means that only XIN will be used, the SoC will not > do any

Re: [U-Boot] [PATCH] configs: atmel: sama5d4_xplained_mmc: enable HW PMECC

2019-06-09 Thread Eugen.Hristev
On 28.05.2019 12:35, Eugen Hristev - M18282 wrote: > From: Eugen Hristev > > NAND: BUG at drivers/mtd/nand/raw/nand_base.c:4361/nand_scan_tail()! > > This board has a NAND flash enabled, and it requires the HW PMECC in order > to correctly probe this flash. > In the NAND flash configuration ,

Re: [U-Boot] [PATCH] i2c: designware: Get clock rate from clock DM

2019-06-09 Thread Ley Foon Tan
On Thu, May 30, 2019 at 5:13 PM Marek Vasut wrote: > > On 5/30/19 11:07 AM, Ley Foon Tan wrote: > > On Thu, May 30, 2019 at 4:59 PM Marek Vasut wrote: > >> > >> On 5/30/19 10:43 AM, Ley Foon Tan wrote: > >>> Get clock rate from clock DM if CONFIG_CLK is enabled. > >>> Otherwise, uses IC_CLK defin

Re: [U-Boot] [PATCH v1 05/11] ARM: display5: Increase the pre-relocation malloc pool size to 4KiB

2019-06-09 Thread Lukasz Majewski
Hi Peng, > > Subject: [PATCH v1 05/11] ARM: display5: Increase the > > pre-relocation malloc pool size to 4KiB > > > > Porting more DTS code from Linux kernel for display5 board required > > increase of pre-relocation malloc pool size in U-Boot proper. > > > > The early malloc memory is necessar

Re: [U-Boot] [PATCH] mmc: Avoid HS400 mode when accessing boot partitions

2019-06-09 Thread Peng Fan
> Subject: Re: [U-Boot] [PATCH] mmc: Avoid HS400 mode when accessing boot > partitions > > Hi Marek, Peng, > > On 03/06/19 12:04 PM, Peng Fan wrote: > > > >> Subject: [PATCH] mmc: Avoid HS400 mode when accessing boot partitions > >> > >> According to JEDEC JESD84-B51.pdf section 6.3.3 Boot operat

Re: [U-Boot] [PATCH 2/2 v2] drivers: net: add NXP ENETC MDIO driver

2019-06-09 Thread Bin Meng
Hi Alex, On Sat, Jun 8, 2019 at 12:13 AM Alex Marginean wrote: > > Adds a driver for the MDIO interface currently integrated in LS1028a SoC. > This MDIO interface is shared by multiple ethernet interfaces and is > presented as a stand-alone PCI function on the SoC ECAM. > > Signed-off-by: Alex Ma

Re: [U-Boot] [PATCH 1/2 v2] drivers: net: add NXP ENETC ethernet driver

2019-06-09 Thread Bin Meng
Hi Alex, On Sat, Jun 8, 2019 at 12:12 AM Alex Marginean wrote: > > Adds a driver for NXP ENETC ethernet controller currently integrated in > LS1028a. ENETC is a fairly straight-forward BD ring device and interfaces > are presented as PCI EPs on the SoC ECAM. > > Signed-off-by: Catalin Horghidan

Re: [U-Boot] [PATCH 1/6] dm: cache: add v5l2 cache controller driver

2019-06-09 Thread Bin Meng
Hi Rick, On Mon, Jun 10, 2019 at 10:26 AM Rick Chen wrote: > > Hi Lukas > > > > > Hi Rick, > > > > On Wed, 2019-06-05 at 16:58 +0800, Rick Chen wrote: > > > Hi Bin > > > > > > Bin Meng 於 2019年6月4日 週二 上午10:48寫道: > > > > Hi Rick, > > > > > > > > On Tue, May 28, 2019 at 5:44 PM Andes wrote: > > >

Re: [U-Boot] [PATCH] arm: ls1028a: define the integrated PCI bus (ECAM)

2019-06-09 Thread Bin Meng
Hi Alex, On Fri, Jun 7, 2019 at 10:41 PM Alex Marginean wrote: > > On 6/5/2019 4:09 AM, Bin Meng wrote: > > Hi Alex, > > > > On Tue, Jun 4, 2019 at 9:59 PM Alex Marginean > > wrote: > >> > >> Hi Bin, > >> > >> On 6/2/2019 5:22 PM, Bin Meng wrote: > >>> Hi Alex, > >>> > >>> On Fri, May 31, 2019

Re: [U-Boot] [PATCH 1/6] dm: cache: add v5l2 cache controller driver

2019-06-09 Thread Rick Chen
Hi Lukas > > Hi Rick, > > On Wed, 2019-06-05 at 16:58 +0800, Rick Chen wrote: > > Hi Bin > > > > Bin Meng 於 2019年6月4日 週二 上午10:48寫道: > > > Hi Rick, > > > > > > On Tue, May 28, 2019 at 5:44 PM Andes wrote: > > > > From: Rick Chen > > > > > > > > Add a v5l2 cache controller driver that is usually

Re: [U-Boot] [PATCH v2] arm: ls1028a: define the integrated PCI bus (ECAM)

2019-06-09 Thread Bin Meng
On Fri, Jun 7, 2019 at 10:03 PM Alex Marginean wrote: > > LS1028A includes an integrated PCI bus with 11 PCI functions residing on > bus 0. ECAM plus the device register space takes up 256MB of address > space. > > Signed-off-by: Alex Marginean > --- > > Changes in v2: > - added comments

Re: [U-Boot] [PATCH v1 11/11] ARM: display5: Remove common.c file (after DM/DTS U-Boot proper conversion)

2019-06-09 Thread Peng Fan
> Subject: [PATCH v1 11/11] ARM: display5: Remove common.c file (after > DM/DTS U-Boot proper conversion) > > The common.c file content can be safely moved to spl.c file after performing > the DM/DTS conversion for the U-Boot proper. > > It contains the non DM/DTS setup code, which now is only us

Re: [U-Boot] [PATCH v1 09/11] DM: display5: Convert display5 board to use DM/DTS

2019-06-09 Thread Peng Fan
> Subject: [PATCH v1 09/11] DM: display5: Convert display5 board to use > DM/DTS > > This commit converts display5 board (also its 'factory' variant) to use > DM/DTS. > > The change has been made in a single patch to avoid problems with > unbuildable commits (as DM conversion breaks some of them

Re: [U-Boot] [EXT] Did anything ever happen with mvmdio / marvell xsmi support?

2019-06-09 Thread Ken Ma
Dear Nevo My team was cut off last year, so I could not continue it. If you could, please help give it a go. The patches passed review, but a sandbox driver is missed from Simon Glass comments, so the patches are not merged. Thanks a lot for your information. Yours, Ken -Original Message-

Re: [U-Boot] [PATCH v1 10/11] ARM: display5: Remove UART initialization code after DM/DTS conversion (non-console)

2019-06-09 Thread Peng Fan
> Subject: [PATCH v1 10/11] ARM: display5: Remove UART initialization code > after DM/DTS conversion (non-console) > > This UART is not used in U-Boot, so there is no need to initialize it. > > Signed-off-by: Lukasz Majewski > --- > > board/liebherr/display5/common.c | 13 - > bo

Re: [U-Boot] [PATCH v1 08/11] ARM: display5: Remove U_BOOT_DEVICE definition of serial_mxc

2019-06-09 Thread Peng Fan
> Subject: [PATCH v1 08/11] ARM: display5: Remove U_BOOT_DEVICE > definition of serial_mxc > > Before the wide DM/DTS adoption in the U-Boot proper, the display5 has > been using only DM_SERIAL to provide serial console in pre-relocation. > > After moving to full DM/DTS adoption in the U-Boot pro

Re: [U-Boot] [PATCH v1 07/11] DTS: Add imx6q-display5-u-boot.dtsi file with u-boot specific properties

2019-06-09 Thread Peng Fan
> Subject: [PATCH v1 07/11] DTS: Add imx6q-display5-u-boot.dtsi file with > u-boot specific properties > > This file setups UART5 based serial to be used as pre-relocation console in > the > U-Boot proper. > > On purpose pinux configuration is omitted here as it has been already done in > SPL. F

Re: [U-Boot] [PATCH v1 06/11] DTS: imx: Add display5 board (imx6q based) device tree description (v5.1)

2019-06-09 Thread Peng Fan
> Subject: [PATCH v1 06/11] DTS: imx: Add display5 board (imx6q based) device > tree description (v5.1) > > This commit ports from Linux kernel - tag: v5.1 - the device tree description > for display5 board. > > Signed-off-by: Lukasz Majewski > --- > > arch/arm/dts/imx6q-display5.dts | 352 > +

Re: [U-Boot] [PATCH v1 05/11] ARM: display5: Increase the pre-relocation malloc pool size to 4KiB

2019-06-09 Thread Peng Fan
> Subject: [PATCH v1 05/11] ARM: display5: Increase the pre-relocation malloc > pool size to 4KiB > > Porting more DTS code from Linux kernel for display5 board required increase > of pre-relocation malloc pool size in U-Boot proper. > > The early malloc memory is necessary for handling parsing a

Re: [U-Boot] [PATCH v1 04/11] gpio: Add missing parenthesis to the GPIO_TO_PORT define

2019-06-09 Thread Peng Fan
> Subject: [PATCH v1 04/11] gpio: Add missing parenthesis to the > GPIO_TO_PORT define > > Add missing parenthesis to the GPIO_TO_PORT macro. > > Signed-off-by: Lukasz Majewski > --- > > drivers/gpio/mxc_gpio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/g

Re: [U-Boot] [PATCH v1 01/11] cosmetic: display5: Remove not needed comments

2019-06-09 Thread Peng Fan
> Subject: [PATCH v1 01/11] cosmetic: display5: Remove not needed comments > > Some comments are not needed anymore after Kconfig automated > conversion. > > Signed-off-by: Lukasz Majewski > --- > > include/configs/display5.h | 5 - > 1 file changed, 5 deletions(-) > > diff --git a/includ

Re: [U-Boot] [PATCH v1 02/11] cosmetic: Update comment in cmd/eeprom.c

2019-06-09 Thread Peng Fan
> Subject: [PATCH v1 02/11] cosmetic: Update comment in cmd/eeprom.c > > This commit just corrects spelling of 'accessed' word in the EEPROM > comment. > > Signed-off-by: Lukasz Majewski > --- > > cmd/eeprom.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/cmd/eeprom

Re: [U-Boot] [PATCH 1/6] ARM: dts: imx: imx53: Synchronize iMX53 DT with Linux

2019-06-09 Thread Marek Vasut
On 6/9/19 11:01 PM, Lukasz Majewski wrote: > Hi Marek, > >> Synchronize iMX53 device tree from Linux next-20190607 3f310e51ceb1 , >> this is needed to get NFC, UART, USBOTG DT nodes. >> > > As fair as I remember, for the imx53 we only added the necessary nodes > for imx53.dtsi Linux file as addin

Re: [U-Boot] [PATCH 1/6] ARM: dts: imx: imx53: Synchronize iMX53 DT with Linux

2019-06-09 Thread Lukasz Majewski
Hi Marek, > Synchronize iMX53 device tree from Linux next-20190607 3f310e51ceb1 , > this is needed to get NFC, UART, USBOTG DT nodes. > As fair as I remember, for the imx53 we only added the necessary nodes for imx53.dtsi Linux file as adding full DM/DTS caused some issues with the u-boot binary

[U-Boot] [PATCH v1 09/11] DM: display5: Convert display5 board to use DM/DTS

2019-06-09 Thread Lukasz Majewski
This commit converts display5 board (also its 'factory' variant) to use DM/DTS. The change has been made in a single patch to avoid problems with unbuildable commits (as DM conversion breaks some of them). Notable changes (DM/DTS conversion): - PINCTRL{_IMX6} - DM_I2C - enable 'regulator' and 'p

[U-Boot] [PATCH v1 08/11] ARM: display5: Remove U_BOOT_DEVICE definition of serial_mxc

2019-06-09 Thread Lukasz Majewski
Before the wide DM/DTS adoption in the U-Boot proper, the display5 has been using only DM_SERIAL to provide serial console in pre-relocation. After moving to full DM/DTS adoption in the U-Boot proper the U_BOOT_DEVICE definition is not needed anymore, as it has been replaced with udevice creation

[U-Boot] [PATCH v1 07/11] DTS: Add imx6q-display5-u-boot.dtsi file with u-boot specific properties

2019-06-09 Thread Lukasz Majewski
This file setups UART5 based serial to be used as pre-relocation console in the U-Boot proper. On purpose pinux configuration is omitted here as it has been already done in SPL. For early pre-relocation code we only need the serial device from DTS. Signed-off-by: Lukasz Majewski --- arch/arm/d

[U-Boot] [PATCH v1 10/11] ARM: display5: Remove UART initialization code after DM/DTS conversion (non-console)

2019-06-09 Thread Lukasz Majewski
This UART is not used in U-Boot, so there is no need to initialize it. Signed-off-by: Lukasz Majewski --- board/liebherr/display5/common.c | 13 - board/liebherr/display5/common.h | 1 - board/liebherr/display5/display5.c | 2 -- 3 files changed, 16 deletions(-) diff --git a/

[U-Boot] [PATCH v1 03/11] ARM: display5: Fix CS check after moving some SPI related CONFIGs to Kconfig

2019-06-09 Thread Lukasz Majewski
After commit 14453fbfadc2 ("Convert CONFIG_SF_DEFAULT_* to Kconfig") and commit abe66b1b5dec ("Convert CONFIG_ENV_SPI_* to Kconfig") ,which moved some SPI related CONFIG_* defines to Kconfig the display5 board has become unbootable as the SPI CS check condition had wrong value. This commit fixes t

[U-Boot] [PATCH v1 11/11] ARM: display5: Remove common.c file (after DM/DTS U-Boot proper conversion)

2019-06-09 Thread Lukasz Majewski
The common.c file content can be safely moved to spl.c file after performing the DM/DTS conversion for the U-Boot proper. It contains the non DM/DTS setup code, which now is only used by SPL. Signed-off-by: Lukasz Majewski --- board/liebherr/display5/Makefile | 4 +- board/liebherr/display5/c

[U-Boot] [PATCH v1 06/11] DTS: imx: Add display5 board (imx6q based) device tree description (v5.1)

2019-06-09 Thread Lukasz Majewski
This commit ports from Linux kernel - tag: v5.1 - the device tree description for display5 board. Signed-off-by: Lukasz Majewski --- arch/arm/dts/imx6q-display5.dts | 352 1 file changed, 352 insertions(+) diff --git a/arch/arm/dts/imx6q-display5.dts b/

[U-Boot] [PATCH v1 05/11] ARM: display5: Increase the pre-relocation malloc pool size to 4KiB

2019-06-09 Thread Lukasz Majewski
Porting more DTS code from Linux kernel for display5 board required increase of pre-relocation malloc pool size in U-Boot proper. The early malloc memory is necessary for handling parsing and setup of e.g. serial port device (and all its ancestors in DT tree). Signed-off-by: Lukasz Majewski ---

[U-Boot] [PATCH v1 04/11] gpio: Add missing parenthesis to the GPIO_TO_PORT define

2019-06-09 Thread Lukasz Majewski
Add missing parenthesis to the GPIO_TO_PORT macro. Signed-off-by: Lukasz Majewski --- drivers/gpio/mxc_gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpio.c index 8bd30c75b2..64ab7a303f 100644 --- a/drivers/gpio/mxc_gpio.c +

[U-Boot] [PATCH v1 00/11] DM: display5: Convert display5 board to DM/DTS (including 'factory' setup)

2019-06-09 Thread Lukasz Majewski
This patch series converts display5 to use DM/DTS. The SPL conversion to DM/DTS has been omited. It has been divided to following parts: - First 2 patches are cosmetic ones and clean the U-Boot code base - Next 3 patches fix display5 to make it bootable again - Next 2 patches port DTS description

[U-Boot] [PATCH v1 02/11] cosmetic: Update comment in cmd/eeprom.c

2019-06-09 Thread Lukasz Majewski
This commit just corrects spelling of 'accessed' word in the EEPROM comment. Signed-off-by: Lukasz Majewski --- cmd/eeprom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/eeprom.c b/cmd/eeprom.c index 7b1f81477f..19953df082 100644 --- a/cmd/eeprom.c +++ b/cmd/eeprom.c

[U-Boot] [PATCH v1 01/11] cosmetic: display5: Remove not needed comments

2019-06-09 Thread Lukasz Majewski
Some comments are not needed anymore after Kconfig automated conversion. Signed-off-by: Lukasz Majewski --- include/configs/display5.h | 5 - 1 file changed, 5 deletions(-) diff --git a/include/configs/display5.h b/include/configs/display5.h index 5e982b8d27..5dbe5b8528 100644 --- a/includ

Re: [U-Boot] [PATCH 6/6] riscv: ax25: use CCTL to flush d-cache

2019-06-09 Thread Auer, Lukas
Hi Rick, On Wed, 2019-06-05 at 17:39 +0800, Bin Meng wrote: > Hi Rick, > > On Wed, Jun 5, 2019 at 5:38 PM Rick Chen wrote: > > Hi Bin > > > > > Hi Rick, > > > > > > On Tue, May 28, 2019 at 5:45 PM Andes wrote: > > > > From: Rick Chen > > > > > > > > Use CCTL command to do d-cache write back

Re: [U-Boot] [PATCH 1/6] dm: cache: add v5l2 cache controller driver

2019-06-09 Thread Auer, Lukas
Hi Rick, On Wed, 2019-06-05 at 16:58 +0800, Rick Chen wrote: > Hi Bin > > Bin Meng 於 2019年6月4日 週二 上午10:48寫道: > > Hi Rick, > > > > On Tue, May 28, 2019 at 5:44 PM Andes wrote: > > > From: Rick Chen > > > > > > Add a v5l2 cache controller driver that is usually found on > > > Andes RISC-V ae35

[U-Boot] [PATCH 4/6] ARM: imx: m53menlo: Convert MMC, USB and block to DM

2019-06-09 Thread Marek Vasut
Enable DM block and DM MMC and DM USB support on iMX53 M53Menlo . Convert board code to match the DM support. This also enables DM pincontrol to configure the SDHI pins. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Stefano Babic --- board/menlo/m53menlo/m53menlo.c | 66

Re: [U-Boot] [PATCH 2/2] mx6sx: vining2000: pinmux usdhc4 reset

2019-06-09 Thread Marek Vasut
On 6/9/19 10:33 AM, Stefano Babic wrote: > Hi Marek, > > On 17/05/19 21:19, Marek Vasut wrote: >> From: Christoph Fritz >> >> This patch configures pinmux for pin usdhc4 reset. >> >> Signed-off-by: Christoph Fritz >> --- >> board/softing/vining_2000/vining_2000.c | 4 >> 1 file changed, 4

[U-Boot] [PATCH 5/6] ARM: imx: m53menlo: Convert WDT support to DM

2019-06-09 Thread Marek Vasut
Enable DM Watchdog support on iMX53 M53Menlo. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Stefano Babic --- arch/arm/dts/imx53-m53menlo-u-boot.dtsi | 5 + configs/m53menlo_defconfig | 2 ++ include/configs/m53menlo.h | 5 + 3 files changed, 12 insertions(

[U-Boot] [PATCH 6/6] ARM: imx: m53menlo: Convert to DM VIDEO

2019-06-09 Thread Marek Vasut
Enable DM Video support on iMX53 M53Menlo and fix minor details to restore previous behavior of the system. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Stefano Babic --- board/menlo/m53menlo/m53menlo.c | 48 +++-- configs/m53menlo_defconfig | 7 +++-- inc

[U-Boot] [PATCH 3/6] ARM: imx: m53menlo: Enable DM GPIO

2019-06-09 Thread Marek Vasut
Enable DM GPIO support on iMX53 M53Menlo and fix up board code where applicable. Enable MALLOC_F to let the GPIO controllers bind early on. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Stefano Babic --- board/menlo/m53menlo/m53menlo.c | 8 configs/m53menlo_defconfig | 4

[U-Boot] [PATCH 2/6] ARM: dts: imx: m53menlo: Import M53Menlo DT from Linux

2019-06-09 Thread Marek Vasut
Import iMX53 M53Menlo device tree from Linux next-20190607 3f310e51ceb1 . Enable DT control in full U-Boot . Add U-Boot extras into separate DTSi, the GPIO controllers need to be inited early, otherwise m53_set_clock() won't be able to detect the correct CPU clock frequency by reading the GPIO. Si

[U-Boot] [PATCH 1/6] ARM: dts: imx: imx53: Synchronize iMX53 DT with Linux

2019-06-09 Thread Marek Vasut
Synchronize iMX53 device tree from Linux next-20190607 3f310e51ceb1 , this is needed to get NFC, UART, USBOTG DT nodes. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Stefano Babic --- arch/arm/dts/imx53.dtsi | 745 +++- 1 file changed, 588 insertions(+),

[U-Boot] [RFC] drivers: dma: ti-edma3: Enable edma3-tpcc

2019-06-09 Thread Adam Ford
Enable edma3-tpcc controllers for future use with some Davinci devices. Signed-off-by: Adam Ford diff --git a/arch/arm/mach-davinci/cpu.c b/arch/arm/mach-davinci/cpu.c index f97ad3fc74..e26365cdb1 100644 --- a/arch/arm/mach-davinci/cpu.c +++ b/arch/arm/mach-davinci/cpu.c @@ -91,6 +91,15 @@ int s

Re: [U-Boot] [PATCH] net: mscc: serval: Remove delay when serdes is configured

2019-06-09 Thread Horatiu Vultur
Hi, I just wanted to give you a gentle ping. Thanks. The 06/01/2019 20:10, Daniel Schwierzeck wrote: > External E-Mail > > > > Am 23.05.19 um 21:45 schrieb Horatiu Vultur: > > When serdes configuration was written in hardware there was a delay > > of 100ms to be sure that configuration was wri

[U-Boot] [RESEND Patch] net: mscc: refactor mscc_miim

2019-06-09 Thread Horatiu Vultur
Because all MSCC SoC use the same MDIO bus, put the implementation in one common file(mscc_miim) and make all the other MSCC network drivers to use these functions. Signed-off-by: Horatiu Vultur --- drivers/net/mscc_eswitch/Makefile | 10 +-- drivers/net/mscc_eswitch/jr2_switch.c |

[U-Boot] [PATCH 1/2] MIPS: add empty arch/clk.h

2019-06-09 Thread Ramon Fried
The file is needed for compilation of various drivers (IE. macb). Add empty implementation so compilation succeeds. Signed-off-by: Ramon Fried --- arch/mips/include/asm/mach-generic/clk.h | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 arch/mips/include/asm/mach-generic/cl

[U-Boot] [PATCH 2/2] MIPS: add dma-mapping.h implementation

2019-06-09 Thread Ramon Fried
add implementation for dma_alloc_coherent(), dma_free_coherent(), dma_map_single() and dma_free_single() Signed-off-by: Ramon Fried --- arch/mips/include/asm/dma-mapping.h | 46 + 1 file changed, 46 insertions(+) create mode 100644 arch/mips/include/asm/dma-mapping.h

Re: [U-Boot] [PATCH v2] imx: Extend PCL063 support for phyCORE-i.MX6ULL SOM

2019-06-09 Thread Parthiban
Hello Stefano, On 6/9/19 9:29 AM, Stefano Babic wrote: > Hi Parthiban, > > On 10/04/19 16:35, Parthiban Nallathambi wrote: >> Extend PHYTEC phyBOARD-i.MX6UL for phyCORE-i.MX6UL SoM (PCL063) >> with eMMC on SoM. >> >> CPU: Freescale i.MX6ULL rev1.0 792 MHz (running at 396 MHz) >> CPU: Industri

[U-Boot] [PATCH 2/2] mx6sx: vining2000: pinmux usdhc4 reset

2019-06-09 Thread Stefano Babic
Hi Marek, On 17/05/19 21:19, Marek Vasut wrote: > From: Christoph Fritz > > This patch configures pinmux for pin usdhc4 reset. > > Signed-off-by: Christoph Fritz > --- > board/softing/vining_2000/vining_2000.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/board/softing/vining_

Re: [U-Boot] [PATCH V2 6/7] ARM: imx: novena: Enable DM PCI

2019-06-09 Thread Stefano Babic
On 09/06/19 03:49, Marek Vasut wrote: > On 6/8/19 10:45 PM, Stefano Babic wrote: >> Hi Marek, >> >> On 17/05/19 20:32, Marek Vasut wrote: >>> Enable DM PCI support on iMX6Q Novena. >>> >>> Signed-off-by: Marek Vasut >>> Cc: Fabio Estevam >>> Cc: Stefano Babic >>> Cc: Vagrant Cascadian >>> ---

Re: [U-Boot] [PATCH v2] imx: Extend PCL063 support for phyCORE-i.MX6ULL SOM

2019-06-09 Thread Stefano Babic
Hi Parthiban, On 10/04/19 16:35, Parthiban Nallathambi wrote: > Extend PHYTEC phyBOARD-i.MX6UL for phyCORE-i.MX6UL SoM (PCL063) > with eMMC on SoM. > > CPU: Freescale i.MX6ULL rev1.0 792 MHz (running at 396 MHz) > CPU: Industrial temperature grade (-40C to 105C) at 38C > Reset cause: POR > Mo