History log of /arch/microblaze/pci/Makefile
Revision Date Author Comments
bf13a6fa09b8db7f1fd59b5e2ed3674a89a6a25c 11-Apr-2011 Benjamin Herrenschmidt <benh@kernel.crashing.org> microblaze/pci: Move the remains of pci_32.c to pci-common.c

There's no point in keeping this separate. Even if microblaze grows
a 64-bit variant, it will probably be able to re-use that code as-is

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Michal Simek <monstr@monstr.eu>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
733cc2183116b216abb52e709709bb0e626c9a75 18-Jan-2010 Michal Simek <monstr@monstr.eu> microblaze: Add support for Xilinx PCI host bridge

This patch is based on powerpc patch
64f16502475ddf663169369fffff6da9b10ea9fb

We did some cleanups and removed powerpc parts.
There is one new debug early listing function too.

Exclude function is only in Debug options.

We tested in on custom board.

Signed-off-by: Michal Simek <monstr@monstr.eu>
a6475c132278c1be158a13872c233aeab8a00176 18-Jan-2010 Michal Simek <monstr@monstr.eu> 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>