Re: [U-Boot] [PATCH v2 1/2] drivers: net: fsl-mc: Link MC boot to PHY_RESET_R

2017-05-23 Thread Bogdan Purcareata
> -Original Message- > From: york sun > Sent: Tuesday, May 23, 2017 7:11 PM > To: Bogdan Purcareata ; Prabhakar Kushwaha > ; u-boot@lists.denx.de > Cc: Heinz Wrobel > Subject: Re: [PATCH v2 1/2] drivers: net: fsl-mc: Link MC boot to > PHY_RESET_R > > On 05/19/2017 07:00 AM, Bogdan Purcare

Re: [U-Boot] [PATCH v2 1/2] drivers: net: fsl-mc: Link MC boot to PHY_RESET_R

2017-05-23 Thread york sun
On 05/19/2017 07:00 AM, Bogdan Purcareata wrote: > DPAA2 platforms boot the Management Complex based on the u-boot env > variable "mcinitcmd". Instead of doing this step on each platform > individually, define a single mc_env_boot function in the MC driver, > since it's semantically tied to it. > >

[U-Boot] [PATCH v2 1/2] drivers: net: fsl-mc: Link MC boot to PHY_RESET_R

2017-05-19 Thread Bogdan Purcareata
DPAA2 platforms boot the Management Complex based on the u-boot env variable "mcinitcmd". Instead of doing this step on each platform individually, define a single mc_env_boot function in the MC driver, since it's semantically tied to it. Call the function in a per-board reset_phy hook, as it gets