Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix various typos, scattered over the code. | Robert P. J. Day | 2016-05-05 | -1/+1 |
| | | | | | | | | | | | | | Spelling corrections for (among other things): * environment * override * variable * ftd (should be "fdt", for flattened device tree) * embedded * FTDI * emulation * controller | |||
* | sandbox: spi: Add new SPI flash driver | Mike Frysinger | 2013-12-09 | -0/+64 |
This adds a SPI flash driver which simulates SPI flash clients. Currently supports the bare min that U-Boot requires: you can probe, read, erase, and write. Should be easy to extend to make it behave more exactly like a real SPI flash, but this is good enough to merge now. sjg@chromium.org added a README and tidied up code a little. Added a required map_sysmem() for sandbox. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Simon Glass <sjg@chromium.org> |