Config.in 687 B

1234567891011121314151617
  1. config BR2_TARGET_ROOTFS_AXFS
  2. bool "axfs root filesystem"
  3. help
  4. The Advanced XIP File System is a Linux kernel filesystem
  5. driver that enables files to be executed directly from flash
  6. or ROM memory rather than being copied into RAM. It has the
  7. ability to store individual *pages* in a file
  8. uncompressed/XIP or compressed/Demand Paged.
  9. So far, the only supported mode is 'XIP all', so all the
  10. files that have the execute attribute set will be XIP'ed.
  11. At the moment, the FS is not supported in Linux mainline
  12. (v4.3-rc5), so the kernel has to be built with the axfs
  13. patches to be able to read it. Patches can be found at:
  14. https://github.com/jaredeh/axfs