Davinci: ea20: set console on UART0Signed-off-by: Bastian Ruppert <Bastian.Ruppert@Sewerin.de>Signed-off-by: Stefano Babic <sbabic@denx.de>CC: Sandeep Paulraj <s-paulraj@ti.com>Signed-off-by: Sa
Davinci: ea20: set console on UART0Signed-off-by: Bastian Ruppert <Bastian.Ruppert@Sewerin.de>Signed-off-by: Stefano Babic <sbabic@denx.de>CC: Sandeep Paulraj <s-paulraj@ti.com>Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
show more ...
build: add missing $(AR)->$(cmd_link_o_target) updateSeems people fixed their files to use libfoo.o, but didn't actuallyupdate the creation targets to use $(cmd_link_o_target). Update therest of
build: add missing $(AR)->$(cmd_link_o_target) updateSeems people fixed their files to use libfoo.o, but didn't actuallyupdate the creation targets to use $(cmd_link_o_target). Update therest of the Makefile's found with grep.Signed-off-by: Mike Frysinger <vapier@gentoo.org>Tested-by: Simon Glass <sjg@chromium.org>
punt unused clean/distclean targetsThe top level Makefile does not do any recursion into subdirs whencleaning, so these clean/distclean targets in random arch/board dirsnever get used. Punt them
punt unused clean/distclean targetsThe top level Makefile does not do any recursion into subdirs whencleaning, so these clean/distclean targets in random arch/board dirsnever get used. Punt them all.MAKEALL didn't report any errors related to this that I could see.Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ea20: fix libea20.o not foundThis patch fixes ea20 after commit 6d8962e814c15807dd6ac5757904be2a02d187b8where $(obj)lib$(BOARD).a was changed to $(obj)lib$(BOARD).o in almost all theMakefiles exc
ea20: fix libea20.o not foundThis patch fixes ea20 after commit 6d8962e814c15807dd6ac5757904be2a02d187b8where $(obj)lib$(BOARD).a was changed to $(obj)lib$(BOARD).o in almost all theMakefiles except ea20, probably due to merge path of the changes in 2010.12.Signed-off-by: Ben Gardiner<bengardiner@nanometrics.ca>CC: Sebastien Carlier <sebastien.carlier@gmail.com>Acked-by : Stefano Babic <sbabic@denx.de>
Davinci: add support for the ea20 boardThis board uses the OMAP-L138 SOM stacked on acustom baseboard. It supports SPI Flash, Ethernetwith RMII.Signed-off-by: Stefano Babic <sbabic@denx.de>Sig
Davinci: add support for the ea20 boardThis board uses the OMAP-L138 SOM stacked on acustom baseboard. It supports SPI Flash, Ethernetwith RMII.Signed-off-by: Stefano Babic <sbabic@denx.de>Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12