| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move the simple armv6 only timer drivers to require MULTIDELAY to help | Andrew Turner | 2017-07-04 | 1 | -37/+1 |
| * | Teach VERSATILEPB about PLATFORM. This will help move it into the GENERIC | Andrew Turner | 2017-07-04 | 1 | -23/+18 |
| * | Stop making cpu_initclocks weak when using event timers. A weak symbol | Andrew Turner | 2017-06-03 | 2 | -57/+0 |
| * | Add MULTIDELAY support to the sp804 driver. | Andrew Turner | 2017-06-03 | 1 | -19/+38 |
| * | [versatilepb] Fix keyboard driver after switching to upstream DTS | Oleksandr Tymoshenko | 2017-04-01 | 1 | -1/+29 |
| * | [versatilepb] Convert VERSATILEPB kernel to INTRNG and switch to upstream DTB | Oleksandr Tymoshenko | 2017-04-01 | 6 | -86/+469 |
| * | Convert PCIe Hot Plug to using pci_request_feature | Warner Losh | 2017-02-25 | 1 | -0/+1 |
| * | Add the missing void to function signatures in much of the arm code. | Andrew Turner | 2016-12-13 | 1 | -1/+1 |
| * | Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to read | Andrew Turner | 2016-11-14 | 1 | -3/+2 |
| * | Stop including fdt_common.h from the arm code when it's unneeded. | Andrew Turner | 2016-11-14 | 6 | -7/+0 |
| * | Use the modern spelling of ofw_bus_node_is_compatible in sys/arm. | Andrew Turner | 2016-11-11 | 1 | -1/+2 |
| * | 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 |
| * | Move arm's devmap to some generic place, so it can be used | Ruslan Bukin | 2016-04-26 | 1 | -3/+3 |
| * | Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine | Andrew Turner | 2016-04-15 | 1 | -1/+1 |
| * | Remove pd_prot and pd_cache members from struct arm_devmap_entry. | Svatopluk Kraus | 2016-02-17 | 1 | -4/+2 |
| * | 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 |
| * | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 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 |
| * | Limit arm_base_bs_tag to ARMv4 and ARMv5, we only used it in one place in | Andrew Turner | 2015-11-21 | 1 | -1/+1 |
| * | Remove bus_space_asm_generic.S from the per-SoC files.* files, it's already | Andrew Turner | 2015-11-20 | 1 | -1/+0 |
| * | Add domain support to PCI bus allocation | Zbigniew Bodek | 2015-09-16 | 1 | -1/+1 |
| * | Use simple fixed name strings for these timecounters and eventimers which | Ian Lepore | 2015-08-14 | 1 | -4/+2 |
| * | Include vm/pmap.h for pmap_kextract. | Andrew Turner | 2015-04-04 | 1 | -0/+4 |
| * | Stop using machine/fdt.h in the arm kernel code when we don't need it. | Andrew Turner | 2015-04-04 | 5 | -5/+0 |
| * | Build the cpufunc_asm_* files based on the cpu type, not which config file | Andrew Turner | 2015-03-29 | 1 | -3/+0 |
| * | We don't use cpufunc_asm_armv5.S in any of these configs, remove it. | Andrew Turner | 2015-03-29 | 1 | -1/+0 |
| * | Remove a no-longer-used include. | Ian Lepore | 2015-01-21 | 1 | -2/+0 |
| * | The versatile platform had two copies of a bus_space that are essentially | Ian Lepore | 2015-01-21 | 5 | -304/+2 |
| * | For some reason, all the arm bus_space functions that work with uint16 | Ian Lepore | 2015-01-21 | 2 | -16/+14 |
| * | Revise the arm bus_space implementation to avoid dereferencing the tag on | Ian Lepore | 2015-01-21 | 1 | -1/+1 |
| * | opt_global.h is included automatically in the build. No need to | Warner Losh | 2014-11-18 | 2 | -3/+0 |
| * | Move if_smc_fdt.c to live in sys/dev/smc. It's not specific to the ARM | Andrew Turner | 2014-09-10 | 2 | -136/+0 |
| * | Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, | John Baldwin | 2014-06-10 | 1 | -2/+0 |
| * | Add the start of the ARM platform code. This is based on the PowerPC | Andrew Turner | 2014-05-17 | 1 | -5/+6 |
| * | Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c | Ian Lepore | 2014-03-10 | 1 | -1/+0 |
| * | Move all the files named foo/common.c to foo/foo_common.c, as | Warner Losh | 2014-03-08 | 2 | -1/+1 |
| * | Follow r261352 by updating all drivers which are children of simplebus | Ian Lepore | 2014-02-02 | 6 | -0/+19 |
| * | Fix race condition in DELAY for SP804 timer. | Zbigniew Bodek | 2014-01-01 | 1 | -6/+21 |
| * | Correct license statements to reflect the fact that these files were all | John Baldwin | 2013-12-10 | 1 | -1/+3 |
| * | Call initarm_lastaddr() later in the init sequence, after establishing | Ian Lepore | 2013-11-05 | 1 | -1/+7 |
| * | Move remaining code and data related to static device mapping into the | Ian Lepore | 2013-11-04 | 1 | -2/+3 |
| * | Sweep up a bit of arm-land fallout after r257244; include necessary | Ian Lepore | 2013-10-28 | 1 | -3/+4 |
| * | Retire arm_remap_nocache() and the data and constants associated with it. | Ian Lepore | 2013-10-27 | 1 | -1/+1 |
| * | Remove #include <machine/frame.h> from all the arm code that doesn't | Ian Lepore | 2013-10-27 | 6 | -6/+0 |
| * | Remove all #include <machine/pmap.h> from arm code. It's already | Ian Lepore | 2013-10-27 | 1 | -1/+0 |
| * | In sys/arm/versatile/versatile_pci.c, add a default handler, to fix a | Dimitry Andric | 2013-10-10 | 1 | -0/+3 |
| * | - Fix IMAPx registers values calculation | Oleksandr Tymoshenko | 2013-06-29 | 1 | -19/+23 |
| * | Enable patth-through of IRQ30 and IRQ31 to PIC just as comment states | Oleksandr Tymoshenko | 2013-06-29 | 1 | -1/+1 |