Re: [PATCH 1/9] mmc: sandbox: Add support for writing

2021-01-07 Thread Simon Glass
On Thu, 31 Dec 2020 at 15:49, Sean Anderson wrote: > > This adds support writing to the sandbox mmc backed by an in-memory buffer. > The unit test has been updated to test reading, writing, and erasing. I'm > not sure what MMC erase to; I picked 0, but if it's 0xFF then that can be > easily change

[PATCH 1/9] mmc: sandbox: Add support for writing

2020-12-31 Thread Sean Anderson
This adds support writing to the sandbox mmc backed by an in-memory buffer. The unit test has been updated to test reading, writing, and erasing. I'm not sure what MMC erase to; I picked 0, but if it's 0xFF then that can be easily changed. Signed-off-by: Sean Anderson --- drivers/mmc/sandbox_mm