summaryrefslogtreecommitdiffstats
path: root/sys/arm/qemu
Commit message (Expand)AuthorAgeFilesLines
* Fix a logic inversion when checking for ARM_INTRNGandrew2016-02-101-1/+1
* Only use fdt_pic_table when not using ARM_INTRNGandrew2016-02-101-0/+2
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-181-1/+1
* Create device options for the two common ARM timers.andrew2015-11-211-1/+0
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-2/+0
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'timp2015-11-201-1/+0
* Fix typo (s/ncpus/mp_ncpus/)tijl2015-11-091-1/+1
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thistijl2015-11-081-11/+5
* Include "opt_platform.h" early so that the FDT option is visible as needed.ian2015-10-181-0/+2
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isian2015-10-181-1/+1
* Enable SMP on the qemu virt platform. We use the device tree to find whichandrew2015-05-242-0/+120
* Include the ofw cpu driver. This allows us to get a list of cpus enabledandrew2015-05-241-0/+2
* Use the new gic option. While here remove extra whitespace from the ned ofandrew2015-05-101-1/+0
* Change the virtual address used to not be 0xc0000000, the arm loaderandrew2015-04-111-2/+2
* Add support for the QEMU virt SoC. This is a SoC built depending on theandrew2015-04-114-0/+168
OpenPOWER on IntegriCloud