commit | bbdea849ed6ba694cf1f56801b90f100685e3aa0 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Tue May 29 16:11:42 2012 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Tue Jul 17 15:49:44 2012 +1000 |
tree | f09e93cf2d72383739d611c10338793cccd85ed9 | |
parent | 9ff601a41ff5d0d1e4fc06d2c313a86a5f84cba4 [diff] |
m68k: add PCI bus code support for the ColdFire M54xx SoC family The ColdFire M54xx SoC family have a traditional PCI bus interface. Add the core support code to access and use this bus on these parts. This code provides all the config space access functions and IO access functions. It also carries out the PCI bus initialization and hooks into the kernel PCI subsystem. Signed-off-by: Greg Ungerer <gerg@uclinux.org>