]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
microblaze: Enable PCI, missing files
authorMichal Simek <monstr@monstr.eu>
Mon, 18 Jan 2010 14:27:10 +0000 (15:27 +0100)
committerMichal Simek <monstr@monstr.eu>
Mon, 22 Feb 2010 08:09:57 +0000 (09:09 +0100)
commitcd8908d164a1531c18cf9c08fb6eb704c65323b6
tree67414753cc8bfa96399e69addb9ab9a5287ea68f
parente1cc2f0d27c340f1d90158d7e536b9380aecabe8
microblaze: Enable PCI, missing files

There are two parts of changes. The first is just enable
PCI in Makefiles and in Kconfig. The second is the rest of
missing files. I didn't want to add it with previous patch
because that patch is too big.

Current Microblaze toolchain has problem with weak symbols
that's why is necessary to apply this changes to be possible
to compile pci support.
Xilinx knows about this problem.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/Kconfig
arch/microblaze/Makefile
arch/microblaze/include/asm/io.h
arch/microblaze/include/asm/pgtable.h
arch/microblaze/include/asm/prom.h
arch/microblaze/pci/Makefile [new file with mode: 0644]
arch/microblaze/pci/indirect_pci.c [new file with mode: 0644]
arch/microblaze/pci/iomap.c [new file with mode: 0644]
drivers/pci/Makefile