09 Jan, 2014

1 commit

  • Provide a way to use any host file or device as a block device in U-Boot.
    This can be used to provide filesystem access within U-Boot to an ext2
    image file on the host, for example.

    The support is plumbed into the filesystem and partition interfaces.

    We don't want to print a message in the driver every time we find a missing
    device. Pass the information back to the caller where a message can be printed
    if desired.

    Signed-off-by: Henrik Nordström
    Signed-off-by: Simon Glass
    - Removed change to part.c get_device_and_partition()

    Signed-off-by: Simon Glass
    Reviewed-by: Simon Glass

    Henrik Nordström
     

15 Oct, 2013

1 commit


24 Jul, 2013

1 commit


01 May, 2013

1 commit

  • This allows write of files from the host filesystem in sandbox. There is
    currently no concept of overwriting the file and removing its existing
    contents - all writing is done on top of what is there. This means that
    writing 10 bytes to the start of a 1KB file will only update those 10
    bytes, not truncate the file to 10 byte slong.

    If the file does not exist it is created.

    Signed-off-by: Simon Glass

    Simon Glass
     

05 Mar, 2013

1 commit