Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-15 | arm: move reset_cpu from start.S into cpu.c | Albert ARIBAUD | |
CPUs arm946es and sa1100 both define the reset_cpu() function in their start.S file. Move this cpu-specific code into cpu.c so that start.S only contains ARM generic code. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> | |||
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com> | |||
2010-04-13 | arm: Move cpu/$CPU to arch/arm/cpu/$CPU | Peter Tyser | |
Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |