Boot interface for device trees on ARM

Russell King - ARM Linux linux at arm.linux.org.uk
Wed May 19 08:08:43 EDT 2010


On Wed, May 19, 2010 at 05:57:55AM -0600, Grant Likely wrote:
> side question: Do recent ARM SoCs provide any facility to reliably
> detected the silicon at run time?  ie. like the processor (unique to
> core) and system (unique to SoC) id registers on PowerPC.

No.

Every SoC is effectively unique in all aspects.  There is no common
physical memory layout, no common interrupt controller, no common
timer, etc.  The base addresses for everything is also SoC specific,
so it's a catch-22 situation - you need to know what the SoC is to
be able to find out where various registers and memory is located.



More information about the linux-arm-kernel mailing list