aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/annapurna
Commit message (Expand)AuthorAgeFilesLines
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-292-73/+0
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-2/+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
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-1/+1
* [ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko2018-03-201-1/+1
* 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 PLATFORM and PLATFORM_SMP support to the ALPINE kernel configuration.Andrew Turner2017-07-044-115/+137
* Start to rename files with common or generic names to be SoC specific. TheAndrew Turner2017-06-042-1/+1
* Stop making cpu_initclocks weak when using event timers. A weak symbolAndrew Turner2017-06-031-1/+0
* Remake support for SMP kernel on UP cpu:Michal Meloun2017-02-021-1/+1
* To allow for an ACPI attachment to the generic PCIe driver split off theAndrew Turner2016-11-211-1/+2
* Move including fdt_pinctrl.h after openfirm.h to get th edefinition ofAndrew Turner2016-11-141-0/+1
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-2/+0
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.Andrew Turner2016-11-111-1/+1
* Support for Alpine Serializer/Deserializer.Wojciech Macek2016-10-202-0/+286
* Support for MSI-X on Annapurna AlpineWojciech Macek2016-10-201-0/+394
* 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-3/+0
* Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only needAndrew Turner2016-09-231-15/+0
* Add driver for PCIe root complex on Annapurna Alpine platform.Wojciech Macek2016-09-201-0/+158
* Remove messy machdep code for Alpine V1 and use proper drivers insteadWojciech Macek2016-09-072-104/+0
* Introduce support for Annapurna Alpine CCU and NB devicesWojciech Macek2016-09-072-0/+260
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-2/+2
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1
* Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using theAndrew Turner2016-02-281-1/+0
* 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-6/+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
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Stop defining fdt_pic_table when building for ARM_INTRNG.Andrew Turner2016-02-111-0/+2
* Remove all remaining references to old and not more used structSvatopluk Kraus2016-02-021-1/+1
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.Adrian Chadd2015-12-181-1/+1
* 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-3/+0
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thisTijl Coosemans2015-11-081-4/+2
* Include "opt_platform.h" early so that the FDT option is visible as needed.Ian Lepore2015-10-181-0/+2
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isIan Lepore2015-10-181-1/+1
* Remove obsolete vendor code from Alpine platform supportZbigniew Bodek2015-07-3016-13941/+0
* More tr -d '\r' t make config happy andBjoern A. Zeeb2015-05-162-39/+39
* Introduce support for the Alpine PoC from Annapurna LabsZbigniew Bodek2015-05-1521-0/+14621