]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: sandbox: pci: Add PCI support for sandbox
authorSimon Glass <sjg@chromium.org>
Thu, 5 Mar 2015 19:25:26 +0000 (12:25 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:23 +0000 (21:47 +0200)
commitc70831cb4e869e460b92cff16712a82d60803216
tree21dc9c507180f68013501ca5e7b267ddf83fbc8b
parent6888ba9905839cf58e477286ff5dd6a22fa6ac79
dm: sandbox: pci: Add PCI support for sandbox

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>
arch/sandbox/Kconfig
arch/sandbox/cpu/cpu.c
arch/sandbox/dts/sandbox.dts
arch/sandbox/include/asm/io.h
arch/sandbox/include/asm/processor.h [new file with mode: 0644]
arch/sandbox/include/asm/test.h
arch/sandbox/include/asm/u-boot-sandbox.h
arch/sandbox/lib/Makefile
arch/sandbox/lib/pci_io.c [new file with mode: 0644]