Re: [U-Boot] [PATCH 0/11] sandbox: Add filesystem support

2013-03-04 Thread Tom Rini
On Sun, Feb 24, 2013 at 09:35:42AM -0800, Simon Glass wrote: > Hi, > > On Wed, Dec 26, 2012 at 11:53 AM, Simon Glass wrote: > > This series adds support for filesystems to sandbox. While we don't yet have > > access to host machine block devices, we can access files on the host > > through > > a

Re: [U-Boot] [PATCH 0/11] sandbox: Add filesystem support

2013-02-24 Thread Simon Glass
Hi, On Wed, Dec 26, 2012 at 11:53 AM, Simon Glass wrote: > This series adds support for filesystems to sandbox. While we don't yet have > access to host machine block devices, we can access files on the host through > a new 'host' filesystem type and the new sandbox command 'sb'. > > For example:

[U-Boot] [PATCH 0/11] sandbox: Add filesystem support

2012-12-26 Thread Simon Glass
This series adds support for filesystems to sandbox. While we don't yet have access to host machine block devices, we can access files on the host through a new 'host' filesystem type and the new sandbox command 'sb'. For example: sb load host 0 1000 foo.bar will load foo.bar from the host into