[U-Boot] [PATCH] ARM: uniphier: remove BLK select

2016-12-09 Thread Masahiro Yamada
This is a user configurable option, but "select BLK" forces users to enable it. Even with this commit, BLK is still enabled by "default y if DM_MMC" for UniPhier SoCs; the difference is users can disable it if they do not need it. Signed-off-by: Masahiro Yamada

[U-Boot] [PATCH v2] net:phy:MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541

2016-12-09 Thread John Haechten
net:phy:MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541 Signed-off-by: John Haechten --- drivers/net/phy/Makefile| 1 + drivers/net/phy/mscc.c | 509 drivers/net/phy/phy.c | 3 +

[U-Boot] post_codes in u-boot?

2016-12-09 Thread Haleigh Novak
Hello All, I am currently deciphering post_code ouput on a machine running Yocto with a bios of coreboot with a payload of SeaBIOS and another (i think) u-boot, in searching online for one of the post_code values I stumbled on a post

[U-Boot] Rockchip RK3288 regulator device table problem

2016-12-09 Thread Rick Bronson
Hi All, How do I enable a particular regulator upon boot? I have two identically set LDO entries: vccio_en: LDO_REG1 { regulator-always-on; regulator-boot-on;

[U-Boot] [PATCH v2] net:phy:MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541

2016-12-09 Thread John Haechten
net:phy:MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541 Signed-off-by: John Haechten --- drivers/net/phy/Makefile| 1 + drivers/net/phy/mscc.c | 509 drivers/net/phy/phy.c | 3 +

Re: [U-Boot] [PATCH v3 02/13] net: fec_mxc: Convert into driver model

2016-12-09 Thread Jagan Teki
On Dec 9, 2016 7:22 PM, "Joe Hershberger" wrote: Hi Jagan, On Mon, Dec 5, 2016 at 5:00 PM, Jagan Teki wrote: > From: Jagan Teki > > This patch add driver model support for fec_mxc driver. > > Cc: Simon Glass

Re: [U-Boot] [U-Boot, 1/1] arm: mach-omap2: Fix secure file generation

2016-12-09 Thread Andrew F. Davis
On 12/09/2016 03:30 PM, Tom Rini wrote: > On Fri, Dec 09, 2016 at 02:24:32PM -0600, Andrew F. Davis wrote: >> On 12/09/2016 02:10 PM, Tom Rini wrote: >>> On Fri, Dec 09, 2016 at 02:05:29PM -0600, Andrew F. Davis wrote: On 12/09/2016 01:59 PM, Tom Rini wrote: > On Thu, Dec 08, 2016 at

Re: [U-Boot] [U-Boot, 1/1] arm: mach-omap2: Fix secure file generation

2016-12-09 Thread Tom Rini
On Fri, Dec 09, 2016 at 02:24:32PM -0600, Andrew F. Davis wrote: > On 12/09/2016 02:10 PM, Tom Rini wrote: > > On Fri, Dec 09, 2016 at 02:05:29PM -0600, Andrew F. Davis wrote: > >> On 12/09/2016 01:59 PM, Tom Rini wrote: > >>> On Thu, Dec 08, 2016 at 04:48:07PM -0600, Andrew F. Davis wrote: > >>>

Re: [U-Boot] [PATCH 2/5] net: phy: Add support for Marvell M88E1512

2016-12-09 Thread Joe Hershberger
On Fri, Dec 9, 2016 at 6:41 AM, Stefan Roese wrote: > Hi Phil, > > > On 09.12.2016 13:38, Phil Edworthy wrote: >> >> On 09 December 2016 12:16, Stefan Roese wrote: >>> >>> On 09.12.2016 11:40, Phil Edworthy wrote: Signed-off-by: Phil Edworthy

Re: [U-Boot] [PATCH 1/5] net: phy: Fix mask so that we can identify Marvell 88E1518

2016-12-09 Thread Joe Hershberger
On Fri, Dec 9, 2016 at 6:13 AM, Stefan Roese wrote: > On 09.12.2016 11:40, Phil Edworthy wrote: >> >> The mask for the 88E1510 meant that the 88E1518 code would never be >> used. >> >> Signed-off-by: Phil Edworthy Acked-by: Joe Hershberger

Re: [U-Boot] [U-Boot, 1/1] arm: mach-omap2: Fix secure file generation

2016-12-09 Thread Andrew F. Davis
On 12/09/2016 02:10 PM, Tom Rini wrote: > On Fri, Dec 09, 2016 at 02:05:29PM -0600, Andrew F. Davis wrote: >> On 12/09/2016 01:59 PM, Tom Rini wrote: >>> On Thu, Dec 08, 2016 at 04:48:07PM -0600, Andrew F. Davis wrote: >>> When TI_SECURE_DEV_PKG is not defined we warn that the file '*_HS' was

Re: [U-Boot] [U-Boot, 1/1] arm: mach-omap2: Fix secure file generation

2016-12-09 Thread Tom Rini
On Fri, Dec 09, 2016 at 02:05:29PM -0600, Andrew F. Davis wrote: > On 12/09/2016 01:59 PM, Tom Rini wrote: > > On Thu, Dec 08, 2016 at 04:48:07PM -0600, Andrew F. Davis wrote: > > > >> When TI_SECURE_DEV_PKG is not defined we warn that the file '*_HS' was > >> not generated but generate an

Re: [U-Boot] [PATCH v2 1/5] net: phy: Fix mask so that we can identify Marvell 88E1518

2016-12-09 Thread Joe Hershberger
On Fri, Dec 9, 2016 at 7:38 AM, Phil Edworthy wrote: > The mask for the 88E1510 meant that the 88E1518 code would never be > used. > > Signed-off-by: Phil Edworthy > Reviewed-by: Stefan Roese Acked-by: Joe Hershberger

Re: [U-Boot] Pull request: u-boot-net.git master

2016-12-09 Thread Michal Simek
Hi Joe, 2016-12-09 19:35 GMT+01:00 Joe Hershberger : > On Fri, Dec 9, 2016 at 11:43 AM, Michal Simek wrote: > > Hi Joe, > > > > 2016-12-09 17:22 GMT+01:00 Joe Hershberger : > >> > >> Hi Tom, > >> > >> On Fri, Dec 9, 2016 at

Re: [U-Boot] [PATCH v2 3/5] net: phy: Marvell 88E151x: Add support for RGMII

2016-12-09 Thread Joe Hershberger
Hi Phil, On Fri, Dec 9, 2016 at 7:38 AM, Phil Edworthy wrote: > This has been tested with a Marvell 88E1512 PHY. > > Signed-off-by: Phil Edworthy > Reviewed-by: Stefan Roese > --- > v2: > Rebased on top of Joe's code to use

Re: [U-Boot] [PATCH 4/5] net: phy: Marvell 88E151x: Increase delay after init

2016-12-09 Thread Joe Hershberger
On Fri, Dec 9, 2016 at 4:41 AM, Phil Edworthy wrote: > On Marvell 88E1512, the delay is not enough when connected > to some external switches (e.g. Netgear GS108E). > > Signed-off-by: Phil Edworthy Acked-by: Joe Hershberger

Re: [U-Boot] [U-Boot, 1/1] arm: mach-omap2: Fix secure file generation

2016-12-09 Thread Andrew F. Davis
On 12/09/2016 01:59 PM, Tom Rini wrote: > On Thu, Dec 08, 2016 at 04:48:07PM -0600, Andrew F. Davis wrote: > >> When TI_SECURE_DEV_PKG is not defined we warn that the file '*_HS' was >> not generated but generate an unsigned one anyway. When TI_SECURE_DEV_PKG >> is exported and the user

Re: [U-Boot] [U-Boot, 1/1] arm: mach-omap2: Fix secure file generation

2016-12-09 Thread Tom Rini
On Thu, Dec 08, 2016 at 04:48:07PM -0600, Andrew F. Davis wrote: > When TI_SECURE_DEV_PKG is not defined we warn that the file '*_HS' was > not generated but generate an unsigned one anyway. When TI_SECURE_DEV_PKG > is exported and the user re-builds, make will detect this file as > unchangedand

Re: [U-Boot] [PATCH 5/5] net: phy: Marvell: Use phy_interface_is_rgmii helper function

2016-12-09 Thread Joe Hershberger
On Fri, Dec 9, 2016 at 4:41 AM, Phil Edworthy wrote: > Signed-off-by: Phil Edworthy Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v2 5/5] net: phy: Marvell: Use phy_interface_is_rgmii helper function

