Re: [PATCH v3 0/5] Add support for the SquashFS filesystem

2020-07-29 Thread Joao Marcos Costa
On Wed, 29 Jul 2020 11:21:26 -0400 Tom Rini wrote: > On Wed, Jul 29, 2020 at 02:54:56PM +0200, Joao Marcos Costa wrote: > > On Tue, 21 Jul 2020 11:22:54 +0200 > > Joao Marcos Costa wrote: > > > > > Hello! > > > > > > This series adds support for the SquashFS filesystem. For now, > > > zlib i

Re: [PATCH v3 0/5] Add support for the SquashFS filesystem

2020-07-29 Thread Tom Rini
On Wed, Jul 29, 2020 at 02:54:56PM +0200, Joao Marcos Costa wrote: > On Tue, 21 Jul 2020 11:22:54 +0200 > Joao Marcos Costa wrote: > > > Hello! > > > > This series adds support for the SquashFS filesystem. For now, zlib > > is the only supported compression type. This is my first contribution >

Re: [PATCH v3 0/5] Add support for the SquashFS filesystem

2020-07-29 Thread Joao Marcos Costa
On Tue, 21 Jul 2020 11:22:54 +0200 Joao Marcos Costa wrote: > Hello! > > This series adds support for the SquashFS filesystem. For now, zlib > is the only supported compression type. This is my first contribution > to U-Boot as well as to a major Open Source project. > > Changes in v3: >

[PATCH v3 0/5] Add support for the SquashFS filesystem

2020-07-21 Thread Joao Marcos Costa
Hello! This series adds support for the SquashFS filesystem. For now, zlib is the only supported compression type. This is my first contribution to U-Boot as well as to a major Open Source project. Changes in v3: - Replace CONFIG_IS_ENABLED by IS_ENABLED in fs/fs.c Changes in v2: