net: designware: frequent network problem like CPU not owner of tx frame

2022-07-01 Thread LABBE Corentin
Hello We have an HSDK board in kernelCI, and it fail often to do networking tasks. (getting image via tftp) Example: tftp 0x8200 2156673/tftp-deploy-l8y_ehqa/kernel/uImage Speed: 100, full duplex Using ethernet@f0008000 device TFTP from server 10.201.1.3; our IP address is 10.201.4.179

Re: Boot regression on am335x-hs-evm

2022-06-13 Thread LABBE Corentin
Le Fri, Jun 10, 2022 at 11:48:34AM -0400, Tom Rini a écrit : > On Fri, Jun 10, 2022 at 05:45:04PM +0200, LABBE Corentin wrote: > > Le Fri, Jun 10, 2022 at 11:01:47AM -0400, Tom Rini a écrit : > > > On Fri, Jun 10, 2022 at 04:51:12PM +0200, LABBE Corentin wrote: > > > &

Re: Boot regression on am335x-hs-evm

2022-06-10 Thread LABBE Corentin
Le Fri, Jun 10, 2022 at 11:01:47AM -0400, Tom Rini a écrit : > On Fri, Jun 10, 2022 at 04:51:12PM +0200, LABBE Corentin wrote: > > Le Fri, Jun 10, 2022 at 08:16:10AM -0400, Tom Rini a écrit : > > > On Fri, Jun 10, 2022 at 11:59:23AM +0200, LABBE Corentin wrote: > > > >

Re: Boot regression on am335x-hs-evm

2022-06-10 Thread LABBE Corentin
Le Fri, Jun 10, 2022 at 08:16:10AM -0400, Tom Rini a écrit : > On Fri, Jun 10, 2022 at 11:59:23AM +0200, LABBE Corentin wrote: > > Hello > > > > I hit a boot regression on am335x-hs-evm. > > On current uboot, the board does not boot at all. > > This board uses bot

Boot regression on am335x-hs-evm

2022-06-10 Thread LABBE Corentin
Hello I hit a boot regression on am335x-hs-evm. On current uboot, the board does not boot at all. This board uses both MLO and u-boot.img and only MLO was the problem. After a bisect, I found that e41651fffda7 ("dm: Support parent devices with of-platdata") was the problem. Reverting this patch

Re: [PATCH v2] rpi_4_defconfig: add missing CONFIG_ARCH_FIXUP_FDT_MEMORY

2020-05-13 Thread LABBE Corentin
On Wed, May 13, 2020 at 12:38:58PM +0200, Matthias Brugger wrote: > > > On 13/05/2020 10:07, Corentin Labbe wrote: > > As discussed at > > https://lore.kernel.org/linux-arm-kernel/b726290c-1038-3771-5187-6ac370bc9...@arm.com/T/ > > the defconfig for rpi4 miss CONFIG_ARCH_FIXUP_FDT_MEMORY. > >

Re: [PATCH] rpi_4_defconfig: add missing CONFIG_ARCH_FIXUP_FDT_MEMORY

2020-05-12 Thread LABBE Corentin
On Tue, May 12, 2020 at 12:17:25PM +0200, Matthias Brugger wrote: > Hi Corentin, > > On 09/05/2020 01:25, Matthias Brugger wrote: > > On 09/05/2020 01:18, Matthias Brugger wrote: > >> Hi Corentin, > >> > >> On 24/04/2020 14:51, LABBE Corentin wrote: >

Re: [PATCH] rpi_4_defconfig: add missing CONFIG_ARCH_FIXUP_FDT_MEMORY

2020-04-24 Thread LABBE Corentin
On Tue, Mar 31, 2020 at 12:26:35PM +, Corentin Labbe wrote: > As discussed at > https://lore.kernel.org/linux-arm-kernel/b726290c-1038-3771-5187-6ac370bc9...@arm.com/T/ > the defconfig for rpi4 miss CONFIG_ARCH_FIXUP_FDT_MEMORY. > Without it, booting with an initrd fail. > > Signed-off-by:

Re: RPI4: fail too boot with an initrd

2020-02-18 Thread LABBE Corentin
On Mon, Feb 17, 2020 at 02:07:09PM +0100, Matthias Brugger wrote: > > > On 17/02/2020 13:53, LABBE Corentin wrote: > > On Mon, Feb 17, 2020 at 11:50:04AM +0100, Matthias Brugger wrote: > >> > >> > >> On 17/02/2020 11:37, LABBE Corentin wrote: > >&g

Re: [PATCH v3 0/3] Ethernet support for Raspberry Pi 4

2020-02-18 Thread LABBE Corentin
On Tue, Feb 18, 2020 at 11:13:03AM +0900, Jaehoon Chung wrote: > Hi LABBE, > > On 2/17/20 8:37 PM, Jaehoon Chung wrote: > > On 2/3/20 6:48 PM, LABBE Corentin wrote: > >> On Wed, Jan 29, 2020 at 07:21:09AM +0900, Jaehoon Chung wrote: > >>> On 1/27/20 9:06 PM,

Re: RPI4: fail too boot with an initrd

