Re: [U-Boot] Ethernet PHY Power Down

2015-11-06 Thread Michael Welling
On Fri, Nov 06, 2015 at 08:43:37PM -0200, Fabio Estevam wrote: > On Fri, Nov 6, 2015 at 8:04 PM, Michael Welling <mwell...@ieee.org> wrote: > > So I added the following lines to my board_phy_config function and the > > problem > > seems to be fixed: It appears that I s

[U-Boot] Ethernet PHY Power Down

2015-11-06 Thread Michael Welling
I have run into an issue with a KSZ9031 Gigabit Ethernet PHY on an IMX6 module. After booting into Linux and rebooting the ethernet fails consistently. With a bit of investigation I found that the power-down bit in the PHY control register is being set on reboot. => dhcp BOOTP broadcast 1 BOOTP

[U-Boot] Ethernet PHY Power Down

2015-11-06 Thread Michael Welling
Lets try this again with list membership. I have run into an issue with a KSZ9031 Gigabit Ethernet PHY on an IMX6 module. After booting into Linux and rebooting the ethernet fails consistently. With a bit of investigation I found that the power-down bit in the PHY control register is being set

Re: [U-Boot] Ethernet PHY Power Down

2015-11-06 Thread Michael Welling
On Fri, Nov 06, 2015 at 07:22:00PM -0200, Fabio Estevam wrote: > On Fri, Nov 6, 2015 at 6:22 PM, Michael Welling <mwell...@ieee.org> wrote: > > Lets try this again with list membership. > > > > I have run into an issue with a KSZ9031 Gigabit Ethernet PHY on an IMX6

Re: [U-Boot] Ethernet PHY Power Down

2015-11-06 Thread Michael Welling
On Fri, Nov 06, 2015 at 07:22:00PM -0200, Fabio Estevam wrote: > On Fri, Nov 6, 2015 at 6:22 PM, Michael Welling <mwell...@ieee.org> wrote: > > Lets try this again with list membership. > > > > I have run into an issue with a KSZ9031 Gigabit Ethernet PHY on an IMX6

Re: [U-Boot] [PATCH] net: phy: do not read configuration register on reset

2015-12-09 Thread Michael Welling
ftware reset. > > Signed-off-by: Stefan Agner <ste...@agner.ch> Acked-by: Michael Welling <mwell...@ieee.org> > --- > This lead to the PHY staying powered down on a reboot when using a > Micrel PHY and not using hardware reset... > > It also aligns with the behav

Re: [U-Boot] am335x uboot TFTP via SPL over usb is failing

2017-07-03 Thread Michael Welling
On Mon, Jul 03, 2017 at 05:53:01PM +0530, Ravi Kumar Prasad wrote: > Hi, Michael > Please cc the your findings of second bisect here, so that someone can help > further. Okay sure. After finding that the TFTP was failing after a specific commit, I reverted the commit and found when the bootp

[U-Boot] [PATCH] defconfig: arm335x_evm_usbspl: Update MUSB Ethernet

2017-06-12 Thread Michael Welling
Adds CONFIG_SPL_USB_GADGET_SUPPORT and CONFIG_SPL_USBETH_SUPPORT. Removes CONFIG_SPL_NAND_SUPPORT, CONFIG_SPL_MTD_SUPPORT, and CONFIG_SPL_YMODEM_SUPPORT to free up space to fit in RAM. Signed-off-by: Michael Welling <mwell...@ieee.org> --- configs/am335x_evm_usbspl_defconfig | 5 -

Re: [U-Boot] [beagleboard-gsoc] Re: am335x_evm_usbspl_defconfig testint

2017-06-12 Thread Michael Welling
On Mon, Jun 12, 2017 at 10:42:40AM -0700, Ravi Kumar Prasad wrote: > > > On Monday, June 12, 2017 at 10:13:08 PM UTC+5:30, Jason Kridner wrote: > > > > Stefan, > > > > I see you submitted this defconfig: > > https://lists.denx.de/pipermail/u-boot/2016-November/272425.html > > > > I have a