On Wed, Oct 24, 2018 at 3:34 AM Prabhakar Kushwaha
wrote:
>
>
> > -Original Message-
> > From: U-Boot On Behalf Of Jeremy
> > Gebben
> > Sent: Wednesday, September 19, 2018 3:20 AM
> > To: u-boot@lists.denx.de
> > Cc: Joe Hershberger ; Shaohu
On Tue, Sep 18, 2018 at 4:07 PM York Sun wrote:
>
> On 09/18/2018 02:50 PM, Jeremy Gebben wrote:
> > The aquantia driver requires both CONFIG_PHY_GIGE and CONFIG_PHYLIB_10G.
> >
> > Signed-off-by: Jeremy Gebben
> > ---
> > configs/T1023RDB_NAND_defconfig
If the phy reports a valid firmware version and doesn't indicate
a fault, skip loading the firmware. This allows the same image
to be used on boards that have firmware storage and those that do not.
Signed-off-by: Jeremy Gebben
---
drivers/net/phy/aquantia.c
Aquantia phys have firmware that can be loaded automatically
from storage directly attached to the phy or via MDIO commands.
Add support for loading firmware from either a file or a
raw location on an MMC device.
Signed-off-by: Jeremy Gebben
---
drivers/net/phy/Kconfig| 24 +++-
drivers
The aquantia driver requires both CONFIG_PHY_GIGE and CONFIG_PHYLIB_10G.
Signed-off-by: Jeremy Gebben
---
configs/T1023RDB_NAND_defconfig | 2 +-
configs/T1023RDB_SDCARD_defconfig| 2 +-
configs/T1023RDB_SECURE_BOOT_defconfig | 2
nfigs
that use it.
It has been tested on a NXP ls1046ardb board, and a very similar
custom board that doesn't have dedicated storage for the phy
firmware.
Jeremy Gebben (3):
configs: migrate CONFIG_PHY_AQUANTIA to Kconfig
net: phy: aquantia: add firmware loading support
net: phy: aquantia
Pass an empty buffer instead of NULL if the hwconfig environment
variable isn't set.
Signed-off-by: Jeremy Gebben
Cc: Stefano Babic
Cc: York Sun
---
drivers/ddr/fsl/options.c | 14 ++
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/drivers/ddr/fsl/options.c b/dr
7 matches
Mail list logo