2016-12-09 Thread Joe Hershberger
On Fri, Dec 9, 2016 at 7:38 AM, Phil Edworthy wrote: > Signed-off-by: Phil Edworthy > Reviewed-by: Stefan Roese Acked-by: Joe Hershberger ___ U-Boot mailing

Re: [U-Boot] [PATCH v2 2/5] net: phy: Add support for Marvell M88E1512

2016-12-09 Thread Joe Hershberger
On Fri, Dec 9, 2016 at 7:43 AM, Stefan Roese wrote: > On 09.12.2016 14:38, Phil Edworthy wrote: >> >> This device also works with the 88E1518 code, so we just adjust >> the UID mask accordingly. >> >> Signed-off-by: Phil Edworthy >> --- >> v2: >> Don't

Re: [U-Boot] [PATCH 2/5] net: phy: Add support for Marvell M88E1512

2016-12-09 Thread Joe Hershberger
On Fri, Dec 9, 2016 at 12:54 PM, Joe Hershberger wrote: > On Fri, Dec 9, 2016 at 6:41 AM, Stefan Roese wrote: >> Hi Phil, >> >> >> On 09.12.2016 13:38, Phil Edworthy wrote: >>> >>> On 09 December 2016 12:16, Stefan Roese wrote: On 09.12.2016

Re: [U-Boot] Pull request: u-boot-net.git master

2016-12-09 Thread Tom Rini
On Fri, Dec 09, 2016 at 12:35:59PM -0600, Joe Hershberger wrote: > On Fri, Dec 9, 2016 at 11:43 AM, Michal Simek wrote: > > Hi Joe, > > > > 2016-12-09 17:22 GMT+01:00 Joe Hershberger : > >> > >> Hi Tom, > >> > >> On Fri, Dec 9, 2016 at 6:12 AM, Tom

