| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-11 | arm: Remove omap3_mvblx board | Simon Glass | |
| This board has not been converted to generic board by the deadline. Remove it. Signed-off-by: Simon Glass <[email protected]> | |||
| 2014-02-19 | kbuild: use Linux Kernel build scripts | Masahiro Yamada | |
| Now we are ready to switch over to real Kbuild. This commit disables temporary scripts: scripts/{Makefile.build.tmp, Makefile.host.tmp} and enables real Kbuild scripts: scripts/{Makefile.build,Makefile.host,Makefile.lib}. This switch is triggered by the line in scripts/Kbuild.include -build := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.build.tmp obj +build := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.build obj We need to adjust some build scripts for U-Boot. But smaller amount of modification is preferable. Additionally, we need to fix compiler flags which are locally added or removed. In Kbuild, it is not allowed to change CFLAGS locally. Instead, ccflags-y, asflags-y, cppflags-y, CFLAGS_$(basetarget).o, CFLAGS_REMOVE_$(basetarget).o are prepared for that purpose. Signed-off-by: Masahiro Yamada <[email protected]> Tested-by: Gerhard Sittig <[email protected]> | |||
| 2013-11-01 | board: arm: convert makefiles to Kbuild style | Masahiro Yamada | |
| Signed-off-by: Masahiro Yamada <[email protected]> Cc: Albert ARIBAUD <[email protected]> Cc: Andreas Bießmann <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Prafulla Wadaskar <[email protected]> Cc: Minkyu Kang <[email protected]> Cc: Vipin Kumar <[email protected]> Cc: Tom Warren <[email protected]> Cc: Tom Rini <[email protected]> | |||
| 2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | |
| Signed-off-by: Wolfgang Denk <[email protected]> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <[email protected]> | |||
| 2011-11-27 | mvblx: punt unused clean/distclean targets | Michael Jones | |
| Signed-off-by: Michael Jones <[email protected]> | |||
| 2011-11-04 | OMAP3: mvblx: Initial support for mvBlueLYNX-X | Michael Jones | |
| Add support for the MATRIX VISION mvBlueLYNX-X, an OMAP3-based intelligent camera. Signed-off-by: Michael Jones <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]> | |||
