| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove pd_prot and pd_cache members from struct arm_devmap_entry. | skra | 2016-02-17 | 1 | -4/+2 |
* | Stop defining fdt_pic_table when building for ARM_INTRNG. | andrew | 2016-02-11 | 1 | -0/+2 |
* | Remove all remaining references to old and not more used struct | skra | 2016-02-02 | 1 | -1/+1 |
* | Convert rman to use rman_res_t instead of u_long | jhibbits | 2016-01-27 | 1 | -1/+1 |
* | Move more bus_space_* files to be built by files.arm. This leaves the | andrew | 2015-11-21 | 1 | -3/+0 |
* | Limit arm_base_bs_tag to ARMv4 and ARMv5, we only used it in one place in | andrew | 2015-11-21 | 1 | -1/+1 |
* | Remove bus_space_asm_generic.S from the per-SoC files.* files, it's already | andrew | 2015-11-20 | 1 | -1/+0 |
* | Add domain support to PCI bus allocation | zbb | 2015-09-16 | 1 | -1/+1 |
* | Use simple fixed name strings for these timecounters and eventimers which | ian | 2015-08-14 | 1 | -4/+2 |
* | Include vm/pmap.h for pmap_kextract. | andrew | 2015-04-04 | 1 | -0/+4 |
* | Stop using machine/fdt.h in the arm kernel code when we don't need it. | andrew | 2015-04-04 | 5 | -5/+0 |
* | Build the cpufunc_asm_* files based on the cpu type, not which config file | andrew | 2015-03-29 | 1 | -3/+0 |
* | We don't use cpufunc_asm_armv5.S in any of these configs, remove it. | andrew | 2015-03-29 | 1 | -1/+0 |
* | Remove a no-longer-used include. | ian | 2015-01-21 | 1 | -2/+0 |
* | The versatile platform had two copies of a bus_space that are essentially | ian | 2015-01-21 | 5 | -304/+2 |
* | For some reason, all the arm bus_space functions that work with uint16 | ian | 2015-01-21 | 2 | -16/+14 |
* | Revise the arm bus_space implementation to avoid dereferencing the tag on | ian | 2015-01-21 | 1 | -1/+1 |
* | opt_global.h is included automatically in the build. No need to | imp | 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 | 2014-09-10 | 2 | -136/+0 |
* | Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, | jhb | 2014-06-10 | 1 | -2/+0 |
* | Add the start of the ARM platform code. This is based on the PowerPC | andrew | 2014-05-17 | 1 | -5/+6 |
* | Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c | ian | 2014-03-10 | 1 | -1/+0 |
* | Move all the files named foo/common.c to foo/foo_common.c, as | imp | 2014-03-08 | 2 | -1/+1 |
* | Follow r261352 by updating all drivers which are children of simplebus | ian | 2014-02-02 | 6 | -0/+19 |
* | Fix race condition in DELAY for SP804 timer. | zbb | 2014-01-01 | 1 | -6/+21 |
* | Correct license statements to reflect the fact that these files were all | jhb | 2013-12-10 | 1 | -1/+3 |
* | Call initarm_lastaddr() later in the init sequence, after establishing | ian | 2013-11-05 | 1 | -1/+7 |
* | Move remaining code and data related to static device mapping into the | ian | 2013-11-04 | 1 | -2/+3 |
* | Sweep up a bit of arm-land fallout after r257244; include necessary | ian | 2013-10-28 | 1 | -3/+4 |
* | Retire arm_remap_nocache() and the data and constants associated with it. | ian | 2013-10-27 | 1 | -1/+1 |
* | Remove #include <machine/frame.h> from all the arm code that doesn't | ian | 2013-10-27 | 6 | -6/+0 |
* | Remove all #include <machine/pmap.h> from arm code. It's already | ian | 2013-10-27 | 1 | -1/+0 |
* | In sys/arm/versatile/versatile_pci.c, add a default handler, to fix a | dim | 2013-10-10 | 1 | -0/+3 |
* | - Fix IMAPx registers values calculation | gonzo | 2013-06-29 | 1 | -20/+24 |
* | Enable patth-through of IRQ30 and IRQ31 to PIC just as comment states | gonzo | 2013-06-29 | 1 | -1/+1 |
* | MFcalloutng: | mav | 2013-02-28 | 1 | -13/+6 |
* | Fix background color calculation | gonzo | 2013-01-05 | 1 | -1/+1 |
* | Add custom renderer for poor man's cursor support for framebuffer console | gonzo | 2012-12-28 | 1 | -2/+133 |
* | Replace generic ARM11 option with more specific | gonzo | 2012-12-20 | 1 | -0/+1 |
* | Add support for QEMU's version of Versatile Platform Board | gonzo | 2012-12-13 | 13 | -0/+3246 |