summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Correct a few sizeof()seadler2013-05-011-1/+1
* Bring copyright changes with the agreement of Thomas Skibo.wkoszek2013-04-288-161/+170
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.wkoszek2013-04-273-1/+5
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.wkoszek2013-04-2715-0/+3236
* Initialize GIC_PMRR register on ARM GIC.dmarion2013-04-221-0/+6
* - Correct mispellings of word resourcegabor2013-04-171-4/+4
* - Correct mispellings of the word occurrencegabor2013-04-172-2/+2
* Fix undefined behaviour in several gpio_pin_setflags() routines (underdim2013-04-135-10/+10
* Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'trasz2013-04-121-1/+1
* Merge from projects/counters: counter(9).glebius2013-04-081-0/+54
* Merge from projects/counters:glebius2013-04-081-3/+4
* Fix regression issue after r248910.hselasky2013-04-072-3/+3
* Properly clean "spurious interrupt" stategonzo2013-04-061-0/+1
* Hide non-assembler bits behind #ifndef __ASSEMBLER__andrew2013-04-061-0/+3
* Add the hw.floatingpoint sysctl to ARM to tell us if we have vfp supportandrew2013-04-052-1/+5
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-0410-10/+0
* Fix low-level uart drivers that set their fifo sizes in the softc too late.ian2013-04-012-11/+11
* Enable hardware flow control and high speed bulk data transfer in at91 uarts.ian2013-04-011-53/+169
* When running on armv6, set alignment checking to modulo-4 mode ratherian2013-03-311-3/+9
* Fix a typo in the CF device driver name that prevented instantiation.ian2013-03-311-1/+1
* Add userland access to at91 gpio functionality via ioctl calls. Also,ian2013-03-293-29/+336
* Change the API for at91_pio_gpio_get() to return the entire masked setian2013-03-291-3/+1
* Call soc_info.soc_data->soc_clock_init() before at91_pmc_init_clock(), soian2013-03-291-2/+11
* Add a couple forward declarations, so that board support routines don't haveian2013-03-291-3/+5
* Redo the workaround for at91rm9200 erratum #26 in a way that doesn'tian2013-03-291-15/+9
* Fix a typo: the RXD0 pin is PA18, not PA19.ian2013-03-291-1/+1
* Remove a really noisy printf left over from debugging hardware errata.ian2013-03-291-2/+0
* Don't check and warn about pmap mismatch on every call to busdma sync.ian2013-03-231-17/+11
* Minimal timer period of 100us introduced in r244758 is overkill. Whilemav2013-03-211-4/+11
* Integrate Efika MX project back to home.ray2013-03-2027-0/+6837
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-192-0/+4
* o Switch to use physical addresses in rman for FDT.ray2013-03-181-1/+1
* Eliminate an intermediate buffer and some memcpy() operations, and doian2013-03-171-67/+43
* Add a macro that gets the physical address of a memory mapped deviceian2013-03-174-8/+13
* Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can beandrew2013-03-161-23/+0
* Implement the required but unused __aeabi_unwind_cpp_* functions in theandrew2013-03-161-0/+15
* Add an END macro to ARM. This is mostly used to tell gas where the boundsandrew2013-03-1636-13/+355
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-143-1/+133
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-2/+2
* Use m_get2() to get an mbuf of appropriate size.glebius2013-03-121-6/+3
* Don't use an empty struct.cognet2013-03-111-0/+1
* Fix a typo where db_printf was spelt printf.andrew2013-03-101-1/+1
* Update how we read the stack pointer to work on both GCC and clang.andrew2013-03-101-2/+5
* Tell the unwinder we can't unwind swi_entry. This fixes an infinite loopandrew2013-03-101-0/+4
* __FreeBSD_ARCH_armv6__ is undefined on clang. We can use __ARM_ARCH inandrew2013-03-092-2/+2
* MFCattilio2013-03-091-0/+2
* MFCattilio2013-03-085-3/+29
|\
| * Fix stack alignment in the kernel to be on an 8 byte boundary as requiredandrew2013-03-063-3/+24
| * - Reset DMA channel if error occuredgonzo2013-03-051-0/+2
| * If we're using a PIPT L2 cache, only merge 2 segments if both the virtualcognet2013-03-041-0/+3
OpenPOWER on IntegriCloud