Re: [U-Boot] [PATCH v1 2/4] dm: board: complete the initialization of the muxes in initr_dm()

2019-11-04 Thread Simon Glass
Hi Jean-Jacques, On Mon, 4 Nov 2019 at 11:07, Jean-Jacques Hiblot wrote: > > > On 30/10/2019 02:48, Simon Glass wrote: > > Hi Jean-Jacques, > > > > On Wed, 2 Oct 2019 at 06:47, Jean-Jacques Hiblot wrote: > >> This will probe the multiplexer devices that have a "u-boot,mux-autoprobe" > >> propert

Re: [U-Boot] [PATCH 1/1] net: avoid address-of-packed-member error

2019-11-04 Thread Simon Goldschmidt
Am 04.11.2019 um 20:34 schrieb Heinrich Schuchardt: struct ip_udp_hdr is naturally packed. There is no point in adding a __packed attribute. With the attribute the network stack does not compile using GCC 9.2.1: Is this commit message correct? In lwIP, we *do* need to pack all these network he

Re: [U-Boot] [PATCHv2 0/4] support remote system update on Intel Stratix10 SoC

2019-11-04 Thread Simon Goldschmidt
Am 30.10.2019 um 21:34 schrieb richard.g...@linux.intel.com: From: Richard Gong This is 2nd submission of Intel Remote System Update patches. Ok, so what has changed since v1? You'd normally add a changelog (ideally to both this cover-letter and to each patch). Have a look at patman in tool

Re: [U-Boot] [PATCH 1/1] net: avoid address-of-packed-member error

2019-11-04 Thread Tom Rini
On Mon, Nov 04, 2019 at 09:28:51PM +0100, Simon Goldschmidt wrote: > Am 04.11.2019 um 20:34 schrieb Heinrich Schuchardt: > > struct ip_udp_hdr is naturally packed. There is no point in adding a > > __packed attribute. With the attribute the network stack does not compile > > using GCC 9.2.1: > > I

Re: [U-Boot] [PATCH 1/1] net: avoid address-of-packed-member error

2019-11-04 Thread Simon Goldschmidt
Tom Rini schrieb am Mo., 4. Nov. 2019, 22:15: > On Mon, Nov 04, 2019 at 09:28:51PM +0100, Simon Goldschmidt wrote: > > Am 04.11.2019 um 20:34 schrieb Heinrich Schuchardt: > > > struct ip_udp_hdr is naturally packed. There is no point in adding a > > > __packed attribute. With the attribute the ne

Re: [U-Boot] [PATCH 1/1] net: avoid address-of-packed-member error

2019-11-04 Thread Tom Rini
On Mon, Nov 04, 2019 at 10:21:14PM +0100, Simon Goldschmidt wrote: > Tom Rini schrieb am Mo., 4. Nov. 2019, 22:15: > > > On Mon, Nov 04, 2019 at 09:28:51PM +0100, Simon Goldschmidt wrote: > > > Am 04.11.2019 um 20:34 schrieb Heinrich Schuchardt: > > > > struct ip_udp_hdr is naturally packed. Ther

Re: [U-Boot] [RFC/RFT U-Boot PATCH] image: Add Image.gz parsing support in booti.

2019-11-04 Thread Atish Patra
On Fri, 2019-11-01 at 09:29 -0400, Tom Rini wrote: > On Thu, Oct 10, 2019 at 02:23:17PM -0700, Atish Patra wrote: > > > Add gz parsing logic so that booti can parse both Image > > and Image.gz to boot Linux. Currently, it is difficult to calculate > > a safe address for every board where the Image

Re: [U-Boot] [RFC/RFT U-Boot PATCH] image: Add Image.gz parsing support in booti.

2019-11-04 Thread Tom Rini
On Mon, Nov 04, 2019 at 10:20:33PM +, Atish Patra wrote: > On Fri, 2019-11-01 at 09:29 -0400, Tom Rini wrote: > > On Thu, Oct 10, 2019 at 02:23:17PM -0700, Atish Patra wrote: > > > > > Add gz parsing logic so that booti can parse both Image > > > and Image.gz to boot Linux. Currently, it is di

[U-Boot] [PATCH] Kconfig: ti: Make board detect EEPROM addresses depend BOARD_DETECT