Re: [U-Boot] [PATCH v2 4/5] net: phy: Marvell 88E151x: Increase delay after init

2016-12-09 Thread Joe Hershberger
On Fri, Dec 9, 2016 at 7:38 AM, Phil Edworthy wrote: > On Marvell 88E1512, the delay is not enough when connected > to some external switches (e.g. Netgear GS108E). > > Signed-off-by: Phil Edworthy > Reviewed-by: Stefan Roese

Re: [U-Boot] [PATCH 2/2] net: xilinx: Use mdio_register_seq() to support multiple instances

2016-12-09 Thread Joe Hershberger
On Fri, Dec 9, 2016 at 12:39 AM, Michal Simek wrote: > axi_emac, emaclite and gem have the same issue with registering > multiple instances with mdio busses. mdio bus name has to be uniq but > drivers are setting up only one name for all. > Use mdio_register_seq() and

Re: [U-Boot] [PATCH 1/2] common: miiphyutil: Add helper function for mdio bus name

2016-12-09 Thread Joe Hershberger
On Fri, Dec 9, 2016 at 12:39 AM, Michal Simek wrote: > The most of ethernet drivers are using this mdio registration sequence. > strcpy(priv->bus->name, "emac"); > mdio_register(priv->bus); > Where driver can be used only with one MDIO bus because only unique > name

Re: [U-Boot] Pull request: u-boot-net.git master

2016-12-09 Thread Joe Hershberger
On Fri, Dec 9, 2016 at 11:43 AM, Michal Simek wrote: > Hi Joe, > > 2016-12-09 17:22 GMT+01:00 Joe Hershberger : >> >> Hi Tom, >> >> On Fri, Dec 9, 2016 at 6:12 AM, Tom Rini wrote: >> > On Thu, Dec 08, 2016 at 10:37:26AM -0600, Joe

Re: [U-Boot] [PATCH] net: phy: ti: Fix dp83867 RGMII_TXID interface path

2016-12-09 Thread Joe Hershberger
Hi Phil, On Fri, Dec 9, 2016 at 4:46 AM, Phil Edworthy wrote: > There is code that is specifically for RGMII_TXID interface, but this > will never get used because the code checks that the RGMII interface > is RGMII_ID to RGMII_RXID; RGMII_TXID is after this. > > To

Re: [U-Boot] [PATCH v3 02/13] net: fec_mxc: Convert into driver model

2016-12-09 Thread Joe Hershberger
Hi Jagan, On Mon, Dec 5, 2016 at 5:00 PM, Jagan Teki wrote: > From: Jagan Teki > > This patch add driver model support for fec_mxc driver. > > Cc: Simon Glass > Cc: Joe Hershberger > Cc: Peng Fan

Re: [U-Boot] [PATCH 09/14] net: Add ability to set MAC address via EEPROM

2016-12-09 Thread Joe Hershberger
On Fri, Dec 2, 2016 at 4:12 AM, Olliver Schinagl wrote: > Hey Joe, > > > > On 30-11-16 21:00, Joe Hershberger wrote: >> >> On Fri, Nov 25, 2016 at 9:30 AM, Olliver Schinagl >> wrote: >>> >>> This patch allows Kconfig to enable and set parameters to make it

[U-Boot] [PATCH v2] net: phy: Improve the Marvell 151x constants

2016-12-09 Thread Joe Hershberger
Use some constants for the phy configuration instead of so many magic numbers. Signed-off-by: Joe Hershberger --- Changes in v2: -Fixed changed name from last-minute checkpatch line-length change drivers/net/phy/marvell.c | 47

Re: [U-Boot] Pull request: u-boot-net.git master

2016-12-09 Thread Michal Simek
Hi Joe, 2016-12-09 17:22 GMT+01:00 Joe Hershberger : > Hi Tom, > > On Fri, Dec 9, 2016 at 6:12 AM, Tom Rini wrote: > > On Thu, Dec 08, 2016 at 10:37:26AM -0600, Joe Hershberger wrote: > > > >> Hi Tom, > >> > >> The following changes since commit

[U-Boot] [RFC v2 3/3] arm: socfpga: Add reset manager defines for reset status

2016-12-09 Thread Dinh Nguyen
Add additional defines for the reset manager for different reset status bits. Signed-off-by: Dinh Nguyen --- arch/arm/mach-socfpga/include/mach/reset_manager.h | 21 + 1 file changed, 21 insertions(+) diff --git

[U-Boot] [RFC v2 2/3] arm: socfpga: scrub the SDRAM to properly enable ECC support

2016-12-09 Thread Dinh Nguyen
In order for SDRAM ECC to work correctly, the SDRAM needs to get zero'd which enables the ECC bit. By using the PL330 DMA to fill the SDRAM with zeroes, the operation is completed in ~1.2 seconds, versus ~14 seconds with a memset. Signed-off-by: Dinh Nguyen ---

[U-Boot] [RFC v2 1/3] drivers: dma: Add the ARM PL330 DMA driver

2016-12-09 Thread Dinh Nguyen
From: Dinh Nguyen Adopted from the Linux kernel PL330 DMA driver. Signed-off-by: Dinh Nguyen --- v2: Add Kconfig CONFIG_PL330_DMA entry --- arch/arm/include/asm/pl330.h | 105 + drivers/dma/Kconfig | 4 + drivers/dma/Makefile

[U-Boot] [RFC v2 0/3] Add PL330 DMA support on SoCFPGA

2016-12-09 Thread Dinh Nguyen
Hello, I'm seeking advice on debugging on what is happening when I use the PL330 DMA controller to transfer zero's to the SDRAM and the effect of memory barriers. Here are my current observations: 1) With commit "a78cd8613204 ARM: Rework and correct barrier definitions", the correct memory

Re: [U-Boot] [PATCH 1/1] Adding MSCC PHY-VSC8530-VSC8531-VSC8540-VSC8541

2016-12-09 Thread Joe Hershberger
Hi Alexey, On Fri, Dec 9, 2016 at 3:06 AM, Alexey Brodkin wrote: > Hi Joe, > >> -Original Message- >> From: Joe Hershberger [mailto:joe.hershber...@gmail.com] >> Sent: Thursday, December 08, 2016 8:05 PM >> To: Alexey Brodkin >>

Re: [U-Boot] Pull request: u-boot-net.git master

2016-12-09 Thread Joe Hershberger
Hi Tom, On Fri, Dec 9, 2016 at 6:12 AM, Tom Rini wrote: > On Thu, Dec 08, 2016 at 10:37:26AM -0600, Joe Hershberger wrote: > >> Hi Tom, >> >> The following changes since commit 388019f1e2166638453bc4e0cc5d138c2a19e0c9: >> >> Merge branch 'master' of

Re: [U-Boot] [PATCH v6 1/2] armv8/fsl-layerscape: fdt: fixup LS1043A rev1 GIC node

2016-12-09 Thread york sun
On 12/09/2016 01:58 AM, Wenbin Song wrote: > Hi, york > > Because the other patch [patch v6 2/2 ] in this set depends on the format of > MSI node which is not yet ready to upstream. > I planed to send them together. OK. York ___ U-Boot mailing

Re: [U-Boot] [PATCH 2/7] disk: Add CONFIG_PARTITION to Kconfig

2016-12-09 Thread Andrew F. Davis
On 12/09/2016 06:27 AM, Tom Rini wrote: > On Thu, Dec 08, 2016 at 04:04:28PM -0600, Andrew F. Davis wrote: > >> Signed-off-by: Andrew F. Davis >> --- >> Kconfig | 2 ++ >> disk/Kconfig | 11 +++ >> include/config_defaults.h | 1 - >> 3 files

[U-Boot] [PATCH] sf: Do not force the DT memory map size to exactly match the device

2016-12-09 Thread Phil Edworthy
As long as the memory mapped size specifeid in the DT is the same or bigger than the device size, it will work. So do not force the sizes to be identical. Signed-off-by: Phil Edworthy --- drivers/mtd/spi/spi_flash.c | 2 +- 1 file changed, 1 insertion(+), 1

Re: [U-Boot] [PATCH] travis-ci: Switch to building QEMU

2016-12-09 Thread Tom Rini
On Wed, Dec 07, 2016 at 05:46:14PM +0100, Daniel Schwierzeck wrote: > > > Am 07.12.2016 um 17:20 schrieb Tom Rini: > > First, there are a number of features in newer QEMU that will allow us > > to test a wider range of platforms, so we want to use at least v2.8.0. > > Second, making use of a PPA

[U-Boot] [PATCH] imgtec: Update MAINTAINERS for more config files

2016-12-09 Thread Tom Rini
Cover all of the boston and malta variations. Signed-off-by: Tom Rini --- board/imgtec/boston/MAINTAINERS | 5 - board/imgtec/malta/MAINTAINERS | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/board/imgtec/boston/MAINTAINERS

Re: [U-Boot] Makefile: Fix linking with modern binutils

2016-12-09 Thread Tom Rini
On Thu, Dec 08, 2016 at 02:22:51PM +1100, Joel Stanley wrote: > Since Binutils 1a9ccd70f9a7[1] u-boot will not link targets that set > CONFIG_SYS_TEXT_BASE=0 with the following error: > > LD u-boot > arm-linux-gnueabi-ld.bfd: u-boot: Not enough room for program headers, try > linking

[U-Boot] [PATCH v3] timer: Support clocks via phandle

2016-12-09 Thread Vlad Zakharov
Earlier timer driver needed a clock-frequency property in compatible device-tree nodes. Another way is to reference a clock via a phandle. So now timer_pre_probe tries to get clock by reference through device tree. In case it is impossible to get clock device through the reference,

Re: [U-Boot] [PATCH v2 2/5] net: phy: Add support for Marvell M88E1512

2016-12-09 Thread Stefan Roese
On 09.12.2016 14:38, Phil Edworthy wrote: This device also works with the 88E1518 code, so we just adjust the UID mask accordingly. Signed-off-by: Phil Edworthy --- v2: Don't add a new entry, just adjust the UID mask. --- drivers/net/phy/marvell.c | 6 +- 1

[U-Boot] [PATCH v2 5/5] net: phy: Marvell: Use phy_interface_is_rgmii helper function

