Re: [BUG] Hang shortly after loading FDT when booting on RK3399

2021-01-28 Thread Jan Palus
FWIW I figured it hangs in ohci-hcd.c at: static int hc_reset(ohci_t *ohci) ... if (ohci_readl(&ohci->regs->control) & OHCI_CTRL_IR) {

Re: [BUG] Hang shortly after loading FDT when booting on RK3399

2021-01-28 Thread Jan Palus
On 28.01.2021 23:28, Jan Palus wrote: > FWIW I figured it hangs in ohci-hcd.c at: > > static int hc_reset(ohci_t *ohci) > ... > if (ohci_readl(&ohci->regs->control) & OHCI_CTRL_IR) { This appears to be caused by following events: - usb_stop() (usb-class.c)

Re: [BUG] Hang shortly after loading FDT when booting on RK3399

2021-01-29 Thread Jan Palus
On 29.01.2021 01:56, Jan Palus wrote: > On 28.01.2021 23:28, Jan Palus wrote: > > FWIW I figured it hangs in ohci-hcd.c at: > > > > static int hc_reset(ohci_t *ohci) > > ... > > if (ohci_readl(&ohci->regs->control) & OHCI_CTRL_IR) { >

[bug] boot failure on pinebook pro due to rk8xx changes in 2022.07

2022-07-18 Thread Jan Palus
u-boot 2022.07 successfully finds and loads kernel (5.18.3) on my Pinebook Pro however boot process fails when loading rk808 module: rk3x-i2c ff3c.i2c: timeout, ipd: 0x00, state: 1 rk808 0-001b: failed to read the chip id at 0x17 rk808: probe of 0-001b failed with error -110 git bisect

[bug] uboot 2022.07 hangs on rpi 2 with attached usb storage

2022-07-19 Thread Jan Palus
u-boot 2022.07 boots fine without any USB devices attached to RaspberryPi 2 however it hangs early on if external USB drive is connected, right after: Request Sense returned 02 04 01 git bisect indicates first commit to cause regression is: 8c9812a5d557c4eacf164147d7380b3af1b222ec is the fi

Re: [bug] uboot 2022.07 hangs on rpi 2 with attached usb storage

2022-07-23 Thread Jan Palus
On 22.07.2022 02:59, Simon Glass wrote: > Hi Jan, > > On Mon, 18 Jul 2022 at 11:48, Jan Palus wrote: > > > > u-boot 2022.07 boots fine without any USB devices attached to > > RaspberryPi 2 however it hangs early on if external USB drive is > > connected, righ

Re: [bug] uboot 2022.07 hangs on rpi 2 with attached usb storage

2022-07-23 Thread Jan Palus
On 23.07.2022 16:19, Jan Palus wrote: > On 22.07.2022 02:59, Simon Glass wrote: > > Hi Jan, > > > > On Mon, 18 Jul 2022 at 11:48, Jan Palus wrote: > > > > > > u-boot 2022.07 boots fine without any USB devices attached to > > > RaspberryPi 2 ho

Re: [bug] uboot 2022.07 hangs on rpi 2 with attached usb storage

2022-07-23 Thread Jan Palus
On 23.07.2022 16:43, Jan Palus wrote: > On 23.07.2022 16:19, Jan Palus wrote: > > On 22.07.2022 02:59, Simon Glass wrote: > > > Hi Jan, > > > > > > On Mon, 18 Jul 2022 at 11:48, Jan Palus wrote: > > > > > > > > u-boot 2022.07 boots fi

Re: [bug] uboot 2022.07 hangs on rpi 2 with attached usb storage

2022-07-23 Thread Jan Palus
On 23.07.2022 10:42, Simon Glass wrote: > Hi Jan, > > On Sat, 23 Jul 2022 at 09:03, Jan Palus wrote: > > > > On 23.07.2022 16:43, Jan Palus wrote: > > > On 23.07.2022 16:19, Jan Palus wrote: > > > > On 22.07.2022 02:59, Simon Glass wrote: > > >

Re: [bug] uboot 2022.07 hangs on rpi 2 with attached usb storage

2022-07-25 Thread Jan Palus
On 25.07.2022 11:25, AKASHI Takahiro wrote: > On Sat, Jul 23, 2022 at 05:03:39PM +0200, Jan Palus wrote: > > On 23.07.2022 16:43, Jan Palus wrote: > > > On 23.07.2022 16:19, Jan Palus wrote: > > > > On 22.07.2022 02:59, Simon Glass wrote: > > > > > Hi