| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the pre-ARMv6 and pre-INTRNG code. | Michal Meloun | 2020-11-29 | 2 | -73/+0 |
| * | arm: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 2 | -2/+0 |
| * | arm: Add kern_clocksource.c directly in files.arm | Emmanuel Vadot | 2019-04-16 | 1 | -2/+0 |
| * | Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files. | Andrew Turner | 2018-07-28 | 1 | -3/+0 |
| * | Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc | Oleksandr Tymoshenko | 2018-04-09 | 1 | -1/+1 |
| * | [ofw] fix errneous checks for OF_finddevice(9) return value | Oleksandr Tymoshenko | 2018-03-20 | 1 | -1/+1 |
| * | Revert r327250 as it broke the build for some armv6 kernel and all armv4/5 | Emmanuel Vadot | 2017-12-28 | 1 | -0/+2 |
| * | arm: Add kern/kern_clocksource.c to files.arm | Emmanuel Vadot | 2017-12-27 | 1 | -2/+0 |
| * | Tag all armv7 kernels as such in their machine config line. | Warner Losh | 2017-10-05 | 1 | -1/+1 |
| * | Add PLATFORM and PLATFORM_SMP support to the ALPINE kernel configuration. | Andrew Turner | 2017-07-04 | 4 | -115/+137 |
| * | Start to rename files with common or generic names to be SoC specific. The | Andrew Turner | 2017-06-04 | 2 | -1/+1 |
| * | Stop making cpu_initclocks weak when using event timers. A weak symbol | Andrew Turner | 2017-06-03 | 1 | -1/+0 |
| * | Remake support for SMP kernel on UP cpu: | Michal Meloun | 2017-02-02 | 1 | -1/+1 |
| * | To allow for an ACPI attachment to the generic PCIe driver split off the | Andrew Turner | 2016-11-21 | 1 | -1/+2 |
| * | Move including fdt_pinctrl.h after openfirm.h to get th edefinition of | Andrew Turner | 2016-11-14 | 1 | -0/+1 |
| * | Stop including fdt_common.h from the arm code when it's unneeded. | Andrew Turner | 2016-11-14 | 1 | -2/+0 |
| * | Use the modern spelling of ofw_bus_node_is_compatible in sys/arm. | Andrew Turner | 2016-11-11 | 1 | -1/+1 |
| * | Support for Alpine Serializer/Deserializer. | Wojciech Macek | 2016-10-20 | 2 | -0/+286 |
| * | Support for MSI-X on Annapurna Alpine | Wojciech Macek | 2016-10-20 | 1 | -0/+394 |
| * | Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP, | Andrew Turner | 2016-10-04 | 1 | -1/+1 |
| * | Restrict where we need to define fdt_fixup_table to just PowerPC and | Andrew Turner | 2016-09-23 | 1 | -3/+0 |
| * | Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only need | Andrew Turner | 2016-09-23 | 1 | -15/+0 |
| * | Add driver for PCIe root complex on Annapurna Alpine platform. | Wojciech Macek | 2016-09-20 | 1 | -0/+158 |
| * | Remove messy machdep code for Alpine V1 and use proper drivers instead | Wojciech Macek | 2016-09-07 | 2 | -104/+0 |
| * | Introduce support for Annapurna Alpine CCU and NB devices | Wojciech Macek | 2016-09-07 | 2 | -0/+260 |
| * | Move arm's devmap to some generic place, so it can be used | Ruslan Bukin | 2016-04-26 | 1 | -2/+2 |
| * | Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine | Andrew Turner | 2016-04-15 | 1 | -1/+1 |
| * | Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using the | Andrew Turner | 2016-02-28 | 1 | -1/+0 |
| * | Almost all copies of platform_mp_init_secondary just called | Andrew Turner | 2016-02-26 | 1 | -7/+0 |
| * | Remove platform_mp_probe as it's almost identical on most ARM SoCs, and | Andrew Turner | 2016-02-26 | 1 | -6/+0 |
| * | Remove platform_ipi_send, it's an unneeded as all implementations are | Andrew Turner | 2016-02-25 | 1 | -7/+0 |
| * | Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms. | Svatopluk Kraus | 2016-02-22 | 1 | -2/+0 |
| * | As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to | Svatopluk Kraus | 2016-02-22 | 1 | -1/+0 |
| * | Stop defining fdt_pic_table when building for ARM_INTRNG. | Andrew Turner | 2016-02-11 | 1 | -0/+2 |
| * | Remove all remaining references to old and not more used struct | Svatopluk Kraus | 2016-02-02 | 1 | -1/+1 |
| * | [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. | Adrian Chadd | 2015-12-18 | 1 | -1/+1 |
| * | Move more bus_space_* files to be built by files.arm. This leaves the | Andrew Turner | 2015-11-21 | 1 | -3/+0 |
| * | Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn't | Warner Losh | 2015-11-20 | 1 | -2/+0 |
| * | Remove bus_space_asm_generic.S from the per-SoC files.* files, it's already | Andrew Turner | 2015-11-20 | 1 | -1/+0 |
| * | Stop setting {KERN,}PHYSADDR on armv6, it's unneeded. | Andrew Turner | 2015-11-20 | 1 | -3/+0 |
| * | Since r289279 bufinit() uses mp_ncpus, but some architectures set this | Tijl Coosemans | 2015-11-08 | 1 | -4/+2 |
| * | Include "opt_platform.h" early so that the FDT option is visible as needed. | Ian Lepore | 2015-10-18 | 1 | -0/+2 |
| * | Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter is | Ian Lepore | 2015-10-18 | 1 | -1/+1 |
| * | Remove obsolete vendor code from Alpine platform support | Zbigniew Bodek | 2015-07-30 | 16 | -13941/+0 |
| * | More tr -d '\r' t make config happy and | Bjoern A. Zeeb | 2015-05-16 | 2 | -39/+39 |
| * | Introduce support for the Alpine PoC from Annapurna Labs | Zbigniew Bodek | 2015-05-15 | 21 | -0/+14621 |