summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Update copyright date.ray2013-05-0824-23/+24
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-072-7/+4
* decode_win_sdram_fixup() function should be declared, defined and usedgber2013-05-071-0/+4
* Fix page reference emulation on ARMv6 and v7gber2013-05-061-0/+1
* Fix L2 PTE access permissions management.gber2013-05-062-7/+10
* Correct comment about initial VA=>PA mappinggber2013-05-061-1/+1
* Disable decoding windows with no FDT entry.gber2013-05-063-0/+61
* Avoid calling pcpu_init() simultaneously.gber2013-05-061-1/+8
* Properly initialize Armada XP MP subsystem.gber2013-05-066-91/+179
* Initialize L2 cache for Armada XP.gber2013-05-063-0/+109
* Move initialization of CESA decoding windows from common sectiongber2013-05-063-158/+48
* Make a debugging printf a little more useful.kientzle2013-05-041-2/+2
* Fix comment block formatting.ian2013-05-041-1/+2
* Insert STOP_UNWINDING directives in the _start (kernel entry point) andian2013-05-043-4/+12
* EABI unwinder enhancements... When it's time to stop unwinding, don'tian2013-05-041-26/+39
* 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
OpenPOWER on IntegriCloud