1 / 2

Advanced XIP Filing System

Advanced XIP Filing System. Jared Hulbert and Justin Treon. AXFS, a new GPL filing system targeted for embedded use from Intel Shows benefits of AXFS solution: RAM Usage Reduction 33%, 48MB reduced to 32MB Boot Time Reduction 18%, 6s Performance Improvements

noel
Download Presentation

Advanced XIP Filing System

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Advanced XIP Filing System Jared Hulbert and Justin Treon • AXFS, a new GPL filing system targeted for embedded use from Intel • Shows benefits of AXFS solution: • RAM Usage Reduction • 33%, 48MB reduced to 32MB • Boot Time Reduction • 18%, 6s • Performance Improvements • The demonstration shows that the AXFS system is actually faster then the CRAMFS system while using less RAM AXFS is a hybrid Execute-In-Place/Demand Paging filing system. AXFS enables XIP of individual pages in a rootfs. Previous application XIP patches left entire files uncompressed rather than just the pages required. This allows NOR Flash based systems to execute code from Flash rather than paging applications from Flash and decompressing them into RAM. Manufacturers are able to squeeze into the smallest RAM/FLASH combination to reduce their Bill-Of-Material while reducing boot/application launch time. Comparison of two physically identical cell phones Publicly available at http://axfs.sf.net

  2. Advanced XIP Filing System Jared Hulbert and Justin Treon Fill How we do it By using profiling tools built in AXFS we select which pages to Execute-In-Place (XIP). We trade 8 MB of Flash storage for better launch/boot time and a 16 MB RAM reduction. Solution Comparison • AXFS (Balanced XIP) • Ideal RAM/Flash usage • Cramfs (Demand Paging) • Excellent code compression, but RAM intensive • XIP Cramfs (Full XIP) • Low RAM requirement, but uses excess FLASH Fill

More Related