Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-17 | ARM: 7022/1: allow to detect conflicting zreladdrs | Sascha Hauer | |
Boards used to specify zreladdr in their Makefile.boot with zreladdr-y := x, so conflicting zreladdrs were silently overwritten. This patch changes this to zreladdr-y += x, so that we end up with multiple words in zreladdr in such a case. We can detect this later and complain if necessary. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | |||
2010-05-02 | ARM: cns3xxx: Add basic support for Cavium Networks CNS3xxx processors | Anton Vorontsov | |
This patch adds very basic support for ECONA CNS3xxx ARM11 MPcore (ARMv6) dual-core processors. Note that SMP is not yet supported, as well as many peripheral devices. Support for these features will be added later. Signed-off-by: Anton Vorontsov <avorontsov@mvista.com> |