Re: ahci at fdt where the firmware doesnt help

2023-04-07 Thread Mark Kettenis
> Date: Fri, 7 Apr 2023 07:58:02 +1000 > From: David Gwynne > > the banana pi r2 pro has a usable sata port, but ahci wasnt finding > anything attached to it. > > the fdt glue looked like it assumed the boot loader did a lot of > work to get things going. however, i havent figured out how to > c

Re: ahci at fdt where the firmware doesnt help

2023-04-06 Thread Peter Stuge
David Gwynne wrote: > the boot loaders arent quite there yet, so i tried to make the driver > better. .. > so i see this now: > > ahci0 at mainbus0: AHCI 1.3 > ahci0: port 0: 3.0Gb/s > scsibus0 at ahci0: 32 targets > sd0 at scsibus0 targ 0 lun 0: naa.5002538250006f47 > sd0: 95396MB, 512 bytes/sec

ahci at fdt where the firmware doesnt help

2023-04-06 Thread David Gwynne
the banana pi r2 pro has a usable sata port, but ahci wasnt finding anything attached to it. the fdt glue looked like it assumed the boot loader did a lot of work to get things going. however, i havent figured out how to configure u-boot to do ahci, and quartz_uefi doesn't have ahci/sata working y