Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-14 | ARM: cns3xxx: enable sparse IRQ support | Arnd Bergmann | 1 | -24/+0 | |
This trivially enables sparse IRQ on cns3xxx by moving the nr_irqs definition from mach/irqs.h into the machine descriptor. These interrupts will still get statically assigned, so nothing changes here. Signed-off-by: Arnd Bergmann <arnd@arndb.de> | |||||
2010-05-02 | ARM: cns3xxx: Add basic support for Cavium Networks CNS3xxx processors | Anton Vorontsov | 1 | -0/+24 | |
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> |