2019-11-04 Thread Adam Ford
There is an option to enable the board detection for TI platforms. If this is option is not set, there is no reason to set the EEPROM bus address or chip address. This patch makes both EEPROM_BUS_ADDRESS and EEPROM_CHIP_ADDRESS depend on TI_I2C_BOARD_DETECT. Signed-off-by: Adam Ford diff --git

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20191104

2019-11-04 Thread Tom Rini
1-01 > 13:59:14 -0400) > > are available in the Git repository at: > > https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git > tags/u-boot-imx-20191104 > > for you to fetch changes up to ae8a53ece0ff3b1ed686c3e0af14e59973d25db8: > > imx: nandbcb: add supp

Re: [U-Boot] [PATCH 2/3] arm: dts: am437x: sync cpsw/mdio/phy with latest linux - drop phy_id

2019-11-04 Thread Tom Rini
On Sat, Aug 31, 2019 at 10:30:33AM +0300, Grygorii Strashko wrote: > Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated > phy_id property with phy-handle. > > Signed-off-by: Grygorii Strashko > Cc: Lokesh Vutla Applied to u-boot/master, thanks! -- Tom signature.asc D

Re: [U-Boot] [PATCH v2 2/6] net: ti: cpsw: move parsing of dt port's parameters in separate func

2019-11-04 Thread Tom Rini
On Thu, Sep 19, 2019 at 11:16:38AM +0300, Grygorii Strashko wrote: > Move parsing of dt port's parameters in separate func for better code > readability. > > Signed-off-by: Grygorii Strashko Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature __

Re: [U-Boot] [PATCH 3/3] arm: dts: am335x: sync cpsw/mdio/phy with latest linux - drop phy_id

2019-11-04 Thread Tom Rini
On Sat, Aug 31, 2019 at 10:30:34AM +0300, Grygorii Strashko wrote: > Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated > phy_id property with phy-handle. > > Signed-off-by: Grygorii Strashko > Cc: Lokesh Vutla > Cc: Hannes Schmelzer > Cc: Heiko Schocher > Cc: Felix Bra

Re: [U-Boot] [PATCH v2 1/6] net: ti: cpsw: enable 10Mbps link speed support in rgmii mode

2019-11-04 Thread Tom Rini
On Thu, Sep 19, 2019 at 11:16:37AM +0300, Grygorii Strashko wrote: > According to TRMs the 10Mbps link speed is supported in RGMII only when > CPSW2G MAC SL is configured for External Control ("in band") mode > CPSW_SL_MACCTRL.EXT_EN(18) = 1. > > Hence update cpsw_slave_update_link() to follow do

Re: [U-Boot] [PATCH v2 4/6] net: ti: cpsw: fix mac tx internal delay for rgmii-rxid mode

2019-11-04 Thread Tom Rini
On Thu, Sep 19, 2019 at 11:16:40AM +0300, Grygorii Strashko wrote: > Now TI CPSW driver will disable MAC TX internal delay for PHY interface > mode "rgmii-rxid" which is incorrect. > > Hence, fix it by keeping default value (enabled) for MAC TX internal delay > when "rgmii-rxid" interface mode is

Re: [U-Boot] [PATCH 1/3] arm: dts: dra7: sync cpsw/mdio/phy with latest linux - drop phy_id

2019-11-04 Thread Tom Rini
On Sat, Aug 31, 2019 at 10:30:32AM +0300, Grygorii Strashko wrote: > Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated > phy_id property with phy-handle. > > Signed-off-by: Grygorii Strashko > Cc: Lokesh Vutla Applied to u-boot/master, thanks! -- Tom signature.asc D

Re: [U-Boot] [PATCH v2 6/6] net: ti: cpsw: convert to use dev/ofnode api

2019-11-04 Thread Tom Rini
On Thu, Sep 19, 2019 at 11:16:42AM +0300, Grygorii Strashko wrote: > Conver TI CPSW driver to use dev/ofnode api. > > Signed-off-by: Grygorii Strashko Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mai

Re: [U-Boot] [PATCH v2 5/6] net: ti: am65x-cpsw: fix mac tx internal delay for rgmii-rxid mode

2019-11-04 Thread Tom Rini
On Thu, Sep 19, 2019 at 11:16:41AM +0300, Grygorii Strashko wrote: > Now AM65x CPSW2G driver will disable MAC TX internal delay for PHY > interface mode "rgmii-rxid" which is incorrect. Hence, fix it by keeping > default value (enabled) for MAC TX internal delay when "rgmii-rxid" > interface mode

