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 Normalize separator size to 80 2013-06-07 10:54:54 +02:00
cpio package: indentation cleanup 2014-10-26 05:47:05 +01:00
cramfs package: indentation cleanup 2014-10-23 22:13:29 +02:00
ext2 fs: declare phony targets as such 2015-04-14 10:12:32 +02:00
initramfs fs: declare phony targets as such 2015-04-14 10:12:32 +02:00
iso9660 fs: iso9660: change boot menu entry text 2015-08-18 21:42:51 +02:00
jffs2 fs/jffs2: Fix mkfs.jffs2 --pagesize parameter usage 2015-05-22 11:36:00 +02:00
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 fs/tar: only store numeric uid/gid 2015-02-19 22:02:59 +01:00
ubifs fs/ubi: add option to use custom ubinize config file 2014-02-08 22:57:31 +01:00
yaffs2 yaffs2: new filesystem type 2014-04-20 18:07:11 +02:00
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