Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | sandbox: Add missing errno.h includes in a few files | Simon Glass | 2015-05-14 | -0/+1 |
| | | | | | | These files use error numbering, so add the include. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | dm: i2c: Add an I2C EEPROM simulator | Simon Glass | 2014-12-11 | -0/+168 |
To enable testing of I2C, add a simple I2C EEPROM simulator for sandbox. It supports reading and writing from a small data store. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Heiko Schocher <hs@denx.de> Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com> |