summaryrefslogtreecommitdiffstats
path: root/sys/arm/qemu
Commit message (Expand)AuthorAgeFilesLines
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)ian2017-03-012-19/+0
* While gem5 is not qemu, we treat it as "simulators" or "virtual environments".bz2016-05-041-0/+17
* Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAYandrew2016-04-301-1/+1
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-3/+3
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-1/+1
* Add SMP support to the ARM PLATFORM code. This will allow us to haveandrew2016-02-283-2/+47
* Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using theandrew2016-02-281-2/+0
* Almost all copies of platform_mp_init_secondary just calledandrew2016-02-261-7/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andandrew2016-02-261-7/+0
* Fix a mistake that crept in when moving between git and svn, pic_ipi_sendandrew2016-02-251-1/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-251-6/+0
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.skra2016-02-221-1/+0
* 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