Re: [U-Boot] [PATCH v2 3/6] net: ti: cpsw: add support for standard eth "max-speed" dt property

2019-11-04 Thread Tom Rini
On Thu, Sep 19, 2019 at 11:16:39AM +0300, Grygorii Strashko wrote: > This patch adds support for standard Ethernet "max-speed" DT property to > allow PHY link speed limitation. > > Signed-off-by: Grygorii Strashko Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signa

[U-Boot] [PATCH] Kconfig: Make ZYNQMP_FIRMWARE depend on ARCH_ZYNQMP

2019-11-04 Thread Adam Ford
There is a menu option to enable ZYNQMP_FIRMWARE even when ARCH_ZYNQMP is not enabled. This makes ZYNQMP_FIRMWARE depend on ARCH_ZYNQMP to help quiet unrelated options in menuconfig. Signed-off-by: Adam Ford diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index b70a206355..a622

Re: [U-Boot] [EXT] Re: [RFC PATCH 00/29] arm: Introduce Marvell/Cavium OcteonTX

2019-11-04 Thread Aaron Williams
Hi Tim, On Thursday, October 31, 2019 12:12:34 PM PST Tim Harvey wrote: > On Wed, Oct 30, 2019 at 5:04 PM Aaron Williams wrote: > > Hi Tim, > > > > I think I can answer some of your questions. > > > > On Wednesday, October 30, 2019 10:06:41 AM PDT Tim Harvey wrote: > > > External Email > > >

Re: [U-Boot] [PATCH] imx: sync with kernel device tree for Phycore SoM

2019-11-04 Thread Peng Fan
> Subject: [PATCH] imx: sync with kernel device tree for Phycore SoM > > Sync the Linux Kernel 5.4-rc6 device tree for Phytec Phycore SoM and Segin > board based on imx6UL and imx6ULL. > > Changes includes Phytec naming convention for the devicetree files. > > Signed-off-by: Parthiban Nallathamb

Re: [U-Boot] [PATCH v1 1/4] drivers: Add a new framework for multiplexer devices

2019-11-04 Thread Bin Meng
+Alex who once worked in MUX on LS1028 IIRC. On Wed, Oct 2, 2019 at 8:47 PM Jean-Jacques Hiblot wrote: > > Add a new subsystem that handles multiplexer controllers. The API is the > same as in Linux. > > Signed-off-by: Jean-Jacques Hiblot > --- > > drivers/Kconfig | 2 + > drive

Re: [U-Boot] [PATCH 4/8] riscv: andes_plic: Fix some wrong configurations

2019-11-04 Thread Rick Chen
Hi Anup > > On Thu, Oct 31, 2019 at 1:42 PM Anup Patel wrote: > > > > > > On Thu, Oct 31, 2019 at 6:30 AM Alan Kao wrote: > > > > > > > > Hi Bin, > > > > > > > > Thanks for the critics. Comments below. > > > > On Wed, Oct 30, 2019 at 06:38:00PM +0800, Bin Meng wrote: > > > > > Hi Rick, > > > >

Re: [U-Boot] [EXT] Re: Cavium/Marvell Octeon Support

2019-11-04 Thread Aaron Williams
Hi Wolfgang, On Monday, November 4, 2019 7:44:18 AM PST Wolfgang Denk wrote: > Dear Aaron, > > In message <2710076.TiSPtmOvtb@flash> you wrote: > > > What exactly do you need this for? Why don't you just link your > > > code with the rest of U-Boot? > > > > We need it to obtain and modify the p

Re: [U-Boot] [EXT] Re: Cavium/Marvell Octeon Support

2019-11-04 Thread Aaron Williams
On Monday, November 4, 2019 8:23:08 AM PST Tom Rini wrote: > On Mon, Nov 04, 2019 at 04:44:18PM +0100, Wolfgang Denk wrote: > > Dear Aaron, > > > > In message <2710076.TiSPtmOvtb@flash> you wrote: > > > > What exactly do you need this for? Why don't you just link your > > > > code with the rest o

