kumquat-buildroot/fs
Ariel D'Alessandro a6f916430f axfs: add new filesystem type
The Advanced XIP File System is a Linux kernel filesystem driver that
enables files to be executed directly from flash or ROM memory rather
than being copied into RAM. It has the ability to store individual
*pages* in a file uncompressed/XIP or compressed/Demand Paged.

This commit only adds support for 'XIP all' mode, so all the files that
have the execute attribute set will be XIP'ed.

At the moment, the FS is not supported in Linux mainline (v4.3-rc5), so
the kernel has to be built with the axfs patches to be able to read it.
Patches can be found here: https://github.com/jaredeh/axfs

[Thomas: rewrap Config.in help text.]

Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-10-14 23:47:30 +02:00
..
axfs axfs: add new filesystem type 2015-10-14 23:47:30 +02:00
cloop
cpio
cramfs
ext2
initramfs
iso9660 fs: iso9660: change boot menu entry text 2015-08-18 21:42:51 +02:00
jffs2
romfs fs/romfs: remove redunant ROMFS_TARGET definition 2015-10-06 08:20:01 +02:00
squashfs squashfs: Add lz4 hc compression 2015-10-04 18:35:40 +02:00
tar
ubifs
yaffs2
common.mk fs/common: add <fs>_POST_GEN_HOOKS support 2015-08-10 20:56:05 +02:00
Config.in axfs: add new filesystem type 2015-10-14 23:47:30 +02:00