Re: [PATCH] U-Boot ENV in EXT4 support for Espressobin

2022-02-07 Thread Stefan Roese
Hi Rogier On 2/7/22 23:56, Rogier Stam wrote: Hi Per Pali's comments adapted the patch. This one also includes the changes necessary for storing ENV in FAT. I also added CONFIG_SCSI for both ext4 and fat should anyone want to use SCSI instead of AHCI. I have 2 comments, more related to form

Re: [PATCH] U-Boot ENV in EXT4 support for Espressobin

2022-02-07 Thread Pali Rohár
On Monday 07 February 2022 23:56:25 Rogier Stam wrote: > Hi > > Per Pali's comments adapted the patch. This one also includes the changes > necessary for storing ENV in FAT. I also added CONFIG_SCSI for both ext4 and > fat should anyone want to use SCSI instead of AHCI. > > Regards > > Rogier >

Re: [PATCH] U-Boot ENV in EXT4 support for Espressobin

2022-02-07 Thread Rogier Stam
Hi Per Pali's comments adapted the patch. This one also includes the changes necessary for storing ENV in FAT. I also added CONFIG_SCSI for both ext4 and fat should anyone want to use SCSI instead of AHCI. Regards Rogier On 07-02-2022 09:11, Rogier Stam wrote: Hi I was attemting to boot f

[PATCH] U-Boot ENV in EXT4 support for Espressobin

2022-02-07 Thread Rogier Stam
Hi I was attemting to boot from SATA on an Espressobin. As such I wanted to store the Environment in a SATA partition and not in the SPI flash. In order to get this running I had to make a few changes, as the original code assumes the Environment is always in SPI flash. Additionally I also ha

Re: [PATCH] U-Boot ENV in EXT4 support for Espressobin

2022-02-07 Thread Pali Rohár
Hello! See inline comments below. On Monday 07 February 2022 09:11:06 Rogier Stam wrote: > Hi > > I was attemting to boot from SATA on an Espressobin. As such I wanted to > store the Environment in a SATA partition and not in the SPI flash. In order > to get this running I had to make a few chang