| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Restrict where we need to define fdt_fixup_table to just PowerPC and | Andrew Turner | 2016-09-23 | 1 | -4/+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 |
| * | sys/arm: Minor spelling fixes. | Pedro F. Giffuni | 2016-05-04 | 1 | -1/+1 |
| * | Move arm's devmap to some generic place, so it can be used | Ruslan Bukin | 2016-04-26 | 1 | -4/+4 |
| * | Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine | Andrew Turner | 2016-04-15 | 1 | -1/+1 |
| * | 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 | -7/+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 |
| * | Stop defining fdt_pic_table when building for ARM_INTRNG. | Andrew Turner | 2016-02-11 | 1 | -1/+2 |
| * | Remove unused Zedboard config files. files.zedboard was empty other than | Andrew Turner | 2016-02-11 | 2 | -17/+0 |
| * | ARM: Use new ARMv6 naming conventions for cache and TLB functions | Michal Meloun | 2016-02-05 | 1 | -2/+2 |
| * | EHCI: Make core reset and port speed reading more generic. | Michal Meloun | 2016-01-28 | 1 | -2/+15 |
| * | [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. | Adrian Chadd | 2015-12-18 | 1 | -1/+1 |
| * | Create device options for the two common ARM timers. | Andrew Turner | 2015-11-21 | 1 | -2/+0 |
| * | Move more bus_space_* files to be built by files.arm. This leaves the | Andrew Turner | 2015-11-21 | 1 | -3/+0 |
| * | Remove bus_space_asm_generic.S from the per-SoC files.* files, it's already | Andrew Turner | 2015-11-20 | 1 | -1/+0 |
| * | Remove pl310.c from the SoC std.* files, it's in files.arm | Andrew Turner | 2015-11-20 | 1 | -1/+0 |
| * | Stop setting {KERN,}PHYSADDR on armv6, it's unneeded. | Andrew Turner | 2015-11-20 | 1 | -7/+0 |
| * | Since r289279 bufinit() uses mp_ncpus, but some architectures set this | Tijl Coosemans | 2015-11-08 | 1 | -1/+1 |
| * | Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter is | Ian Lepore | 2015-10-18 | 1 | -1/+1 |
| * | Use the new gic option on all configs that need it. | Andrew Turner | 2015-05-10 | 1 | -1/+0 |
| * | Include vm/pmap.h for pmap_kextract. | Andrew Turner | 2015-04-04 | 1 | -0/+3 |
| * | Build the cpufunc_asm_* files based on the cpu type, not which config file | Andrew Turner | 2015-03-29 | 1 | -1/+0 |
| * | Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used. | Andrew Turner | 2015-03-29 | 1 | -1/+0 |
| * | Stop building unused cpuvunc_* files, we don't need anything from these. | Andrew Turner | 2015-03-29 | 1 | -2/+0 |
| * | Move the uart_class definitions and fdt compat data into the individual | Ian Lepore | 2015-03-07 | 1 | -1/+8 |
| * | Add sysctls to control PS-PL level shifters and FCLK settings. | Oleksandr Tymoshenko | 2015-03-05 | 3 | -10/+503 |
| * | Implement GPIO_GET_BUS() method for all GPIO drivers. | Luiz Otavio O Souza | 2015-01-31 | 1 | -4/+19 |
| * | Rename the avila, cambria and zynq GPIO driver names to match the expected | Luiz Otavio O Souza | 2015-01-29 | 1 | -6/+1 |
| * | Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specific | Ian Lepore | 2015-01-21 | 1 | -1/+1 |
| * | Use arm/bus_space-v6.c for all armv6 systems, the essentially identical | Ian Lepore | 2015-01-21 | 2 | -116/+1 |
| * | Revise the arm bus_space implementation to avoid dereferencing the tag on | Ian Lepore | 2015-01-21 | 1 | -1/+1 |
| * | Enable the snoop control unit during MP startup, rather than relying on | Ian Lepore | 2015-01-16 | 1 | -3/+20 |
| * | Rename gic_init_secondary to arm_init_secondary_ic to help with the merge | Andrew Turner | 2015-01-11 | 1 | -1/+1 |
| * | Add 64-bit DMA support in the XHCI controller driver. | Hans Petter Selasky | 2015-01-05 | 1 | -0/+1 |
| * | Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sad | Ian Lepore | 2015-01-01 | 1 | -1/+1 |
| * | Add -march=armv7a to the kernel compile for all ARM systems which are v7a. | Ian Lepore | 2014-12-21 | 1 | -0/+1 |
| * | opt_global.h is included automatically in the build. No need to | Warner Losh | 2014-11-18 | 2 | -4/+0 |
| * | Make the GPIO children attach to the first unit available and not only to | Luiz Otavio O Souza | 2014-10-28 | 1 | -2/+2 |
| * | Fixes and enhancements for the if_cgem driver... | Ian Lepore | 2014-09-03 | 1 | -1/+1 |
| * | Fix the Zedboard/Zynq ethernet driver to handle media speed changes so | Ian Lepore | 2014-07-14 | 2 | -3/+134 |
| * | Add the start of the ARM platform code. This is based on the PowerPC | Andrew Turner | 2014-05-17 | 1 | -5/+6 |
| * | Use edge-triggered interrupts rather than polling loops to avoid missing | Ian Lepore | 2014-05-08 | 1 | -15/+28 |
| * | Convert the Zynq SoC support to the new routines for static device mapping. | Ian Lepore | 2014-04-30 | 2 | -35/+8 |
| * | Add SMP support for Zedboard. | Ian Lepore | 2014-04-29 | 3 | -0/+102 |
| * | Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c | Ian Lepore | 2014-03-10 | 1 | -1/+0 |
| * | Follow r261352 by updating all drivers which are children of simplebus | Ian Lepore | 2014-02-02 | 4 | -0/+14 |
| * | Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with | Andrew Turner | 2014-01-28 | 1 | -1/+0 |
| * | Introduce grab and ungrab upcalls. When the kernel desires to grab the | Warner Losh | 2014-01-19 | 1 | -0/+25 |