Commit Graph

235821 Commits

Author SHA1 Message Date
jmcneill
58a741c99b enable __HAVE_MM_MD_DIRECT_MAPPED_PHYS and PMAP_NEED_ALLOC_POOLPAGE 2015-05-31 00:41:53 +00:00
matt
b56c31aca3 Add CALL macro to hide ugliness of calling when KERNEL_BASE_VOFFSET is non-0 2015-05-31 00:02:16 +00:00
matt
6ede22fafe Support directmapped systems with >1GB that start memory at 0x80000000. 2015-05-30 23:59:33 +00:00
matt
3c80ab26d6 Use the first1g for kernel memory, not the 2nd one. 2015-05-30 23:17:37 +00:00
christos
206769164b Add ability to test using a local socket. 2015-05-30 22:40:38 +00:00
christos
25c2d06413 fix example. 2015-05-30 22:40:17 +00:00
christos
f92752c16e Centralize and fix =/* parsing, now =/24 works again.
XXX: pullup-7
2015-05-30 22:39:14 +00:00
matt
16c72190ff Call armv7_dcache_l1inv_all in mpstart
Make sure ACTRL<31> is set on A15 with 3+ cores.
2015-05-30 21:44:38 +00:00
skrll
4d2837fbc2 Typo in previous 2015-05-30 21:25:22 +00:00
skrll
e4f87d41d9 Provide a armv7_dcache_l1inv_all 2015-05-30 21:23:17 +00:00
christos
3a34db682f add prototype 2015-05-30 21:05:18 +00:00
skrll
969a0df12f Add Revision ID register 2015-05-30 20:39:56 +00:00
joerg
e754774175 Create a per-device state for iscsi(4), effectively making it a cloning
device.
2015-05-30 20:09:47 +00:00
joerg
adac2d746a Improve wording. 2015-05-30 19:14:46 +00:00
jmcneill
3f31d66c52 dont set SDHC_FLAG_NO_HS_BIT flag 2015-05-30 18:53:39 +00:00
joerg
7169751760 Save space by making ack flag booleans. 2015-05-30 18:12:09 +00:00
joerg
b869fee6c4 Inline SET_CCB_TIMEOUT and SET_CONN_TIMEOUT 2015-05-30 18:09:31 +00:00
joerg
8adffa949a Remove ISCSI_PERFTEST. 2015-05-30 18:00:09 +00:00
jmcneill
53635e2272 support 8-bit mode for SDHC 3.0+ controllers 2015-05-30 17:52:07 +00:00
joerg
7a9216d2ee Fix set lists for NetBSD/ARM after the OABI addition. 2015-05-30 17:39:56 +00:00
jmcneill
b340c54a1a remove debug printf 2015-05-30 17:12:16 +00:00
riastradh
2d6ddb2075 Null suspend/resume handler for uplcom(4). 2015-05-30 16:44:28 +00:00
joerg
e38564c63d Remove ISCSI_TEST_MODE and corresponding dev/iscsi_test.h header. 2015-05-30 16:12:33 +00:00
joerg
e85ef03b1e Remove ISCSI_DEBUG branches. 2015-05-30 16:00:51 +00:00
joerg
44f0e14601 Remove userland side of ISCSI_DEBUG and ISCSI_TEST_MODE. 2015-05-30 15:57:32 +00:00
jmcneill
7e86eeda9b attach gpiobutton to power button pin 2015-05-30 15:36:27 +00:00
jmcneill
710e0b7953 Simple driver for GPIO power/sleep buttons. 2015-05-30 15:35:51 +00:00
christos
8c0cb8e7ec Thanks rump for not letting us use even mmap during initialization. 2015-05-30 14:42:26 +00:00
jmcneill
abf8a55536 add HDAUDIOVERBOSE 2015-05-30 14:13:12 +00:00
jmcneill
bde2e953b3 regen 2015-05-30 14:12:57 +00:00
jmcneill
605211179f add Tegra124 HDMI 2015-05-30 14:12:42 +00:00
jmcneill
319b131679 fix path to devlist2h 2015-05-30 14:10:01 +00:00
jmcneill
6e40faebf1 enable hdaudio 2015-05-30 13:47:17 +00:00
jmcneill
1b8b4c6772 add HDAUDIO_32BIT_ACCESS option, which wraps mmio read/writes to only use 32-bit accesses 2015-05-30 13:47:03 +00:00
jmcneill
d33dbb1618 Tegra K1 Watchdog support. 2015-05-30 13:25:55 +00:00
jmcneill
eb69509472 Use PLL LFSR as rnd source. 2015-05-30 11:10:24 +00:00
skrll
d5d53603df Make the non-USBHIST case compile 2015-05-30 06:41:08 +00:00
skrll
f9a9593515 Add missing KERNHIST_LINK_STATIC(usbhist). Pointed out by t-hash. 2015-05-30 06:10:38 +00:00
jmcneill
0c8d7957c0 disable interrupts when we get an rfsilent event, and make sure to clear intr sync cause register 2015-05-30 00:56:42 +00:00
jmcneill
a34b0ce127 Replace ath with athn, and attach gpiorfkill to GPIO X7 2015-05-29 23:18:30 +00:00
jmcneill
252766dfd0 Simple driver for gpio control of rf enable/disable pins. 2015-05-29 23:17:13 +00:00
matt
bd8986bbe0 Fix a bug where the octeon+ saa/saad instructions think they are using the AT
register when they actually aren't.
2015-05-29 22:18:51 +00:00
matt
6ac68d00a5 Don't compile if there is a macro of the same name. 2015-05-29 19:39:41 +00:00
matt
c98065b9f6 If the platform support popcount as a __builtin, use that in preference
to the libc versions.
2015-05-29 19:38:59 +00:00
matt
6b8427896d Add the historical __OCTEON__ builtin_define along with __mips_popcount which
is defined if the platform has the dpop/pop instructions.
2015-05-29 19:37:27 +00:00
macallan
ed22b0ef0b fix pasto 2015-05-29 18:47:13 +00:00
wiz
dbea196857 Bump date for previous.
New sentence, new line.
2015-05-29 18:00:51 +00:00
joerg
6c1b2314b1 Until we have a solution for stdatomic.h for GCC 4.8, install Clang's
version under /usr/include/clang-3.6 to match the C11 default.
2015-05-29 17:40:41 +00:00
joerg
1c490986b1 Update build glue for LLVM/Clang 3.6.1. This brings in a number of
bugfixes for various platforms and corrects the mcount symbol on
NetBSD/ARM.
2015-05-29 17:37:50 +00:00
joerg
137a60b63b Mark files not present in llvm-237755 as dead. 2015-05-29 17:32:05 +00:00