Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dm: Add spi.h header to a few files | Simon Glass | 2014-10-22 | 1 | -0/+1 |
| | | | | | | | | Some files are using SPI functions but not explitly including the SPI header file. Fix this, since driver model needs it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com> | ||||
* | dfu: add SF backend | Stephen Warren | 2014-08-09 | 1 | -0/+139 |
This allows SPI Flash to be programmed using DFU. Signed-off-by: Stephen Warren <swarren@nvidia.com> |