Re: [U-Boot] [PATCH] sandbox: block driver using host file/device as backing store

2013-05-15 Thread Simon Glass
Hi Henrik, On Tue, May 14, 2013 at 4:36 PM, Henrik Nordström hen...@henriknordstrom.net wrote: A simple host block driver using any host file/device as backing store. The mapping is established using the sb bind command Signed-off-by: Henrik Nordstrom hen...@henriknordstrom.net ---

Re: [U-Boot] [PATCH] sandbox: block driver using host file/device as backing store

2013-05-15 Thread Henrik Nordström
ons 2013-05-15 klockan 10:42 -0700 skrev Simon Glass: Some high-level comments: Configuring for sandbox board... sandbox.c: In function ‘host_dev_bind’: - should not have any warnings Shame on me :) Fixed now, and should have before submitting for review. =sb bind Segmentation fault

[U-Boot] [PATCH] sandbox: block driver using host file/device as backing store

2013-05-14 Thread Henrik Nordström
A simple host block driver using any host file/device as backing store. The mapping is established using the sb bind command Signed-off-by: Henrik Nordstrom hen...@henriknordstrom.net --- common/cmd_sandbox.c | 10 +++- disk/part.c| 20 ++- drivers/block/Makefile