mpc83xx: rm remaining FLAT_TREE code..in board pci.c filesSigned-off-by: Kim Phillips <kim.phillips@freescale.com>
mpc83xx: remove FLAT_TREE codeneed to rm it from pci code, too!Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
mpc83xx: convert to using do_fixup_*()convert to using simpler mpc85xx style fdt update code; streamline byeliminating macros OF_SOC, OF_CPU, etc. which allows us to rmthe old school FLAT_TREE co
mpc83xx: convert to using do_fixup_*()convert to using simpler mpc85xx style fdt update code; streamline byeliminating macros OF_SOC, OF_CPU, etc. which allows us to rmthe old school FLAT_TREE code from 83xx (since the sbc8349 was justconverted over to using libfdt).Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
show more ...
Update libfdt from device tree compiler (dtc)Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e fromthe device tree compiler (dtc) project.Signed-off-by: Kumar Gala <galak@kernel.c
Update libfdt from device tree compiler (dtc)Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e fromthe device tree compiler (dtc) project.Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
support board vendor-common makefilesif a board/$(VENDOR)/common/Makefile exists, build it.also add the first such case, board/freescale/common/Makefile, tohandle building board-shared EEPROM, P
support board vendor-common makefilesif a board/$(VENDOR)/common/Makefile exists, build it.also add the first such case, board/freescale/common/Makefile, tohandle building board-shared EEPROM, PIXIS, and MDS-PIB code, asdictated 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 directoryby putting the common/ mkdir command in its proper place (the commonMakefile). Common bits from existing individual board Makefiles havebeen removed.Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
mpc83xx: move freescale boards to boards/freescaleincludes build fixes.Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12