Re: [U-Boot] [PATCHv4 12/12] pci: ls_pcie_g4: add Workaround for A-011452

2019-03-16 Thread Prabhakar Kushwaha
> -Original Message- > From: Z.q. Hou > Sent: Wednesday, March 13, 2019 8:25 PM > To: u-boot@lists.denx.de; bmeng...@gmail.com; albert.u.b...@aribaud.net; > Priyanka Jain ; York Sun ; > sriram.d...@nxp.com; yamada.masah...@socionext.com; Prabhakar > Kushwaha ; Mingkai Hu > ; M.h. Lian >

Re: [U-Boot] mpc85xx, mpc86xx: device tree model

2019-03-16 Thread Tom Rini
On Sun, Mar 17, 2019 at 03:01:32AM +, Prabhakar Kushwaha wrote: > > > -Original Message- > > From: Tom Rini > > Sent: Friday, March 15, 2019 9:36 PM > > To: Prabhakar Kushwaha > > Cc: u-boot@lists.denx.de; York Sun > > Subject: Re: mpc85xx, mpc86xx: device tree model > > > > On

Re: [U-Boot] mpc85xx, mpc86xx: device tree model

2019-03-16 Thread Prabhakar Kushwaha
> -Original Message- > From: Tom Rini > Sent: Friday, March 15, 2019 9:36 PM > To: Prabhakar Kushwaha > Cc: u-boot@lists.denx.de; York Sun > Subject: Re: mpc85xx, mpc86xx: device tree model > > On Fri, Mar 15, 2019 at 05:05:06AM +, Prabhakar Kushwaha wrote: > > > Hi Tom, > > > >

Re: [U-Boot] [PATCH] phy: ti: Init node before reading

2019-03-16 Thread Hannes Schmelzer
"U-Boot" schrieb am 16.03.2019 12:43:17: > Von: Michal Simek > An: u-boot@lists.denx.de > Kopie: Janine Hagemann , Joe Hershberger > , Hannes Schmelzer > Datum: 16.03.2019 12:43 > Betreff: [U-Boot] [PATCH] phy: ti: Init node before reading > Gesendet von: "U-Boot" > > There is a need to

Re: [U-Boot] [PATCH] arm: socfpga: make SPL_TEXT_BASE overridable

2019-03-16 Thread Simon Goldschmidt
On 16.03.19 13:50, Marek Vasut wrote: On 3/16/19 1:36 PM, Simon Goldschmidt wrote: On Saturday, March 16, 2019, Marek Vasut mailto:ma...@denx.de>> wrote: On 3/16/19 9:23 AM, Simon Goldschmidt wrote: > Am 15.03.2019 um 22:20 schrieb Marek Vasut: >> On 3/15/19 8:44 PM, Simon

Re: [U-Boot] [PATCH] test/py: Fix pytest4 deprecation warnings

2019-03-16 Thread Tom Rini
On Sat, Mar 16, 2019 at 09:23:01PM +0100, Marek Vasut wrote: > On 3/16/19 2:50 AM, Tom Rini wrote: > > On Fri, Mar 15, 2019 at 06:39:23PM +0100, Marek Vasut wrote: > >> On 3/14/19 2:01 AM, Tom Rini wrote: > >>> On Thu, Mar 14, 2019 at 01:20:09AM +0100, Marek Vasut wrote: > On 3/13/19 8:42 PM,

Re: [U-Boot] [PATCH] test/py: Fix pytest4 deprecation warnings

2019-03-16 Thread Marek Vasut
On 3/16/19 2:50 AM, Tom Rini wrote: > On Fri, Mar 15, 2019 at 06:39:23PM +0100, Marek Vasut wrote: >> On 3/14/19 2:01 AM, Tom Rini wrote: >>> On Thu, Mar 14, 2019 at 01:20:09AM +0100, Marek Vasut wrote: On 3/13/19 8:42 PM, Tom Rini wrote: > On Wed, Mar 13, 2019 at 07:23:15PM +0100, Marek

Re: [U-Boot] passing info from SPL to U-Boot

2019-03-16 Thread Simon Glass
Hi Wolfgang, On Fri, 15 Mar 2019 at 02:34, Wolfgang Denk wrote: > > Dear Simon, > > In message > you > wrote: > > > > I think it is a reasonable idea to allow the gd region to pass from > > TPL -> SPL -> U-Boot. But we'll need to remove use of > > CONFIG_IS_ENABLED(), or put shared things at

[U-Boot] Sunxi H5 and CONFIG_ENV_IS_IN_MMC problem

2019-03-16 Thread g4
Greetings Our board has an AllWinner H5 with SPI flash and eMMC. Since SPI flash support for 'saveenv' is not currently mainline, I thought I'd simply use one of the eMMC boot blocks to persist the environment. However I keep running into image size problems [1] Not being a U-Boot ninja, the

