[PATCH] ARM: Kirkwood: Add support for Excito Bubba B3

Russell King - ARM Linux linux at arm.linux.org.uk
Sat Jan 11 10:59:00 EST 2014


On Fri, Jan 10, 2014 at 02:20:32PM -0500, Jason Cooper wrote:
> I'm of the opinion that the kernel shouldn't assume the state of the
> system when it begins execution.

Rubbish.  The kernel's requirements are well documented, and have been for
years.  The reason we've documented it is because it _matters_, and it's
hard to sort out this crap before the kernel starts.

Think about it - think about how many different L2 caches there are out
there.

Think about how difficult it is to locate the L2 cache controller when
you don't know what platform you're running on.

Think about how difficult it is to disable the L2 cache.

Think about how difficult it is to flush the L2 cache, when you don't
know what sort it is, where it's located, or what instructions to use
to do that.

The kernel cares about its boot environment beacuse of these issues.

-- 
FTTC broadband for 0.8mile line: 5.8Mbps down 500kbps up.  Estimation
in database were 13.1 to 19Mbit for a good line, about 7.5+ for a bad.
Estimate before purchase was "up to 13.2Mbit".



More information about the linux-arm-kernel mailing list