Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | MPC8360E-MDS: configure and enable second UART | Anton Vorontsov | 2008-01-08 | -0/+8 |
| | | | | | | | Despite user manual, BCSR9.7 is negated (high) on HRST, so UART2 is disabled. Fix that and configure QE pins properly. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> | |||
* | Update libfdt from device tree compiler (dtc) | Kumar Gala | 2007-11-21 | -1/+1 |
| | | | | | | | Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from the device tree compiler (dtc) project. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | |||
* | support board vendor-common makefiles | Kim Phillips | 2007-08-29 | -1/+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> | |||
* | mpc83xx: move freescale boards to boards/freescale | Kim Phillips | 2007-08-16 | -0/+689 |
includes build fixes. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> |