Re: [U-Boot] [PATCH] arm: socfpga: make SPL_TEXT_BASE overridable

2019-03-16 Thread Marek Vasut
On 3/16/19 1:36 PM, Simon Goldschmidt wrote: > > > On Saturday, March 16, 2019, Marek Vasut > wrote: > > On 3/16/19 9:23 AM, Simon Goldschmidt wrote: > > Am 15.03.2019 um 22:20 schrieb Marek Vasut: > >> On 3/15/19 8:44 PM, Simon Goldschmidt wrote: > >>> To

Re: [U-Boot] [PATCH] arm: socfpga: make SPL_TEXT_BASE overridable

2019-03-16 Thread Simon Goldschmidt
On Saturday, March 16, 2019, Marek Vasut wrote: > On 3/16/19 9:23 AM, Simon Goldschmidt wrote: > > Am 15.03.2019 um 22:20 schrieb Marek Vasut: > >> On 3/15/19 8:44 PM, Simon Goldschmidt wrote: > >>> To boot from fpga on socfpga gen5, we need to set > >>> CONFIG_SPL_TEXT_BASE to > >>> 0xC000

Re: [U-Boot] [PATCH] arm: socfpga: make SPL_TEXT_BASE overridable

2019-03-16 Thread Marek Vasut
On 3/16/19 9:23 AM, Simon Goldschmidt wrote: > Am 15.03.2019 um 22:20 schrieb Marek Vasut: >> On 3/15/19 8:44 PM, Simon Goldschmidt wrote: >>> To boot from fpga on socfpga gen5, we need to set >>> CONFIG_SPL_TEXT_BASE to >>> 0xC000 (hps2fpgaslaves base address). >>> >>> Since converting

[U-Boot] [PATCH] phy: ti: Init node before reading

2019-03-16 Thread Michal Simek
There is a need to fill node before clk_output_sel is setup. Signed-off-by: Michal Simek Acked-by: Siva Durga Prasad Paladugu --- drivers/net/phy/ti.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/phy/ti.c b/drivers/net/phy/ti.c index

Re: [U-Boot] [PATCH] arm: socfpga: make SPL_TEXT_BASE overridable

2019-03-16 Thread Simon Goldschmidt
Am 15.03.2019 um 22:20 schrieb Marek Vasut: On 3/15/19 8:44 PM, Simon Goldschmidt wrote: To boot from fpga on socfpga gen5, we need to set CONFIG_SPL_TEXT_BASE to 0xC000 (hps2fpgaslaves base address). Since converting CONFIG_SPL_TEXT_BASE to Kconfig hasn't been successful so far, let's

[U-Boot] [PATCH 2/2] ARM: mvebu: sync db-88f6820-amc.dts with Linux v5.0

2019-03-16 Thread Chris Packham
Sync armada-385-db-88f6820-amc.dts with Linux. Retain the u-boot,dm-pre-reloc and nand differences. Signed-off-by: Chris Packham --- arch/arm/dts/armada-385-db-88f6820-amc.dts | 184 + 1 file changed, 82 insertions(+), 102 deletions(-) diff --git

[U-Boot] [PATCH 1/2] ARM: mvebu: rename armada-385-amc.dts to armada-385-db-88f6820-amc.dts

2019-03-16 Thread Chris Packham
This board was added to u-boot first but the Linux maintainers requested a more descriptive name. Rename the file to match the Linux usage and update the board defconfig. Signed-off-by: Chris Packham --- arch/arm/dts/Makefile | 2 +-

Re: [U-Boot] Clearfog Base PCI-E not working

2019-03-16 Thread Chris Packham
On Sat, Mar 16, 2019 at 8:07 PM Chris Packham wrote: > > On Fri, Mar 15, 2019 at 6:56 PM Stefan Roese wrote: > > > > On 14.03.19 17:37, Влад Мао wrote: > > > I found mismatched entries in DTS: > > > > > > In armada-388-clearfog.dts: > > > > > > pcie-controller { > > >

[U-Boot] [PATCH] ARM: mvebu: use correct name for pcie controller

2019-03-16 Thread Chris Packham
When armada-385.dtsi was sync'd from Linux the name of the node describing the pcie controller was changed from pcie-controller to pcie. Some of the boards that include armada-385.dtsi were missed in the update retaining the old name. This updates the affected boards. Reported-by: Влад Мао

Re: [U-Boot] Clearfog Base PCI-E not working

2019-03-16 Thread Chris Packham
On Fri, Mar 15, 2019 at 6:56 PM Stefan Roese wrote: > > On 14.03.19 17:37, Влад Мао wrote: > > I found mismatched entries in DTS: > > > > In armada-388-clearfog.dts: > > > > pcie-controller { > > status = "okay"; > > > > But in armada-385.dtsi we have: > > > >