summaryrefslogtreecommitdiffstats
path: root/board/cds/common/ft_board.c
Commit message (Collapse)AuthorAgeFilesLines
* Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.Kumar Gala2007-12-111-72/+0
| | | | | | Minor path corrections needed to ensure buildability. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* Update MPC85xx CDS to use libfdtKumar Gala2007-12-111-30/+20
| | | | | | | Updated the MPC85xx CDS config to use libfdt and assume use of aliases for ethernet, pci, and serial for the various fixups that are done. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* Improve handling of PCI interrupt device tree fixup on MPC85xx CDSKumar Gala2007-10-191-8/+15
| | | | | | | | | | | | | | | On the MPC85xx CDS we have two issues: 1. The device tree fixup code did not check to see if the property we are trying to update is actually found. Its possible that it would update random memory starting at 0. 2. Newer Linux kernel's have moved the location of the PCI nodes to be sibilings of the soc node and not children. The explicit PATH to the PCI node would not be found for these device trees. Add the ability to handle both paths. In the future we shouldn't handle such fixups by explicit path. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* Fix compilation warnings on a few 85xx boards.Jon Loeliger2006-10-201-2/+0
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Added code to support 2.6.18 PCI changes in u-bootAndy Fleming2006-09-191-1/+29
| | | | * Added code to swizzle the IRQ map for the PCI
* * Added VIA configuration tableMatthew McClintock2006-08-091-0/+3
| | | | | | | * Added support for PCI2 on CDS Patch by Andy Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
* * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon ↵Matthew McClintock2006-08-091-0/+46
Loeliger 17-Jan-2006 Signed-off-by: Jon Loeliger <jdl@freescale.com>
OpenPOWER on IntegriCloud