summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Allow timer0 to run at full 24MHz not at 24MHz/16 by setting prescale to 1.ganbold2014-10-021-1/+1
* Split you the syscall handling to a separate file.andrew2014-10-012-131/+200
* When building the lists of available memory, actually honor the exclusionian2014-09-301-0/+6
* Make sure __ARM_ARCH is defined in sysreg.h by including acle-compat.handrew2014-09-301-0/+2
* Fix the definitioin of AT91SAM9G45_IRQ_PIOE and rename it tokevlo2014-09-271-5/+4
* Add machine/sysreg.h to simplify accessing the system control coprocessorandrew2014-09-272-33/+265
* Remove a bogus AIC.kevlo2014-09-271-2/+1
* Fix the size of AT91SAM9260_PIT_SIZE.kevlo2014-09-261-1/+1
* Fix typos.kevlo2014-09-265-11/+11
* Add driver for Synopsys DesignWare 3504-0 Universal 10/100/1000br2014-09-252-0/+3
* Move the ARM Samsung s3c2xx0 support files into the samsung directory, togavin2014-09-2524-41/+41
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-251-5/+10
* Make the ARM MPCore Timer driver work with published standard FDT bindings.ian2014-09-201-106/+183
* Fix typo in comment.ganbold2014-09-201-1/+2
* Mechanically convert to if_inc_counter().glebius2014-09-197-49/+47
* The private peripheral interrupts start at offset 16, not 0. Also, useian2014-09-151-3/+7
* Use gic_decode_fdt() rather than a local routine to parse fdt interruptian2014-09-142-1/+13
* Add a common routine for parsing FDT data describing an ARM GIC interrupt.ian2014-09-142-0/+47
* Add compat strings for all the flavors of GIC this driver should support.ian2014-09-141-1/+14
* Fix an undefined variable that was accidentally not causing an error.ian2014-09-141-3/+3
* Add a comment giving an overview of the driver. Remove leftover debugging.ian2014-09-141-7/+23
* Replace the imx5 and imx6 iomux drivers with a single common driver thatian2014-09-1311-2036/+275
* Convert the at91_pinctrl driver to use the new fdt_pinctrl interface.ian2014-09-132-79/+58
* - Don't let rman_reserve_resource() activate the resource injhb2014-09-122-5/+26
* Add Reset Manager driver. This driver provides generic way to resetbr2014-09-115-6/+377
* Rename pmap_kenter_temp to pmap_kenter_temporary to be consistent with theandrew2014-09-114-5/+5
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.andrew2014-09-1027-76/+83
* Add more register values to armreg.h and remove CPU_CONTROL_32BP_ENABLEandrew2014-09-102-11/+34
* Move if_smc_fdt.c to live in sys/dev/smc. It's not specific to the ARMandrew2014-09-102-136/+0
* Rename new to newval in inline asm code, to avoid clashes with C++ new.ian2014-09-091-5/+5
* When entering the kernel with the MMU off assume we are running from aandrew2014-09-071-5/+2
* Remove Lvirtaddr and Lphysaddr, these don't appear to be used.andrew2014-09-071-4/+0
* Generalise the va to pa code and use it when starting secondary coresandrew2014-09-071-23/+43
* Create a common i.MX53 config and use it with the two existing i.MX53andrew2014-09-073-297/+179
* o Remove __unused attribute on variables which actually usedbr2014-09-062-33/+24
* Fixthe spelling of ehciandrew2014-09-061-1/+1
* Allow us to use the virtual timer. It is currently disabled, but shouldandrew2014-09-061-52/+60
* Add FPGA Manager driver. This driver allows to program FPGA corebr2014-09-063-0/+481
* Add the virtual timer irq to the list of interrupts we enable on secondaryandrew2014-09-051-1/+4
* Wrap some long lines.imp2014-09-041-20/+34
* Implement the imx_iomux_get/set_gpr() interface for imx6.ian2014-09-041-0/+36
* The iomux driver is no longer optional, all imx platforms have it asian2014-09-044-7/+0
* Implement the same public interface in imx51 and imx6 iomux; use the commonian2014-09-045-83/+13
* Add a basic iomux driver for imx6.ian2014-09-044-1/+996
* Fix typo in variable name.ian2014-09-041-3/+3
* Add initial support for Altera SOCFPGA (heterogeneous ARM/FPGA) SoC family.br2014-09-045-0/+364
* The imx5x and imx6 chips have an onboard IOMUX device which also contains aian2014-09-042-0/+78
* Add a function to get the frequency of the AHB bus. Another stopgapian2014-09-033-0/+14
* Remove DIAGNOSTIC from the kernel config of low-end arm systems. Sanityian2014-09-036-6/+6
* Fixes and enhancements for the if_cgem driver...ian2014-09-032-2/+3
OpenPOWER on IntegriCloud