Re: [U-Boot] [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-11-04 Thread Levin Du
The mainline uses 'rk3399-*', so there're rk3399-firefly.dts, rk3399-roc-pc.dts, rk3399-khadas-edge.dts, etc. Shall we follow the kernel convention, or add another roc-pc-rk3399 to the matrix? I prefer to keep it as it is. "Jonathan A. Kollasch" writes: > On Sat, Nov 02, 2019 at 10:19:02AM +05

Re: [U-Boot] [EXT] Re: Cavium/Marvell Octeon Support

2019-11-04 Thread Aaron Williams
Hi Wolfgang, On Monday, November 4, 2019 9:22:16 AM PST Tom Rini wrote: > On Thu, Oct 31, 2019 at 06:01:34PM +, Aaron Williams wrote: > > Hi Wolfgang, > > > > On Thursday, October 31, 2019 3:40:27 AM PDT Wolfgang Denk wrote: > > > Dear Aaron, > > > > > > In message <1889679.7FQr5zsBR1@flash>

[U-Boot] [PATCH] net/phy: Fix phy_connect() for phy addr 0

2019-11-04 Thread Priyanka Jain
Fix 'mask' calculation in phy_connect() for phy addr '0'. 'mask' is getting set to '0x' for phy addr '0' in phy_connect() whereas expected value is '0'. Signed-off-by: Priyanka Jain --- drivers/net/phy/phy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net

Re: [U-Boot] [PATCH v5 00/19] efi_loader: non-volatile variables support

2019-11-04 Thread AKASHI Takahiro
Wolfgang, On Mon, Nov 04, 2019 at 05:00:03PM +0100, Wolfgang Denk wrote: > Dear Takahiro, > > In message <20191101060434.gv10...@linaro.org> you wrote: > > > > > This is even worse, as instead of adding a single argument to a > > > function call you are adding two full fucntion calls. > > > > >

Re: [U-Boot] [PATCH v3 00/18] misc: Add AVS class 0 support for AM6

2019-11-04 Thread Keerthy
On 24/10/19 3:45 PM, Lokesh Vutla wrote: On 24/10/19 3:00 PM, Keerthy wrote: Adaptive Voltage Scaling is a technology used in TI SoCs to optimize the operating voltage based on characterization data written to efuse during production. Add support for Adaptive Voltage scaling class 0 support

Re: [U-Boot] [PATCH v2 6/6] mx7ulp: Add support for Embedded Artists COM board

2019-11-04 Thread Peng Fan
> Subject: [PATCH v2 6/6] mx7ulp: Add support for Embedded Artists COM > board Hi Fabio, Seems you not add dts files. CI build fail arm: + mx7ulp_com +make[3]: *** No rule to make target 'arch/arm/dts/imx7ulp-com.dtb', needed by 'dtbs'. Stop. +make[2]: *** [arch-dtbs] Error 2 +make[1

[U-Boot] [NXP-IMX] please pull imx-master-11-4

2019-11-04 Thread Peng Fan
Hi Stefano, Please pull imx-master-11-4. This pull request was based on imx/master commit ae8a53ece0ff CI build pass: https://travis-ci.org/MrVan/u-boot/builds/607065958 This pull request contains patches that you dropped from imx/next since blocking CI, and enabling enet for i.MX8MM. The CI w

Re: [U-Boot] [PATCH 4/8] riscv: andes_plic: Fix some wrong configurations

2019-11-04 Thread Anup Patel
On Tue, Nov 5, 2019 at 7:19 AM Rick Chen wrote: > > Hi Anup > > > > On Thu, Oct 31, 2019 at 1:42 PM Anup Patel wrote: > > > > > > > > On Thu, Oct 31, 2019 at 6:30 AM Alan Kao wrote: > > > > > > > > > > Hi Bin, > > > > > > > > > > Thanks for the critics. Comments below. > > > > > On Wed, Oct 30,

Re: [U-Boot] [EXT] [PATCH v2 2/2] arm: ls1028a: use the new flexspi driver

2019-11-04 Thread Kuldeep Singh
Hi Michael, > -Original Message- > From: U-Boot On Behalf Of Michael Walle > Sent: Saturday, November 2, 2019 11:56 PM > To: u-boot@lists.denx.de > Subject: [EXT] [U-Boot] [PATCH v2 2/2] arm: ls1028a: use the new flexspi > driver > > Caution: EXT Email > > Also align the fspi node with

<    1   2