This should be good to go now I think. Mike Frysinger (3): sandbox: SPI emulation bus sandbox: new SPI flash driver sandbox: enable new spi/sf layers
arch/sandbox/include/asm/config.h | 8 + arch/sandbox/include/asm/spi.h | 58 ++++++ arch/sandbox/include/asm/state.h | 1 + drivers/mtd/spi/Makefile | 1 + drivers/mtd/spi/sandbox.c | 402 +++++++++++++++++++++++++++++++++++++ drivers/spi/Makefile | 1 + drivers/spi/sandbox_spi.c | 186 +++++++++++++++++ include/configs/sandbox.h | 7 + 8 files changed, 664 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.5 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot