Hi Heinrich,
On Wed, 7 Aug 2024 at 14:52, Simon Glass wrote:
>
> Hi Heinrich,
>
> On Wed, 7 Aug 2024 at 08:39, Heinrich Schuchardt
> wrote:
> >
> > On 07.08.24 16:36, Simon Glass wrote:
> > > On Tue, 6 Aug 2024 at 18:13, Heinrich Schuchardt
> > > wrote:
> > >>
> > >> For SATA devices the class
Hi Heinrich,
On Wed, 7 Aug 2024 at 08:39, Heinrich Schuchardt
wrote:
>
> On 07.08.24 16:36, Simon Glass wrote:
> > On Tue, 6 Aug 2024 at 18:13, Heinrich Schuchardt
> > wrote:
> >>
> >> For SATA devices the class name is 'ahci' but the block device name is
> >> 'sata'.
> >>
> >> Use function blk_
On 07.08.24 16:36, Simon Glass wrote:
On Tue, 6 Aug 2024 at 18:13, Heinrich Schuchardt
wrote:
For SATA devices the class name is 'ahci' but the block device name is
'sata'.
Use function blk_get_uclass_name() to retrieve the correct string.
Signed-off-by: Heinrich Schuchardt
---
boot/bootm
On Tue, 6 Aug 2024 at 18:13, Heinrich Schuchardt
wrote:
>
> For SATA devices the class name is 'ahci' but the block device name is
> 'sata'.
>
> Use function blk_get_uclass_name() to retrieve the correct string.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> boot/bootmeth_efi.c | 7 +++
> 1
On Wed, 7 Aug 2024 at 03:13, Heinrich Schuchardt
wrote:
>
> For SATA devices the class name is 'ahci' but the block device name is
> 'sata'.
>
> Use function blk_get_uclass_name() to retrieve the correct string.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> boot/bootmeth_efi.c | 7 +++
> 1
Hi Heinrich,
Thank you for the patch.
On mer., août 07, 2024 at 02:13, Heinrich Schuchardt
wrote:
> For SATA devices the class name is 'ahci' but the block device name is
> 'sata'.
>
> Use function blk_get_uclass_name() to retrieve the correct string.
>
> Signed-off-by: Heinrich Schuchardt
R
For SATA devices the class name is 'ahci' but the block device name is
'sata'.
Use function blk_get_uclass_name() to retrieve the correct string.
Signed-off-by: Heinrich Schuchardt
---
boot/bootmeth_efi.c | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/boot/bootmeth_e
7 matches
Mail list logo