On Fri, Jul 10, 2020 at 11:13:50AM +0200, Thomas Petazzoni wrote:
> On Fri, 10 Jul 2020 10:54:24 +0200
> Rasmus Villemoes wrote:
>
> > > It's very much like the FAT filesystem case: if you have U-Boot proper
> > > and your Linux kernel image in a FAT filesystem,
> >
> > No, this is very much
On Thu, Jul 09, 2020 at 07:51:45PM +0200, Joao Marcos Costa wrote:
> Add support for SquashFS filesystem. Right now, it does not support
> compression but support for zlib will be added in a follow-up commit.
>
> Signed-off-by: Joao Marcos Costa
Sorry for the delay. If you run this patch throu
On Fri, 10 Jul 2020 10:54:24 +0200
Rasmus Villemoes wrote:
> > It's very much like the FAT filesystem case: if you have U-Boot proper
> > and your Linux kernel image in a FAT filesystem,
>
> No, this is very much _not_ like the above. In this paragraph, you
> combine "U-Boot proper and your L
On 10/07/2020 10.29, Thomas Petazzoni wrote:
> Hello Rasmus,
>
> On Thu, 9 Jul 2020 21:50:03 +0200
> Rasmus Villemoes wrote:
>
>>> +config SPL_FS_SQUASHFS
>>> + bool "Support SquashFS filesystems"
>>> + select FS_SQUASHFS
>>
>> Is there any reason U-Boot proper must support squashfs if the
Hello Rasmus,
On Thu, 9 Jul 2020 21:50:03 +0200
Rasmus Villemoes wrote:
> > +config SPL_FS_SQUASHFS
> > + bool "Support SquashFS filesystems"
> > + select FS_SQUASHFS
>
> Is there any reason U-Boot proper must support squashfs if the SPL does?
> This isn't quite specific to this patch; I
Hello!
On Thu, 9 Jul 2020 21:50:03 +0200
Rasmus Villemoes wrote:
> On 09/07/2020 19.51, Joao Marcos Costa wrote:
> > Add support for SquashFS filesystem. Right now, it does not support
> > compression but support for zlib will be added in a follow-up
> > commit.
>
> Cool, thanks for proposing
On 09/07/2020 19.51, Joao Marcos Costa wrote:
> Add support for SquashFS filesystem. Right now, it does not support
> compression but support for zlib will be added in a follow-up commit.
Cool, thanks for proposing this. While I'm not really in a position to
review these, just one comment below.
Add support for SquashFS filesystem. Right now, it does not support
compression but support for zlib will be added in a follow-up commit.
Signed-off-by: Joao Marcos Costa
---
common/spl/Kconfig |9 +
fs/Kconfig |2 +
fs/Makefile |
8 matches
Mail list logo