aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/annapurna
Commit message (Expand)AuthorAgeFilesLines
* Restore #include <sys/devmap.h>Oskar Holmlund2025-05-291-0/+1
* sys: Reduce where we include sys/devmap.hAndrew Turner2025-05-021-1/+0
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-277-7/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-167-13/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* arm: Move contents of cpu-v6.h into cpu.hAndrew Turner2023-07-241-1/+1
* ofw_cpu_early_foreach: Change callback to return bool instead of boolean_t.John Baldwin2023-05-041-2/+2
* Add fdt to name of a fdt specific functionAndrew Turner2022-05-231-1/+1
* arm annapurna: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-095-26/+14
* Remove versatile supportAndrew Turner2021-04-121-1/+1
* 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-105/+1
* 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