]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/sandbox/cpu/cpu.c
dm: sandbox: pci: Add PCI support for sandbox
authorSimon Glass <sjg@chromium.org>
Thu, 5 Mar 2015 19:25:26 +0000 (12:25 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 17 Apr 2015 01:27:43 +0000 (19:27 -0600)
commit9569c40668290408eac447f9be99dab603c8e34c
treef476d89aaed8887ebca97da08da07abc2c455fe3
parentff3e077bd23c37c83d01aad105e528194e33d75e
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]