summaryrefslogtreecommitdiff
path: root/board/mpc8360emds/pci.c
Commit message (Collapse)AuthorAgeLines
* mpc83xx: fix 8360 and cpu functions to update fdt being passedKim Phillips2007-08-10-2/+2
| | | | | | | ..and not the global fdt. Rename local fdt vars to blob so as not to be confused with the global var with the same three-letter name. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
* mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().Jerry Van Baren2007-08-10-11/+9
| | | | | | | | | | | The new name matches more closely the kernel's name, which is also a much better description. These are the mpc83xx changes made necessary by the function name change. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Acked-by: Gerald Van Baren <vanbaren@cideas.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
* Add a flattened device tree (fdt) command (2 of 2)Gerald Van Baren2007-03-31-0/+20
| | | | Modifications to the existing code to support the new fdt command.
* mpc83xx: fix implicit declaration of function 'ft_get_prop' warningsKim Phillips2007-03-02-0/+3
| | | | (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
* mpc83xx: Update 83xx to use fsl_i2c.cTimur Tabi2006-11-03-10/+3
| | | | | | | | Update the 83xx tree to use I2C support in drivers/fsl_i2c.c. Delete cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files. Added multiple I2C bus support to fsl_i2c.c. Signed-off-by: Timur Tabi <timur@freescale.com>
* mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi2006-11-03-4/+4
| | | | | | | Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx tree matches the other 8xxx trees. Signed-off-by: Timur Tabi <timur@freescale.com>
* mpc83xx: add OF_FLAT_TREE bits to 83xx boardsKim Phillips2006-11-03-0/+19
| | | | | | | | | | add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and STDOUT_PATH configuration bits to mpc8349emds, mpc8349itx, and mpc8360emds board code. redo environment to use bootm with the fdtaddr for booting ARCH=powerpc kernels by default, and provide default fdtaddr values.
* mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and ↵Timur Tabi2006-11-03-2/+9
| | | | | | | | | MPC8360EMDS This patch also adds an improved I2C set_speed(), which handles all clock frequencies. Signed-off-by: Timur Tabi <timur@freescale.com>
* mpc83xx: Add MPC8360EMDS basic board supportDave Liu2006-11-03-0/+294
Add support for the Freescale MPC8360EMDS board. Includes DDR, DUART, Local Bus, PCI.