aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/annapurna/alpine/alpine_machdep_mp.c
Commit message (Expand)AuthorAgeFilesLines
* Add PLATFORM and PLATFORM_SMP support to the ALPINE kernel configuration.Andrew Turner2017-07-041-2/+5
* Move including fdt_pinctrl.h after openfirm.h to get th edefinition ofAndrew Turner2016-11-141-0/+1
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.Andrew Turner2016-11-111-1/+1
* Remove messy machdep code for Alpine V1 and use proper drivers insteadWojciech Macek2016-09-071-65/+0
* Almost all copies of platform_mp_init_secondary just calledAndrew Turner2016-02-261-7/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andAndrew Turner2016-02-261-6/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areAndrew Turner2016-02-251-7/+0
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.Adrian Chadd2015-12-181-1/+1
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thisTijl Coosemans2015-11-081-4/+2
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isIan Lepore2015-10-181-1/+1
* Introduce support for the Alpine PoC from Annapurna LabsZbigniew Bodek2015-05-151-0/+335