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
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
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
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
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
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
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
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
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
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
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
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
__
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
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
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
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
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
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
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
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
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
> > >
> 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
+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
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,
> > > >
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
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
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
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>
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
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.
> > >
> >
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
> 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
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
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,
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
101 - 135 of 135 matches
Mail list logo