]> git.ipfire.org Git - people/ms/u-boot.git/commit - fs/fs.c
sandbox: Add host filesystem
authorSimon Glass <sjg@chromium.org>
Wed, 26 Dec 2012 09:53:35 +0000 (09:53 +0000)
committerTom Rini <trini@ti.com>
Mon, 4 Mar 2013 19:19:56 +0000 (14:19 -0500)
commit92ccc96bf3cd6c6a3a9a56e03d5ceb4874735d22
tree7dda0f2132ce0b85cb574ca33ac85a9ac5727fd7
parent62584db191013f13133be0f6702d0c935a7c85a6
sandbox: Add host filesystem

This allows reading of files from the host filesystem in sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@ti.com>
Makefile
disk/part.c
fs/fs.c
fs/sandbox/Makefile [new file with mode: 0644]
fs/sandbox/sandboxfs.c [new file with mode: 0644]
include/fs.h
include/sandboxfs.h [new file with mode: 0644]