Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-16 | dm: sandbox: pci: Add PCI support for sandbox | Simon Glass | |
Add the required header information, device tree nodes and I/O accessor functions to support PCI on sandbox. All devices are emulated by drivers which can be added as required for testing or development. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2014-12-11 | dm: i2c: Add an I2C EEPROM simulator | Simon Glass | |
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> |