[U-Boot] [PATCH 0/5 v2] sandbox: spi/sf emulation
Mike Frysinger
vapier at gentoo.org
Tue Jan 31 20:53:29 CET 2012
Should address the feedback posted by Simon.
Mike Frysinger (5):
sandbox: add lseek helper
sandbox: add getopt support
sandbox: SPI emulation bus
sandbox: new SPI flash driver
sandbox: enable new spi/sf layers
arch/sandbox/cpu/os.c | 26 +++
arch/sandbox/cpu/start.c | 24 +++
arch/sandbox/include/asm/spi.h | 48 +++++
drivers/mtd/spi/Makefile | 1 +
drivers/mtd/spi/sandbox.c | 386 ++++++++++++++++++++++++++++++++++++++++
drivers/spi/Makefile | 1 +
drivers/spi/sandbox_spi.c | 203 +++++++++++++++++++++
include/configs/sandbox.h | 7 +
include/os.h | 17 ++
9 files changed, 713 insertions(+), 0 deletions(-)
create mode 100644 arch/sandbox/include/asm/spi.h
create mode 100644 drivers/mtd/spi/sandbox.c
create mode 100644 drivers/spi/sandbox_spi.c
--
1.7.8.4
More information about the U-Boot
mailing list