opnsense-src/sys
Kyle Evans 850dd7e9cd arm: add SOC_BRCM_BCM2837 option, include it in GENERIC
We use armv7/GENERIC for the RPI2 images. The original RPI2 is actually a
32-bit BCM2836, but v1.2 was upgraded to the 64-bit BCM2837. The project
continues to provide the RPI2 image as armv7, as it's the lowest common
denominator of the two. Historically, we've just kind of implicitly
acknowledged this by including some bcm2837 bits on a SOC_BCM2836 kernel
config -- this worked until r354875 added code that actually cared.

Acknowledge formally that BCM2837 is valid in arm32.

This name is inconsistent with the other BCM* SOC on !arm64 for two reasons:

1. It's a pre-existing option on arm64, and
2. the naming convention on arm/ should've arguably changed to include BRCM

#1 seems to be a convincing enough argument to maintain the existing name
for it.
2019-12-17 23:01:37 +00:00
..
amd64 Add compat.linux.emul_path, so it can be set to something other 2019-12-16 20:07:04 +00:00
arm arm: add SOC_BRCM_BCM2837 option, include it in GENERIC 2019-12-17 23:01:37 +00:00
arm64 Remove unnecessary MODULE_DEPEND() from imx_i2c.c, and also from rk_i2c 2019-12-17 17:03:03 +00:00
bsm
cam Revert r355833 2019-12-17 21:53:22 +00:00
cddl vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
compat Add a hack to make ^T work for Linux binaries, enabled with 2019-12-16 20:15:44 +00:00
conf arm: add SOC_BRCM_BCM2837 option, include it in GENERIC 2019-12-17 23:01:37 +00:00
contrib MFV: r355716 2019-12-13 23:28:52 +00:00
crypto
ddb
dev an(4): Require privileges for all SIOCGAIRONET requests. 2019-12-17 21:34:38 +00:00
dts
fs vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
gdb [PPC] Handle qOffsets packet 2019-12-16 13:17:39 +00:00
geom Add BIO_SPEEDUP 2019-12-17 00:13:35 +00:00
gnu Import DTS files for riscv from Linux 5.4 2019-12-03 09:12:53 +00:00
i386 Repeat the spinlock_enter/exit pattern from amd64 on other architectures to 2019-12-16 20:15:04 +00:00
isa
kern vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
kgssapi
libkern Port the NetBSD KCSAN runtime to FreeBSD. 2019-11-21 11:22:08 +00:00
mips Two minor issues: 2019-12-17 03:20:37 +00:00
modules We'll never have multiple slots a cardbus bridge. So, replace exca 2019-12-16 21:34:51 +00:00
net Convert routing statistics to VNET_PCPUSTAT. 2019-12-17 02:02:26 +00:00
net80211
netgraph Remove the deprecated timeout(9) interface. 2019-12-13 21:03:12 +00:00
netinet This commit is a bit of a re-arrange of deck chairs. It 2019-12-17 16:08:07 +00:00
netinet6 Update comment. 2019-12-06 16:53:42 +00:00
netipsec Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros. 2019-12-01 00:22:04 +00:00
netpfil pf: Make request_maxcount runtime adjustable 2019-12-14 02:06:07 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
powerpc Repeat the spinlock_enter/exit pattern from amd64 on other architectures to 2019-12-16 20:15:04 +00:00
riscv Repeat the spinlock_enter/exit pattern from amd64 on other architectures to 2019-12-16 20:15:04 +00:00
rpc Change r355157 to make svc_rpc_gss_lifetime_max a static. 2019-11-28 02:18:51 +00:00
security Instead of looking up a predecessor or successor to the current map 2019-11-20 16:06:48 +00:00
sparc64 bitset: rename confusing macro NAND to ANDNOT 2019-12-13 09:32:16 +00:00
sys Convert zpcpu_* inlines to macros and add zpcpu_replace. 2019-12-17 14:53:55 +00:00
teken
tests
tools vfs: allow tail call optimisation in vops in the common case 2019-12-16 00:07:51 +00:00
ufs Add BIO_SPEEDUP signalling to UFS 2019-12-17 00:13:40 +00:00
vm schedlock 1/4 2019-12-15 21:11:15 +00:00
x86 bitset: rename confusing macro NAND to ANDNOT 2019-12-13 09:32:16 +00:00
xdr
xen
Makefile