Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-30 Thread Heiko Schocher
Hello Rasmus, just for your information... I had the chance to test current next branch on the MPC8360 based kmcoge5ne board ... I hope to get this board into my automated testsetup soon... Here the logs: U-Boot 2020.10-rc4-00088-gc428a44124-dirty (Sep 30 2020 - 12:06:01 +0200) Reset Status:

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-24 Thread Heiko Schocher
Hello Rasmus, Am 24.09.2020 um 08:55 schrieb Rasmus Villemoes: On 23/09/2020 07.02, Heiko Schocher wrote: Hi Rasmus, Am 22.09.2020 um 16:34 schrieb Rasmus Villemoes: The board already used OF_CONTROL, so I've tried extending the device-tree based partly on you changes for the km boards, partl

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-23 Thread Rasmus Villemoes
On 23/09/2020 07.02, Heiko Schocher wrote: > Hi Rasmus, > > Am 22.09.2020 um 16:34 schrieb Rasmus Villemoes: >> The board already used OF_CONTROL, so I've tried extending the >> device-tree based partly on you changes for the km boards, partly from >> our linux device tree - the two mostly agree:

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-22 Thread Heiko Schocher
Hi Rasmus, Am 22.09.2020 um 16:34 schrieb Rasmus Villemoes: Hi Heiko I'm struggling somewhat with getting our mpc8309-derived board converted to DM_ETH. I just get Net: No ethernet found. where I used to get Net: UEC0, UEC1, UEC2 :-( Ok, I currently have no access to the hardware, I w

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-22 Thread Rasmus Villemoes
Hi Heiko I'm struggling somewhat with getting our mpc8309-derived board converted to DM_ETH. I just get Net: No ethernet found. where I used to get Net: UEC0, UEC1, UEC2 and there's no errors or other diagnostics printed (I've also tried adding #define DEBUG 1 to the .c files under drivers

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-21 Thread Heiko Schocher
Hi Rasmus, Am 21.09.2020 um 10:40 schrieb Rasmus Villemoes: On 17/09/2020 06.24, Heiko Schocher wrote: Hello Rasmus, Am 16.09.2020 um 21:35 schrieb Rasmus Villemoes: We have a mpc8309-based board, currently using a U-Boot based on v2020.04. If you have a git tree I can pull these patches fro

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-21 Thread Rasmus Villemoes
On 17/09/2020 06.24, Heiko Schocher wrote: > Hello Rasmus, > > Am 16.09.2020 um 21:35 schrieb Rasmus Villemoes: >> >> We have a mpc8309-based board, currently using a U-Boot based on >> v2020.04. If you have a git tree I can pull these patches from I'll try >> to test them on our hardware. > > Pu

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-17 Thread Tom Rini
On Thu, Sep 17, 2020 at 03:03:28PM +0200, Heiko Schocher wrote: > Hello Tom, > > Am 17.09.2020 um 14:51 schrieb Tom Rini: > > On Thu, Sep 17, 2020 at 06:27:03AM +0200, Heiko Schocher wrote: > > > Hello Tom, > > > > > > Am 16.09.2020 um 21:01 schrieb Tom Rini: > > > > On Wed, Sep 16, 2020 at 07:0

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-17 Thread Heiko Schocher
Hello Tom, Am 17.09.2020 um 14:51 schrieb Tom Rini: On Thu, Sep 17, 2020 at 06:27:03AM +0200, Heiko Schocher wrote: Hello Tom, Am 16.09.2020 um 21:01 schrieb Tom Rini: On Wed, Sep 16, 2020 at 07:04:57AM +0200, Heiko Schocher wrote: Hello Mario, Tom, added Tom to cc ... Am 08.09.2020 um 07:

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-17 Thread Tom Rini
On Thu, Sep 17, 2020 at 06:27:03AM +0200, Heiko Schocher wrote: > Hello Tom, > > Am 16.09.2020 um 21:01 schrieb Tom Rini: > > On Wed, Sep 16, 2020 at 07:04:57AM +0200, Heiko Schocher wrote: > > > Hello Mario, Tom, > > > > > > added Tom to cc ... > > > > > > Am 08.09.2020 um 07:59 schrieb Heiko S

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-16 Thread Heiko Schocher
Hello Tom, Am 16.09.2020 um 21:01 schrieb Tom Rini: On Wed, Sep 16, 2020 at 07:04:57AM +0200, Heiko Schocher wrote: Hello Mario, Tom, added Tom to cc ... Am 08.09.2020 um 07:59 schrieb Heiko Schocher: Hi Mario, Am 17.08.2020 um 07:23 schrieb Heiko Schocher: Hello Mario, Am 27.05.2020 um 1

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-16 Thread Heiko Schocher
Hello Rasmus, Am 16.09.2020 um 21:35 schrieb Rasmus Villemoes: On 16/09/2020 07.04, Heiko Schocher wrote: Hello Mario, Tom, added Tom to cc ... Am 08.09.2020 um 07:59 schrieb Heiko Schocher: Hi Mario, Am 17.08.2020 um 07:23 schrieb Heiko Schocher: Hello Mario, Am 27.05.2020 um 14:43 schri

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-16 Thread Rasmus Villemoes
On 16/09/2020 07.04, Heiko Schocher wrote: > Hello Mario, Tom, > > added Tom to cc ... > > Am 08.09.2020 um 07:59 schrieb Heiko Schocher: >> Hi Mario, >> >> Am 17.08.2020 um 07:23 schrieb Heiko Schocher: >>> Hello Mario, >>> >>> Am 27.05.2020 um 14:43 schrieb Heiko Schocher: This patch

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-16 Thread Tom Rini
On Wed, Sep 16, 2020 at 07:04:57AM +0200, Heiko Schocher wrote: > Hello Mario, Tom, > > added Tom to cc ... > > Am 08.09.2020 um 07:59 schrieb Heiko Schocher: > > Hi Mario, > > > > Am 17.08.2020 um 07:23 schrieb Heiko Schocher: > > > Hello Mario, > > > > > > Am 27.05.2020 um 14:43 schrieb Heiko

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-15 Thread Heiko Schocher
Hello Mario, Tom, added Tom to cc ... Am 08.09.2020 um 07:59 schrieb Heiko Schocher: Hi Mario, Am 17.08.2020 um 07:23 schrieb Heiko Schocher: Hello Mario, Am 27.05.2020 um 14:43 schrieb Heiko Schocher: This patch series adds DM ethernet support for mpc83xx based keymile boards. Travis bui

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-09-07 Thread Heiko Schocher
Hi Mario, Am 17.08.2020 um 07:23 schrieb Heiko Schocher: Hello Mario, Am 27.05.2020 um 14:43 schrieb Heiko Schocher: This patch series adds DM ethernet support for mpc83xx based keymile boards. Travis build: https://travis-ci.org/github/hsdenx/u-boot-test/builds/691607214 Changes in v2: -

Re: [PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-08-16 Thread Heiko Schocher
Hello Mario, Am 27.05.2020 um 14:43 schrieb Heiko Schocher: This patch series adds DM ethernet support for mpc83xx based keymile boards. Travis build: https://travis-ci.org/github/hsdenx/u-boot-test/builds/691607214 Changes in v2: - new in v2 - remove RFC - fixed Codingstyle errors, therefor

[PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support

2020-05-27 Thread Heiko Schocher
This patch series adds DM ethernet support for mpc83xx based keymile boards. Travis build: https://travis-ci.org/github/hsdenx/u-boot-test/builds/691607214 Changes in v2: - new in v2 - remove RFC - fixed Codingstyle errors, therefore new patch powerpc, mpc83xx: fix codingstyle issues for qe_