Skip to content
  • Simon Glass's avatar
    bootstd: sandbox: Add a hostfs bootdev · 7d0478d2
    Simon Glass authored and Tom Rini's avatar Tom Rini committed
    
    
    It is helpful to be able to try out bootstd on sandbox, using host files.
    This is easier than using a block device, which must have a filesystem,
    partition table, etc.
    
    Add a new driver which provides this feature. For now it is not used in
    tests, but it is likely to be useful.
    
    Add notes in the devicetree also, but don't disturb the tests.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    7d0478d2