Re: [PATCH 33/38] fs: fat: Support reading from a larger block size

2023-04-20 Thread Simon Glass
Hi Heinrich, On Fri, 31 Mar 2023 at 04:28, Heinrich Schuchardt wrote: > > On 3/31/23 00:55, Heinrich Schuchardt wrote: > > > > > > Am 30. März 2023 23:32:22 MESZ schrieb Simon Glass : > >> At present it is not possible to read from some CDROM drives since the > >> FAT sector size does not match

Re: [PATCH 33/38] fs: fat: Support reading from a larger block size

2023-03-31 Thread Heinrich Schuchardt
On 3/31/23 00:55, Heinrich Schuchardt wrote: Am 30. März 2023 23:32:22 MESZ schrieb Simon Glass : At present it is not possible to read from some CDROM drives since the FAT sector size does not match the media's block size. Add a conversion option for this, so that reading is possible. This

Re: [PATCH 33/38] fs: fat: Support reading from a larger block size

2023-03-30 Thread Heinrich Schuchardt
Am 30. März 2023 23:32:22 MESZ schrieb Simon Glass : >At present it is not possible to read from some CDROM drives since the >FAT sector size does not match the media's block size. Add a conversion >option for this, so that reading is possible. > >This does increase SPL size for read-only FAT

[PATCH 33/38] fs: fat: Support reading from a larger block size

2023-03-30 Thread Simon Glass
At present it is not possible to read from some CDROM drives since the FAT sector size does not match the media's block size. Add a conversion option for this, so that reading is possible. This does increase SPL size for read-only FAT support by 25 bytes but all but 6 are covered by the previous