Re: [PATCH 2/2] Add SCSI scan for ENV in EXT4 or FAT

2022-05-11 Thread Rogier Stam
Hi, Sorry for the late reply. Not much time lately, also had some trouble figuring the world build out. That said I have a fix. Not sure on the usual process, but I will repost it on the mailing list in a moment. Pali was quite close on the solution. I went a slightly different route as I did

Re: [PATCH 2/2] Add SCSI scan for ENV in EXT4 or FAT

2022-04-21 Thread Pali Rohár
On Thursday 21 April 2022 12:34:30 Stefan Roese wrote: > Hi Rogier, > > On 2/28/22 08:13, Pali Rohár wrote: > > + Simon, could you review this change? It would be nice to have this fix in > > upcoming U-Boot release. > > > > On Wednesday 09 February 2022 00:27:01 Rogier Stam wrote: > > > When ha

Re: [PATCH 2/2] Add SCSI scan for ENV in EXT4 or FAT

2022-04-21 Thread Stefan Roese
Hi Rogier, On 2/28/22 08:13, Pali Rohár wrote: + Simon, could you review this change? It would be nice to have this fix in upcoming U-Boot release. On Wednesday 09 February 2022 00:27:01 Rogier Stam wrote: When having environment stored in EXT4 or FAT and using an AHCI or SCSI device / partit

Re: [PATCH 2/2] Add SCSI scan for ENV in EXT4 or FAT

2022-02-27 Thread Pali Rohár
+ Simon, could you review this change? It would be nice to have this fix in upcoming U-Boot release. On Wednesday 09 February 2022 00:27:01 Rogier Stam wrote: > When having environment stored in EXT4 or FAT > and using an AHCI or SCSI device / partition > the scan would not be performed early eno

[PATCH 2/2] Add SCSI scan for ENV in EXT4 or FAT

2022-02-08 Thread Rogier Stam
When having environment stored in EXT4 or FAT and using an AHCI or SCSI device / partition the scan would not be performed early enough and hence the device would not be recognized. This change adds the scan when the interface is "scsi" in a similar way to mmc_initialize. Signed-off-by: Rogier Sta