2016-12-09 Thread Phil Edworthy
Signed-off-by: Phil Edworthy Reviewed-by: Stefan Roese --- v2: No changes --- drivers/net/phy/marvell.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index b6c005f..f640a81

[U-Boot] [PATCH v2 3/5] net: phy: Marvell 88E151x: Add support for RGMII

2016-12-09 Thread Phil Edworthy
This has been tested with a Marvell 88E1512 PHY. Signed-off-by: Phil Edworthy Reviewed-by: Stefan Roese --- v2: Rebased on top of Joe's code to use macros --- drivers/net/phy/marvell.c | 17 + 1 file changed, 13 insertions(+), 4

[U-Boot] [PATCH v2 4/5] net: phy: Marvell 88E151x: Increase delay after init

2016-12-09 Thread Phil Edworthy
On Marvell 88E1512, the delay is not enough when connected to some external switches (e.g. Netgear GS108E). Signed-off-by: Phil Edworthy Reviewed-by: Stefan Roese --- v2: No changes --- drivers/net/phy/marvell.c | 2 +- 1 file changed, 1 insertion(+),

[U-Boot] [PATCH v2 2/5] net: phy: Add support for Marvell M88E1512

2016-12-09 Thread Phil Edworthy
This device also works with the 88E1518 code, so we just adjust the UID mask accordingly. Signed-off-by: Phil Edworthy --- v2: Don't add a new entry, just adjust the UID mask. --- drivers/net/phy/marvell.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)

[U-Boot] [PATCH v2 1/5] net: phy: Fix mask so that we can identify Marvell 88E1518

2016-12-09 Thread Phil Edworthy
The mask for the 88E1510 meant that the 88E1518 code would never be used. Signed-off-by: Phil Edworthy Reviewed-by: Stefan Roese --- Note: This has only been tested on a board that uses a Marvell 88E1512 PHY, see subsequent patches. v2: No changes ---

[U-Boot] [PATCH v2 0/5] net: phy: Add Marvell M88E1512

2016-12-09 Thread Phil Edworthy
These patches add support for the Marvell M88E1512 PHY. Phil Edworthy (5): net: phy: Fix mask so that we can identify Marvell 88E1518 net: phy: Add support for Marvell M88E1512 net: phy: Marvell 88E151x: Add support for RGMII net: phy: Marvell 88E151x: Increase delay after init net:

Re: [U-Boot] [PATCH] net: phy: Improve the Marvell 151x constants

2016-12-09 Thread Phil Edworthy
Hi Joe, On 02 December 2016 05:50, Joe Hershberger wrote: > On 01.12.2016 18:08, Joe Hershberger wrote: > > Use some constants for the phy configuration instead of so many magic > > numbers. > > > > Signed-off-by: Joe Hershberger > > --- > > > > drivers/net/phy/marvell.c

Re: [U-Boot] [PATCH 02/10] arm: socfpga: arria10: Added config option build for SPL

2016-12-09 Thread Marek Vasut
On 12/09/2016 10:46 AM, Chee, Tien Fong wrote: > On Rab, 2016-12-07 at 14:54 +0100, Marek Vasut wrote: >> On 12/07/2016 11:57 AM, Chee, Tien Fong wrote: >>> >>> On Sel, 2016-12-06 at 13:47 +0100, Marek Vasut wrote: On 12/06/2016 08:52 AM, Chee Tien Fong wrote: > > > From:

Re: [U-Boot] [PATCH 05/10] arm: socfpga: arria10: Added support for Arria 10 SoC dev kit

2016-12-09 Thread Marek Vasut
On 12/09/2016 10:55 AM, Chee, Tien Fong wrote: > On Rab, 2016-12-07 at 14:57 +0100, Marek Vasut wrote: >> On 12/07/2016 12:21 PM, Chee, Tien Fong wrote: >>> >>> On Sel, 2016-12-06 at 13:51 +0100, Marek Vasut wrote: On 12/06/2016 09:07 AM, Chee Tien Fong wrote: > > > From:

Re: [U-Boot] [PATCH 06/10] arm: socfpga: arria10: Added drivers for Arria10 Reset Manager

2016-12-09 Thread Marek Vasut
On 12/09/2016 11:04 AM, Chee, Tien Fong wrote: > On Rab, 2016-12-07 at 14:58 +0100, Marek Vasut wrote: >> On 12/07/2016 12:58 PM, Chee, Tien Fong wrote: >>> >>> On Sel, 2016-12-06 at 13:55 +0100, Marek Vasut wrote: On 12/06/2016 09:08 AM, Chee Tien Fong wrote: > > > From:

Re: [U-Boot] [GIT PULL] Xilinx and SCSI changes

2016-12-09 Thread Tom Rini
On Fri, Dec 09, 2016 at 01:54:30PM +0100, Michal Simek wrote: > Hi Tom, > > On 9.12.2016 13:11, Tom Rini wrote: > > On Fri, Dec 02, 2016 at 02:55:00PM +0100, Michal Simek wrote: > >> Hi Tom, > >> > >> here are some patches I have collected for Xilinx devices, one miiphy > >> patch and SCSI

Re: [U-Boot] [GIT PULL] Xilinx and SCSI changes

2016-12-09 Thread Michal Simek
Hi Tom, On 9.12.2016 13:11, Tom Rini wrote: > On Fri, Dec 02, 2016 at 02:55:00PM +0100, Michal Simek wrote: >> Hi Tom, >> >> here are some patches I have collected for Xilinx devices, one miiphy >> patch and SCSI changes I have made. >> >> Simon: I have sent v4 of DM_SCSI + ceva sata driver moved

Re: [U-Boot] [PATCH 2/5] net: phy: Add support for Marvell M88E1512

2016-12-09 Thread Stefan Roese
Hi Phil, On 09.12.2016 13:38, Phil Edworthy wrote: On 09 December 2016 12:16, Stefan Roese wrote: On 09.12.2016 11:40, Phil Edworthy wrote: Signed-off-by: Phil Edworthy --- drivers/net/phy/marvell.c | 11 +++ 1 file changed, 11 insertions(+) diff --git

Re: [U-Boot] [PATCH 3/5] net: phy: Marvell 88E151x: Add support for RGMII

2016-12-09 Thread Phil Edworthy
Hi Stefan, On 09 December 2016 12:19, Stefan Roese wrote: > On 09.12.2016 11:41, Phil Edworthy wrote: > > This has been tested with a Marvell 88E1512 PHY. > > > > Signed-off-by: Phil Edworthy > > --- > > drivers/net/phy/marvell.c | 14 ++ > > 1 file

Re: [U-Boot] [PATCH 2/5] net: phy: Add support for Marvell M88E1512

2016-12-09 Thread Phil Edworthy
Hi Stefan, On 09 December 2016 12:16, Stefan Roese wrote: > On 09.12.2016 11:40, Phil Edworthy wrote: > > Signed-off-by: Phil Edworthy > > --- > > drivers/net/phy/marvell.c | 11 +++ > > 1 file changed, 11 insertions(+) > > > > diff --git

Re: [U-Boot] [PATCH v2 2/6] mmc: complete unfinished move of CONFIG_MMC

2016-12-09 Thread Masahiro Yamada
2016-12-09 8:29 GMT+09:00 Jaehoon Chung : > On 12/07/2016 10:10 PM, Masahiro Yamada wrote: >> Commit 7a777f6d6f35 ("mmc: Add generic Kconfig option") created >> a Kconfig entry for this option without any actual moves, then >> commit 44c798799f66 ("sunxi: Use Kconfig

Re: [U-Boot] [PATCH 2/7] disk: Add CONFIG_PARTITION to Kconfig

2016-12-09 Thread Tom Rini
On Thu, Dec 08, 2016 at 04:04:28PM -0600, Andrew F. Davis wrote: > Signed-off-by: Andrew F. Davis > --- > Kconfig | 2 ++ > disk/Kconfig | 11 +++ > include/config_defaults.h | 1 - > 3 files changed, 13 insertions(+), 1 deletion(-) >

Re: [U-Boot] [PATCH 5/5] net: phy: Marvell: Use phy_interface_is_rgmii helper function

2016-12-09 Thread Stefan Roese
On 09.12.2016 11:41, Phil Edworthy wrote: Signed-off-by: Phil Edworthy --- drivers/net/phy/marvell.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index 48ebb50..dc1d25f 100644 ---

Re: [U-Boot] [PATCH 4/5] net: phy: Marvell 88E151x: Increase delay after init

2016-12-09 Thread Stefan Roese
On 09.12.2016 11:41, Phil Edworthy wrote: On Marvell 88E1512, the delay is not enough when connected to some external switches (e.g. Netgear GS108E). Signed-off-by: Phil Edworthy --- drivers/net/phy/marvell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [U-Boot] [PATCH 3/5] net: phy: Marvell 88E151x: Add support for RGMII

2016-12-09 Thread Stefan Roese
On 09.12.2016 11:41, Phil Edworthy wrote: This has been tested with a Marvell 88E1512 PHY. Signed-off-by: Phil Edworthy --- drivers/net/phy/marvell.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/drivers/net/phy/marvell.c

Re: [U-Boot] [PATCH 2/5] net: phy: Add support for Marvell M88E1512

2016-12-09 Thread Stefan Roese
On 09.12.2016 11:40, Phil Edworthy wrote: Signed-off-by: Phil Edworthy --- drivers/net/phy/marvell.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index 06029c0..a7ea435 100644 ---

Re: [U-Boot] [PATCH v3] arm: am33xx: Initialize EMIF REG_PR_OLD_COUNT for BBB and am335x-evm

2016-12-09 Thread Tom Rini
On Fri, Dec 09, 2016 at 12:29:13PM +0200, Jyri Sarha wrote: > Initialize EMIF OCP_CONFIG registers REG_COS_COUNT_1, REG_COS_COUNT_2, > and REG_PR_OLD_COUNT field for Beaglebone-Black and am335x-evm. With > the default values LCDC suffers from DMA FIFO underflows and frame > synchronization lost

Re: [U-Boot] [PATCH 1/5] net: phy: Fix mask so that we can identify Marvell 88E1518

2016-12-09 Thread Stefan Roese
On 09.12.2016 11:40, Phil Edworthy wrote: The mask for the 88E1510 meant that the 88E1518 code would never be used. Signed-off-by: Phil Edworthy --- Note: This has only been tested on a board that uses a Marvell 88E1512 PHY, see subsequent patches. ---

Re: [U-Boot] Pull request: u-boot-net.git master

2016-12-09 Thread Tom Rini
On Thu, Dec 08, 2016 at 10:37:26AM -0600, Joe Hershberger wrote: > Hi Tom, > > The following changes since commit 388019f1e2166638453bc4e0cc5d138c2a19e0c9: > > Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-12-06 08:07:20 > -0500) > > are available in the git repository at: > > >

