Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Convert MPC8641HPCN to use libfdt. | Jon Loeliger | 2008-01-03 | -26/+34 |
| | | | | | | | | | Assumes the presence of the aliases node in the DTS to locate the ethernet, pci and serial nodes for fixups. Use consistent fdtaddr and fdtfile in environment variables. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | ft_board_setup update 85xx/86xx of pci/pcie bus-range property. | Ed Swarthout | 2007-09-04 | -0/+16 |
| | | | | | | pcie is now differentiated from pci. Add 8641 bus-range updates. Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> | |||
* | support board vendor-common makefiles | Kim Phillips | 2007-08-29 | -7/+1 |
| | | | | | | | | | | | | | | | | | | if a board/$(VENDOR)/common/Makefile exists, build it. also add the first such case, board/freescale/common/Makefile, to handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as dictated by board configuration. thusly get rid of alternate build dir errors such as: FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory by putting the common/ mkdir command in its proper place (the common Makefile). Common bits from existing individual board Makefiles have been removed. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> | |||
* | Move the MPC8641HPCN board under board/freescale. | Jon Loeliger | 2007-08-15 | -0/+812 |
Minor path corrections needed to ensure buildability. Signed-off-by: Jon Loeliger <jdl@freescale.com> |