summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Fix the watchdog timeout calculation to prevent wrap. The RPi hardwareian2014-12-101-3/+3
* o Add BERI Virtio Networking Frontend (if_vtbe)br2014-12-092-1/+3
* Include sys/kernel.h to pick up the definition of hz. subr_syscall.c usesandrew2014-12-091-0/+1
* Fix buffer overflow in Marvell PCI/PCIe driverzbb2014-12-071-1/+1
* Use the unified syntax when generating assembly for clang. The clang 3.5andrew2014-12-061-0/+5
* Switch to a .cpu directive. These will work when clang 3.5 is importedandrew2014-12-051-1/+1
* Switch to an armv6k cpu, without this clang 3.5 complains "bx lr" isandrew2014-12-051-1/+1
* Place the literal pool after a RET otherwise clang 3.5 tries to put it tooandrew2014-12-051-0/+2
* Set the alignment to 4-bytes after a string as clang 3.5 can switch toandrew2014-12-051-1/+1
* Use the unified syntax in a few more assembly filesandrew2014-12-051-1/+3
* Add missing END macros to some of the xscale functions.andrew2014-12-052-0/+16
* Switch to unified syntax so these can be built with clang 3.5.andrew2014-12-024-175/+182
* Use the APSR_nzcv format of mrc. The clang integrated assembler doesn'tandrew2014-12-022-4/+4
* Fix the name of the coprocessor to include the "p" prefix, the clangandrew2014-12-021-2/+2
* Pull in the NetBSD global offset table handling code. Clang 3.5 createsandrew2014-12-011-3/+9
* Allow multiple devices to mmap. It's impossible to prevent this withrpaulo2014-12-011-25/+6
* Correctly a few incorrect uses of ENTRY/EENTRY and END/EENDandrew2014-11-302-3/+3
* Remove extra labels, ENTRY_NP already provides them.andrew2014-11-302-2/+0
* Update _ENTRY to use _EENTRY to reduce the common code.andrew2014-11-291-14/+14
* Some device tree configurations place the generic timer under the rootandrew2014-11-281-0/+2
* We don't use the hypervisor interrupt, make it optional in the device tree.andrew2014-11-281-1/+1
* Add new devices to the config.br2014-11-252-0/+4
* o Add PIO and vtblk mmio device info to the treebr2014-11-251-0/+3
* Revert r274772: it is not valid on MIPSemaste2014-11-251-2/+2
* The arm PJ4B cpu is armv7 architecture, not v6.ian2014-11-241-2/+2
* When doing a PREREAD sync of an mbuf-type dma buffer, do a writeback ofian2014-11-221-0/+17
* Use canonical __PIC__ flagemaste2014-11-211-2/+2
* Moves all the duplicate code to a single function.loos2014-11-189-98/+1
* These delays aren't needed. Elimate them. They should be on the orderimp2014-11-181-2/+0
* opt_global.h is included automatically in the build. No need toimp2014-11-1811-21/+0
* Fix the i2c bus speed divisors for TI OMAP4 and AM335x.ian2014-11-181-5/+11
* Allow i2c bus speed to be configured via hints, FDT data, and sysctl.ian2014-11-182-29/+67
* No functional changes. Remove a couple outdated or inane comments andian2014-11-161-5/+35
* Correct the sequence of busdma sync ops involved with PRE/POSTREAD syncs.ian2014-11-161-8/+9
* Do the cache invalidate sequence from the outermost to innermost, requiredian2014-11-161-1/+1
* Do not do a cache invalidate on a PREREAD sync that is also a PREWRITE sync.ian2014-11-161-1/+1
* Indent a couple lines properly and expand a comment. No functional changes.ian2014-11-161-4/+8
* Whitespace and comment tweaks, no functional changes.ian2014-11-151-17/+21
* When doing busdma sync ops for BUSDMA_COHERENT memory, there is no needian2014-11-151-1/+11
* Use the standard powerof2() macro from param.h instead of a local one.ian2014-11-151-4/+2
* Fix typo in ARM GIC device_printf()zbb2014-11-131-1/+1
* Fix the error checking, broken on r273337, to _not_ ignore controllerloos2014-11-121-1/+1
* Fix the reversed sense of the PADCONF_NONE test.ian2014-11-121-1/+1
* Bugfixes for the imx5/imx6 iomux fdt_pinctrl driver.ian2014-11-121-3/+21
* Since r273264 the SD card detection on Raspberry Pi is reliably working andloos2014-11-111-2/+5
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-098-8/+0
* Strengthen the sanity checking of busdma tag parameters.ian2014-11-061-7/+10
* Fix usage of kern_getenv().kevlo2014-10-311-1/+3
* Make the GPIO children attach to the first unit available and not only toloos2014-10-2811-22/+25
* Add fueword(9) and casueword(9) functions. They are like fuword(9)kib2014-10-281-0/+4
OpenPOWER on IntegriCloud