2020-02-17 Thread LABBE Corentin
On Mon, Feb 17, 2020 at 11:50:04AM +0100, Matthias Brugger wrote: > > > On 17/02/2020 11:37, LABBE Corentin wrote: > > On Fri, Feb 14, 2020 at 06:15:27PM +, James Morse wrote: > >> Hi Corentin, > >> > >> On 14/02/2020 13:27, LABBE Corentin wrote

Re: RPI4: fail too boot with an initrd

2020-02-17 Thread LABBE Corentin
On Fri, Feb 14, 2020 at 06:15:27PM +, James Morse wrote: > Hi Corentin, > > On 14/02/2020 13:27, LABBE Corentin wrote: > > Since the inclusion of the "enable network support in RPi4 config" serie on > > uboot, I > > have started to work on adding

RPI4: fail too boot with an initrd

2020-02-14 Thread LABBE Corentin
Hello Since the inclusion of the "enable network support in RPi4 config" serie on uboot, I have started to work on adding the rpi4 in kernelCI. But I fail to succeed in using a kernel/dtb/ramdisk downloaded via tftp. Using booti I hit: [0.00] Linux version 5.6.0-rc1-next-20200212

Re: [PATCH v3 0/3] Ethernet support for Raspberry Pi 4

2020-02-03 Thread LABBE Corentin
On Mon, Jan 27, 2020 at 12:06:16PM +, Andre Przywara wrote: > On Mon, 27 Jan 2020 12:50:16 +0100 > LABBE Corentin wrote: > > Hi, > > > On Mon, Jan 27, 2020 at 04:27:03PM +0530, Amit Tomer wrote: > > > Hi, > > > > > > > The ker

Re: [PATCH v3 0/3] Ethernet support for Raspberry Pi 4

2020-02-03 Thread LABBE Corentin
On Wed, Jan 29, 2020 at 07:21:09AM +0900, Jaehoon Chung wrote: > On 1/27/20 9:06 PM, Andre Przywara wrote: > > On Mon, 27 Jan 2020 12:50:16 +0100 > > LABBE Corentin wrote: > > > > Hi, > > > >> On Mon, Jan 27, 2020 at 04:27:03PM +0530, Amit Tomer wrote:

Re: [PATCH v3 0/3] Ethernet support for Raspberry Pi 4

2020-01-27 Thread LABBE Corentin
On Mon, Jan 27, 2020 at 12:06:16PM +, Andre Przywara wrote: > On Mon, 27 Jan 2020 12:50:16 +0100 > LABBE Corentin wrote: > > Hi, > > > On Mon, Jan 27, 2020 at 04:27:03PM +0530, Amit Tomer wrote: > > > Hi, > > > > > > > The ker

Re: [PATCH v3 0/3] Ethernet support for Raspberry Pi 4

2020-01-27 Thread LABBE Corentin
On Mon, Jan 27, 2020 at 04:27:03PM +0530, Amit Tomer wrote: > Hi, > > > The kernel panic just after with "OF: reserved mem: failed to allocate > > memory for node 'linux,cma'" but that's another story. > > But this comes even without having Ethernet patches and when one use > booti instead of

Re: [PATCH v3 0/3] Ethernet support for Raspberry Pi 4

2020-01-27 Thread LABBE Corentin
On Mon, Jan 27, 2020 at 01:14:41AM +, Andre Przywara wrote: > This series adds Ethernet support for the Raspberry Pi 4. The SoC > includes a "Broadcom Genet v5 MAC" IP, connected as a proper platform > device (no USB anymore!). Patch 1 provides a driver for that. There does > not seem to be

Re: [PATCH v2 0/3] Ethernet support for Raspberry Pi 4

2020-01-22 Thread LABBE Corentin
On Fri, Jan 17, 2020 at 01:20:44AM +, Andre Przywara wrote: > This series adds Ethernet support for the Raspberry Pi 4. The SoC > includes a "Broadcom Genet v5 MAC" IP, connected as a proper platform > device (no USB anymore!). Patch 1 provides a driver for that. There does > not seem to be

Re: [PATCH 0/3] Ethernet support for Raspberry Pi 4

2020-01-16 Thread LABBE Corentin
Hello I have successfully used your patch to obtain an IP via DHCP and download kernel/dtb/ramdisk via tftp. Tested-by: Corentin Labbe But I still fail to boot any kernel (mainline/rpi-5.4/rpi-4.19). But this is irrelevant with your serie, since the same kernel is not bootable also via "load

Re: [U-Boot] [U-BOOT] [PATCH] net: Add EMAC driver for H3/A83T/A64

2016-05-23 Thread LABBE Corentin
ould take care of it in next version. > > > You disable interrupt but I do not see any enabling of it. > > Yes, I knew going to get this comment but don't you think after packet > transmission > H/W may enable the interrupt, so it is

Re: [U-Boot] [U-BOOT] [RFC PATCH] EMAC driver for H3/A64

2016-04-25 Thread LABBE Corentin
On Mon, Apr 25, 2016 at 12:34:06AM +0530, Amit Singh Tomar wrote: > Hello > > I wanted to contribute and in the process trying to add support for the > driver for EMAC controller found on H3/A64 based SoC. > > Sorry, I don't want to post it at this moment but I am kind of stuck from > last few