Re: [U-Boot] [PATCH] driver: net: fsl-mc: Fix DPC MAC address fixup

2019-03-15 Thread Prabhakar Kushwaha
> -Original Message- > From: Joe Hershberger > Sent: Tuesday, March 5, 2019 12:48 AM > To: Ioana Ciocoi Radulescu > Cc: u-boot@lists.denx.de; Prabhakar Kushwaha > > Subject: Re: [U-Boot] [PATCH] driver: net: fsl-mc: Fix DPC MAC address fixup > > On Tue, Fe

Re: [U-Boot] [PATCH] driver: net: fsl-mc: Fix DPC MAC address fixup

2019-03-04 Thread Joe Hershberger
On Tue, Feb 26, 2019 at 9:51 AM Ioana Ciocoi Radulescu wrote: > > If node /board_info/ports does not exist in the DPC file, > function mc_fixup_dpc() will skip not only MAC address fixup, > but also the cache flush at the end. This may cause the other > fixup changes (e.g. ICID relatd ones) to be

Re: [U-Boot] [PATCH] driver: net: fsl-mc: Fix DPC MAC address fixup

2019-03-04 Thread Laurentiu Tudor
On 26.02.2019 17:41, Ioana Ciocoi Radulescu wrote: > If node /board_info/ports does not exist in the DPC file, > function mc_fixup_dpc() will skip not only MAC address fixup, > but also the cache flush at the end. This may cause the other > fixup changes (e.g. ICID relatd ones) to be ignored by M

Re: [U-Boot] [PATCH] driver: net: fsl-mc: Fix DPC MAC address fixup

2019-03-02 Thread Prabhakar Kushwaha
Dear Joe > -Original Message- > From: Ioana Ciocoi Radulescu > Sent: Tuesday, February 26, 2019 9:12 PM > To: u-boot@lists.denx.de; Prabhakar Kushwaha > > Cc: Laurentiu Tudor > Subject: [PATCH] driver: net: fsl-mc: Fix DPC MAC address fixup > > If node /board_info/ports does not exist i

[U-Boot] [PATCH] driver: net: fsl-mc: Fix DPC MAC address fixup

2019-02-26 Thread Ioana Ciocoi Radulescu
If node /board_info/ports does not exist in the DPC file, function mc_fixup_dpc() will skip not only MAC address fixup, but also the cache flush at the end. This may cause the other fixup changes (e.g. ICID relatd ones) to be ignored by MC. Fixes: 1161dbcc0a36 ("drivers: net: fsl-mc: Include MAC a