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) {
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)
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) {
>
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
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
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
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
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
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:
> > >
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
10 matches
Mail list logo