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, Andre Przywara wrote: > On Mon, 27

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

2020-02-17 Thread Jaehoon Chung
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, Andre Przywara wrote: On Mon, 27 Jan 2020 12:50:16 +0100 LABBE Corentin wrote: Hi, >

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

2020-02-17 Thread Jaehoon Chung
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, 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-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 kernel panic just after with "OF: reserved mem: failed to allocate

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: > >>> Hi, > >>> > The kernel panic

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

2020-01-29 Thread Matthias Brugger
On 28/01/2020 23:21, 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: Hi, > The kernel panic just after with "OF: reserved

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

2020-01-28 Thread Jaehoon Chung
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: >>> Hi, >>> The kernel panic just after with "OF: reserved mem: failed to allocate memory for node 'linux,

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 kernel panic just after with "OF: reserved mem: failed to allocate

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 bo

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 pub

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

2020-01-27 Thread Andre Przywara
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 kernel panic just after with "OF: reserved mem: failed to allocate > > > memory for node 'linux,cma'" but that's another story. > > > > But this

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

2020-01-27 Thread Amit Tomer
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 bootefi, right ? Thanks -Amit

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

2020-01-26 Thread Andre Przywara
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 publicly available documentation, so this is based on the Linux driver, but