[U-Boot] [PATCH 06/17] SPEAr : Basic arch related support added for SPEAr SoCs
Peter Tyser
ptyser at xes-inc.com
Wed Apr 21 13:51:16 CEST 2010
Hi Vipin,
On Wed, 2010-04-21 at 13:24 +0530, Vipin KUMAR wrote:
> Adding CONFIG_DISPLAY_CPUINFO and CONFIG_ARCH_CPU_INIT support for SPEAr3xx and
> SPEAr6xx SoCs
>
> Signed-off-by: Vipin Kumar <vipin.kumar at st.com>
> ---
> arch/arm/cpu/arm926ejs/spear/Makefile | 3 +-
> arch/arm/include/asm/arch-spear/spr_misc.h | 5 ++
> cpu/arm926ejs/spear/cpu_info.c | 76 ++++++++++++++++++++++++++++
The cpu path above needs to be adjusted to arch/arm/cpu/...
Also, cpu_info.c doesn't seem like the best filename. You put both
initialization code and informational code in it, so a more generic name
such as "cpu.c" would be preferred. Or possibly cpu.c and cpu_init.c.
PowerPC boards would serve as a decent reference.
Best,
Peter
More information about the U-Boot
mailing list