index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arm
/
qemu
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)
ian
2017-03-01
2
-19
/
+0
*
While gem5 is not qemu, we treat it as "simulators" or "virtual environments".
bz
2016-05-04
1
-0
/
+17
*
Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAY
andrew
2016-04-30
1
-1
/
+1
*
Move arm's devmap to some generic place, so it can be used
br
2016-04-26
1
-3
/
+3
*
Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine
andrew
2016-04-15
1
-1
/
+1
*
Add SMP support to the ARM PLATFORM code. This will allow us to have
andrew
2016-02-28
3
-2
/
+47
*
Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using the
andrew
2016-02-28
1
-2
/
+0
*
Almost all copies of platform_mp_init_secondary just called
andrew
2016-02-26
1
-7
/
+0
*
Remove platform_mp_probe as it's almost identical on most ARM SoCs, and
andrew
2016-02-26
1
-7
/
+0
*
Fix a mistake that crept in when moving between git and svn, pic_ipi_send
andrew
2016-02-25
1
-1
/
+0
*
Remove platform_ipi_send, it's an unneeded as all implementations are
andrew
2016-02-25
1
-6
/
+0
*
Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.
skra
2016-02-22
1
-1
/
+0
*
Fix a logic inversion when checking for ARM_INTRNG
andrew
2016-02-10
1
-1
/
+1
*
Only use fdt_pic_table when not using ARM_INTRNG
andrew
2016-02-10
1
-0
/
+2
*
[intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.
adrian
2015-12-18
1
-1
/
+1
*
Create device options for the two common ARM timers.
andrew
2015-11-21
1
-1
/
+0
*
Move more bus_space_* files to be built by files.arm. This leaves the
andrew
2015-11-21
1
-2
/
+0
*
Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn't
imp
2015-11-20
1
-1
/
+0
*
Fix typo (s/ncpus/mp_ncpus/)
tijl
2015-11-09
1
-1
/
+1
*
Since r289279 bufinit() uses mp_ncpus, but some architectures set this
tijl
2015-11-08
1
-11
/
+5
*
Include "opt_platform.h" early so that the FDT option is visible as needed.
ian
2015-10-18
1
-0
/
+2
*
Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter is
ian
2015-10-18
1
-1
/
+1
*
Enable SMP on the qemu virt platform. We use the device tree to find which
andrew
2015-05-24
2
-0
/
+120
*
Include the ofw cpu driver. This allows us to get a list of cpus enabled
andrew
2015-05-24
1
-0
/
+2
*
Use the new gic option. While here remove extra whitespace from the ned of
andrew
2015-05-10
1
-1
/
+0
*
Change the virtual address used to not be 0xc0000000, the arm loader
andrew
2015-04-11
1
-2
/
+2
*
Add support for the QEMU virt SoC. This is a SoC built depending on the
andrew
2015-04-11
4
-0
/
+168