aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/altera/socfpga
Commit message (Expand)AuthorAgeFilesLines
* arm altera: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-093-10/+3
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-2/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+6
* o Add support for multi-port instances of Synopsys DesignWare APB GPIORuslan Bukin2019-09-042-454/+0
* arm: Add kern_clocksource.c directly in files.armEmmanuel Vadot2019-04-161-2/+0
* Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner2018-07-281-3/+0
* dwmmc: Fully subclass driverEmmanuel Vadot2017-12-301-0/+1
* Make kernel option KERNVIRTADDR optional, remove it from std.<platform>Ian Lepore2017-12-301-3/+0
* Revert r327250 as it broke the build for some armv6 kernel and all armv4/5Emmanuel Vadot2017-12-281-0/+2
* arm: Add kern/kern_clocksource.c to files.armEmmanuel Vadot2017-12-271-2/+0
* Tag all armv7 kernels as such in their machine config line.Warner Losh2017-10-051-1/+1
* Add FPGA manager driver for Intel Arria 10.Ruslan Bukin2017-03-032-0/+447
* Add SOC_ALTERA_* kernel options per each SoC and use it toRuslan Bukin2017-02-282-18/+60
* Add support for Intel Arria 10 SoC Development Kit.Ruslan Bukin2017-02-286-24/+107
* Add support for PLATFORM and PLATFORM_SMP to the Altera SOCFPGA SoC. ThisAndrew Turner2017-02-074-52/+89
* Remake support for SMP kernel on UP cpu:Michal Meloun2017-02-021-1/+1
* Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to readAndrew Turner2016-11-142-10/+6
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-142-2/+0
* Remove more unneeded users of the fdt_pic_decode_t table.Andrew Turner2016-11-111-21/+0
* ARM: SEV/WFE instructions are implemented starting from ARMv6K,Michal Meloun2016-10-061-1/+2
* Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner2016-10-041-1/+1
* Restrict where we need to define fdt_fixup_table to just PowerPC andAndrew Turner2016-09-231-4/+0
* Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only needAndrew Turner2016-09-231-15/+0
* Enable the build of micphy as part of generic miibus build, but only forLuiz Otavio O Souza2016-07-281-1/+0
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-7/+7
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Almost all copies of platform_mp_init_secondary just calledAndrew Turner2016-02-261-7/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andAndrew Turner2016-02-261-10/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areAndrew Turner2016-02-251-7/+0
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.Svatopluk Kraus2016-02-221-2/+0
* Stop defining fdt_pic_table when building for ARM_INTRNG.Andrew Turner2016-02-111-0/+2
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-051-2/+2
* [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