[U-Boot] [PATCH v2 4/6] reboard: arm: Add processor function library

Albert ARIBAUD albert.u.boot at aribaud.net
Sun Dec 11 15:16:44 CET 2011


Hi Simon,

Le 10/12/2011 20:16, Simon Glass a écrit :
> Add a library to hold ARM assembler code which is generic across all
> ARM CPUs. At first it just holds some basic relocation code. The
> plan is to move more start.S code here.

I still don't see the point in this new file, as this code is common 
across all ARM boards and start.S already has much of such common code. 
I'd rather see start.S keeping the common code and moving up the 
hierarchy, and and the {ISA, core, SoC, board}  specific code be moved 
out of start.S and down into their 'natural' specific location.

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list