Re: [U-Boot] [GIT PULL] Xilinx and SCSI changes

2016-12-09 Thread Tom Rini
On Fri, Dec 02, 2016 at 02:55:00PM +0100, Michal Simek wrote: > Hi Tom, > > here are some patches I have collected for Xilinx devices, one miiphy > patch and SCSI changes I have made. > > Simon: I have sent v4 of DM_SCSI + ceva sata driver moved to DM which > should go through your tree because

Re: [U-Boot] [GIT PULL] Xilinx and SCSI changes

2016-12-09 Thread Tom Rini
On Fri, Dec 09, 2016 at 07:34:05AM +0100, Michal Simek wrote: > Hi Tom, > > On 8.12.2016 17:04, Tom Rini wrote: > > On Fri, Dec 02, 2016 at 02:55:00PM +0100, Michal Simek wrote: > > > >> Hi Tom, > >> > >> here are some patches I have collected for Xilinx devices, one miiphy > >> patch and SCSI

[U-Boot] [PATCH] net: phy: ti: Fix dp83867 RGMII_TXID interface path

2016-12-09 Thread Phil Edworthy
There is code that is specifically for RGMII_TXID interface, but this will never get used because the code checks that the RGMII interface is RGMII_ID to RGMII_RXID; RGMII_TXID is after this. To fix this and avoid similar problems in the future, use the phy_interface_is_rgmii helper function.

[U-Boot] [PATCH 4/5] net: phy: Marvell 88E151x: Increase delay after init

2016-12-09 Thread Phil Edworthy
On Marvell 88E1512, the delay is not enough when connected to some external switches (e.g. Netgear GS108E). Signed-off-by: Phil Edworthy --- drivers/net/phy/marvell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/phy/marvell.c

[U-Boot] [PATCH 3/5] net: phy: Marvell 88E151x: Add support for RGMII

2016-12-09 Thread Phil Edworthy
This has been tested with a Marvell 88E1512 PHY. Signed-off-by: Phil Edworthy --- drivers/net/phy/marvell.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index a7ea435..8214760

[U-Boot] [PATCH 5/5] net: phy: Marvell: Use phy_interface_is_rgmii helper function

2016-12-09 Thread Phil Edworthy
Signed-off-by: Phil Edworthy --- drivers/net/phy/marvell.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index 48ebb50..dc1d25f 100644 --- a/drivers/net/phy/marvell.c +++

[U-Boot] [PATCH 2/5] net: phy: Add support for Marvell M88E1512

2016-12-09 Thread Phil Edworthy
Signed-off-by: Phil Edworthy --- drivers/net/phy/marvell.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index 06029c0..a7ea435 100644 --- a/drivers/net/phy/marvell.c +++

[U-Boot] [PATCH v3] arm: am33xx: Initialize EMIF REG_PR_OLD_COUNT for BBB and am335x-evm

2016-12-09 Thread Jyri Sarha
Initialize EMIF OCP_CONFIG registers REG_COS_COUNT_1, REG_COS_COUNT_2, and REG_PR_OLD_COUNT field for Beaglebone-Black and am335x-evm. With the default values LCDC suffers from DMA FIFO underflows and frame synchronization lost errors. The initialization values are the highest that work flawlessly

[U-Boot] [PATCH 1/5] net: phy: Fix mask so that we can identify Marvell 88E1518

2016-12-09 Thread Phil Edworthy
The mask for the 88E1510 meant that the 88E1518 code would never be used. Signed-off-by: Phil Edworthy --- Note: This has only been tested on a board that uses a Marvell 88E1512 PHY, see subsequent patches. --- drivers/net/phy/marvell.c | 4 ++-- 1 file changed, 2

[U-Boot] [PATCH 0/5] net: phy: Add Marvell M88E1512

2016-12-09 Thread Phil Edworthy
These patches add support for the Marvell M88E1512 PHY. Phil Edworthy (5): net: phy: Fix mask so that we can identify Marvell 88E1518 net: phy: Add support for Marvell M88E1512 net: phy: Marvell 88E151x: Add support for RGMII net: phy: Marvell 88E151x: Increase delay after init net:

Re: [U-Boot] [PATCH] bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set

2016-12-09 Thread Cédric Le Goater
On 12/08/2016 07:51 PM, Rick Altherr wrote: > In 35fc84f, bootm was refactored so plain 'bootm' and > 'bootm ' shared a common implementation. > The 'bootm ramdisk' command implementation is now part of the common > implementation but not invoke by plain 'bootm' since the original > implementation

Re: [U-Boot] [PATCH v6 1/2] armv8/fsl-layerscape: fdt: fixup LS1043A rev1 GIC node

2016-12-09 Thread Wenbin Song
Hi, york Because the other patch [patch v6 2/2 ] in this set depends on the format of MSI node which is not yet ready to upstream. I planed to send them together. Do you have any idea? Best Regards Wenbin Song > -Original Message- > From: york sun > Sent: Friday, December 09,

Re: [U-Boot] [PATCH 06/10] arm: socfpga: arria10: Added drivers for Arria10 Reset Manager

2016-12-09 Thread Chee, Tien Fong
On Rab, 2016-12-07 at 14:58 +0100, Marek Vasut wrote: > On 12/07/2016 12:58 PM, Chee, Tien Fong wrote: > > > > On Sel, 2016-12-06 at 13:55 +0100, Marek Vasut wrote: > > > > > > On 12/06/2016 09:08 AM, Chee Tien Fong wrote: > > > > > > > > > > > > From: Tien Fong Chee

Re: [U-Boot] [PATCH 05/10] arm: socfpga: arria10: Added support for Arria 10 SoC dev kit

2016-12-09 Thread Chee, Tien Fong
On Rab, 2016-12-07 at 14:57 +0100, Marek Vasut wrote: > On 12/07/2016 12:21 PM, Chee, Tien Fong wrote: > > > > On Sel, 2016-12-06 at 13:51 +0100, Marek Vasut wrote: > > > > > > On 12/06/2016 09:07 AM, Chee Tien Fong wrote: > > > > > > > > > > > > From: Tien Fong Chee

Re: [U-Boot] [PATCH 02/10] arm: socfpga: arria10: Added config option build for SPL

2016-12-09 Thread Chee, Tien Fong
On Rab, 2016-12-07 at 14:54 +0100, Marek Vasut wrote: > On 12/07/2016 11:57 AM, Chee, Tien Fong wrote: > > > > On Sel, 2016-12-06 at 13:47 +0100, Marek Vasut wrote: > > > > > > On 12/06/2016 08:52 AM, Chee Tien Fong wrote: > > > > > > > > > > > > From: Tien Fong Chee

Re: [U-Boot] [PATCH 1/1] Adding MSCC PHY-VSC8530-VSC8531-VSC8540-VSC8541

2016-12-09 Thread Alexey Brodkin
Hi Joe, > -Original Message- > From: Joe Hershberger [mailto:joe.hershber...@gmail.com] > Sent: Thursday, December 08, 2016 8:05 PM > To: Alexey Brodkin > Cc: john.haech...@microsemi.com; u-boot@lists.denx.de; joe.hershber...@ni.com > Subject: Re: [U-Boot]

[U-Boot] [PATCH 5/5] ls1046ardb: Add support power initialization

2016-12-09 Thread Zhiqiang Hou
From: Hou Zhiqiang Add the chip power supply voltage initialization on LS1046ARDB. Add function power_init_board(), and it will initialize the PMIC and call the chip power initialization function. Signed-off-by: Hou Zhiqiang --- arch/arm/Kconfig

[U-Boot] [PATCH 4/5] armv8/fsl_lsch2: Add chip power supply voltage setup

2016-12-09 Thread Zhiqiang Hou
From: Hou Zhiqiang Set up chip power supply voltage according to voltage ID. The fuse status register provides the values from on-chip voltage ID fuses programmed at the factory. These values define the voltage requirements for the chip. Main operations: 1. Set up the core

[U-Boot] [PATCH 3/5] ls1046ardb: cpld: add API for selecting core volt

2016-12-09 Thread Zhiqiang Hou
From: Hou Zhiqiang Signed-off-by: Hou Zhiqiang --- board/freescale/ls1046ardb/cpld.c | 9 + board/freescale/ls1046ardb/cpld.h | 1 + 2 files changed, 10 insertions(+) diff --git a/board/freescale/ls1046ardb/cpld.c

[U-Boot] [PATCH 1/5] pmic: pmic_mc34vr500: Add a driver for the mc34vr500 pmic

2016-12-09 Thread Zhiqiang Hou
From: Hou Zhiqiang This patch adds a simple pmic driver for the mc34vr500 pmic which is used in conjunction with the fsl T1 and LS1 series SoC. Signed-off-by: Hou Zhiqiang --- drivers/power/pmic/Kconfig | 7 ++ drivers/power/pmic/Makefile

[U-Boot] [PATCH 2/5] pmic: pmic_mc34vr500: Add APIs to set/get SWx volt

2016-12-09 Thread Zhiqiang Hou
From: Hou Zhiqiang Signed-off-by: Hou Zhiqiang --- board/freescale/common/Makefile| 1 + board/freescale/common/mc34vr500.c | 95 ++ include/power/mc34vr500_pmic.h | 9 3 files changed, 105

Re: [U-Boot] [PATCH v2 0/14] sunxi: Add support for the CHIP Pro

2016-12-09 Thread Maxime Ripard
On Mon, Dec 05, 2016 at 10:33:35PM +0100, Jagan Teki wrote: > Hi Maxime, > > On Sun, Dec 4, 2016 at 8:19 AM, Jagan Teki wrote: > > On Tue, Nov 22, 2016 at 6:08 PM, Maxime Ripard > > wrote: > >> The CHIP Pro is a SoM made by NextThing Co, and