* [U-Boot] Adding F2FS support
@ 2019-03-25 12:57 Juraj Vijtiuk
2019-03-25 14:13 ` Lukasz Majewski
0 siblings, 1 reply; 2+ messages in thread
From: Juraj Vijtiuk @ 2019-03-25 12:57 UTC (permalink / raw)
To: u-boot
Hello,
I've started to work on adding F2FS support to U-boot.
After a quick search of the U-Boot mailing archives, I see that support for
multiple file systems, like ZFS was already added by reusing existing GRUB code.
F2FS was added to GRUB last year, in this commit:
http://git.savannah.gnu.org/cgit/grub.git/commit/?id=71f9e4ac44142af52c3fc1860436cf9e432bf764
so I'd port that to U-Boot.
F2FS has also been added to the Linux kernel in version 3.8 and is licensed under GNU GPLv2,
so there shouldn't be any issues with that as far as I know.
I plan to use the ZFS patch as a starting point, and reference other fs patches
and recent ZFS updates when needed.
Are there any potential issues or anything else I should know before I start
working on the patch?
Regards,
Juraj Vijtiuk
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot] Adding F2FS support
2019-03-25 12:57 [U-Boot] Adding F2FS support Juraj Vijtiuk
@ 2019-03-25 14:13 ` Lukasz Majewski
0 siblings, 0 replies; 2+ messages in thread
From: Lukasz Majewski @ 2019-03-25 14:13 UTC (permalink / raw)
To: u-boot
Hi Juraj,
> Hello,
>
> I've started to work on adding F2FS support to U-boot.
>
> After a quick search of the U-Boot mailing archives, I see that
> support for multiple file systems, like ZFS was already added by
> reusing existing GRUB code.
>
> F2FS was added to GRUB last year, in this commit:
> http://git.savannah.gnu.org/cgit/grub.git/commit/?id=71f9e4ac44142af52c3fc1860436cf9e432bf764
> so I'd port that to U-Boot.
>
> F2FS has also been added to the Linux kernel in version 3.8 and is
> licensed under GNU GPLv2, so there shouldn't be any issues with that
> as far as I know.
>
> I plan to use the ZFS patch as a starting point, and reference other
> fs patches and recent ZFS updates when needed.
>
> Are there any potential issues or anything else I should know before
> I start working on the patch?
I don't know when the ZFS port was prepared, but please keep in mind
that in last 1-2 years u-boot was massively reworked:
- Kconfig migration from <include/configs*.> - all new options shall go
to Kconfig
- Device Model support - most notably the F2FS would require working on
top of "block device" layer,
- SPL/TPL rework
>
> Regards,
> Juraj Vijtiuk
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot
Best regards,
Lukasz Majewski
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190325/7e43ec89/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-25 14:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-25 12:57 [U-Boot] Adding F2FS support Juraj Vijtiuk
2019-03-25 14:13 ` Lukasz Majewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox