aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/altera
Commit message (Expand)AuthorAgeFilesLines
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.Adrian Chadd2015-12-181-1/+1
* Create device options for the two common ARM timers.Andrew Turner2015-11-211-2/+0
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-3/+0
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'tWarner Losh2015-11-201-2/+0
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyAndrew Turner2015-11-201-1/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.Andrew Turner2015-11-201-5/+0
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isIan Lepore2015-10-181-1/+1
* Add alternate descriptors support for if_dwc.Luiz Otavio O Souza2015-09-201-1/+0
* Use the new gic option on all configs that need it.Andrew Turner2015-05-101-1/+0
* Include vm/pmap.h for pmap_kextract.Andrew Turner2015-04-041-0/+3
* Stop using machine/fdt.h in the arm kernel code when we don't need it.Andrew Turner2015-04-042-2/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-291-1/+0
* Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used.Andrew Turner2015-03-291-1/+0
* Stop building unused cpuvunc_* files, we don't need anything from these.Andrew Turner2015-03-291-2/+0
* Implement GPIO_GET_BUS() method for all GPIO drivers.Luiz Otavio O Souza2015-01-311-3/+20
* Clean up and fix the device detach routine and the failure path on GPIOLuiz Otavio O Souza2015-01-311-0/+1
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specificIan Lepore2015-01-211-1/+1
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeAndrew Turner2015-01-111-1/+1
* Add driver for general-purpose I/O (GPIO).Ruslan Bukin2015-01-022-0/+438
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadIan Lepore2015-01-011-1/+1
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.Ian Lepore2014-12-211-0/+1
* o Add BERI Virtio Networking Frontend (if_vtbe)Ruslan Bukin2014-12-091-1/+2
* Add new devices to the config.Ruslan Bukin2014-11-251-0/+2
* o Add PIO and vtblk mmio device info to the treeRuslan Bukin2014-11-251-0/+3
* Provide a character device allowing us to access BERI memory regions.Ruslan Bukin2014-10-221-0/+3
* Add driver for Micrel KSZ9021 Gigabit Ethernet Transceiver (PHY).Ruslan Bukin2014-10-211-0/+1
* Add driver for BERI soft processor 'ring buffer' device.Ruslan Bukin2014-10-191-0/+1
* o Add machine-dependent SMP partRuslan Bukin2014-10-103-0/+184
* Add driver for Synopsys DesignWare Mobile Storage Host Controller.Ruslan Bukin2014-10-072-0/+4
* Add driver for Synopsys DesignWare 3504-0 Universal 10/100/1000Ruslan Bukin2014-09-251-0/+2
* Add Reset Manager driver. This driver provides generic way to resetRuslan Bukin2014-09-115-6/+377
* o Remove __unused attribute on variables which actually usedRuslan Bukin2014-09-062-33/+24
* Add FPGA Manager driver. This driver allows to program FPGA coreRuslan Bukin2014-09-063-0/+481
* Add initial support for Altera SOCFPGA (heterogeneous ARM/FPGA) SoC family.Ruslan Bukin2014-09-044-0/+228