| Commit message (Expand) | Author | Age | Files | Lines |
* | Create device options for the two common ARM timers. | andrew | 2015-11-21 | 1 | -2/+0 |
* | Move more bus_space_* files to be built by files.arm. This leaves the | andrew | 2015-11-21 | 1 | -3/+0 |
* | Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn't | imp | 2015-11-20 | 1 | -1/+0 |
* | Remove bus_space_asm_generic.S from the per-SoC files.* files, it's already | andrew | 2015-11-20 | 1 | -1/+0 |
* | Stop setting {KERN,}PHYSADDR on armv6, it's unneeded. | andrew | 2015-11-20 | 1 | -9/+0 |
* | Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter is | ian | 2015-10-18 | 1 | -1/+1 |
* | Use the new gic option on all configs that need it. | andrew | 2015-05-10 | 1 | -1/+0 |
* | Include vm/pmap.h for pmap_kextract. | andrew | 2015-04-04 | 1 | -0/+3 |
* | Stop using machine/fdt.h in the arm kernel code when we don't need it. | andrew | 2015-04-04 | 4 | -4/+0 |
* | Build the cpufunc_asm_* files based on the cpu type, not which config file | andrew | 2015-03-29 | 1 | -1/+0 |
* | Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used. | andrew | 2015-03-29 | 1 | -1/+0 |
* | Stop building unused cpuvunc_* files, we don't need anything from these. | andrew | 2015-03-29 | 1 | -2/+0 |
* | Implement GPIO_GET_BUS() method for all GPIO drivers. | loos | 2015-01-31 | 1 | -7/+18 |
* | Clean up and fix the device detach routine and the failure path on GPIO | loos | 2015-01-31 | 1 | -7/+6 |
* | Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specific | ian | 2015-01-21 | 1 | -1/+1 |
* | Enable Synopsys DesignWare Mobile Storage Host Controller | ganbold | 2015-01-20 | 1 | -0/+2 |
* | Rename gic_init_secondary to arm_init_secondary_ic to help with the merge | andrew | 2015-01-11 | 1 | -1/+1 |
* | Fix the handling of pull-up and pull-down for RK3188. | loos | 2015-01-07 | 1 | -24/+46 |
* | Reduce the maximum number of pins for the Rockchip RK3188, this driver | loos | 2015-01-07 | 1 | -93/+34 |
* | Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sad | ian | 2015-01-01 | 1 | -1/+1 |
* | Add -march=armv7a to the kernel compile for all ARM systems which are v7a. | ian | 2014-12-21 | 1 | -0/+1 |
* | Moves all the duplicate code to a single function. | loos | 2014-11-18 | 1 | -14/+0 |
* | Make the GPIO children attach to the first unit available and not only to | loos | 2014-10-28 | 1 | -2/+2 |
* | Rename OF_xref_phandle() to OF_node_from_xref() and add a new function | ian | 2014-09-01 | 1 | -1/+1 |
* | Factor out kernel configuration for DWC OTG FDT attach code. | hselasky | 2014-05-29 | 1 | -1/+0 |
* | Add the start of the ARM platform code. This is based on the PowerPC | andrew | 2014-05-17 | 1 | -5/+6 |
* | Rename platform_gpio_init to be SoC specific, and make it static as it's | andrew | 2014-05-10 | 1 | -4/+4 |
* | Add the codes for enabling CPU cores of Rockchip RK3188 SoC. | ganbold | 2014-05-09 | 3 | -0/+194 |
* | Switch to use arm_devmap_add_entry() to setup static device mapping. | ganbold | 2014-05-02 | 1 | -19/+3 |
* | Switch to my freebsd.org emal address in copyright. | ganbold | 2014-03-25 | 9 | -9/+9 |
* | 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 | 4 | -0/+12 |
* | Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with | andrew | 2014-01-28 | 1 | -2/+0 |
* | Add gpio parse routines according to sys/boot/fdt/dts/bindings-gpio.txt. | ganbold | 2013-12-09 | 1 | -0/+146 |
* | Enable reset mechanism for rk3188. | ganbold | 2013-11-25 | 1 | -1/+4 |
* | Add watchdog driver for rk3188. | ganbold | 2013-11-25 | 3 | -0/+234 |
* | Switch allwinner A10/A20 and rockchip ports to use common ARMv6/v7 bus_space ... | ray | 2013-11-06 | 2 | -114/+1 |
* | 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 | -3/+4 |
* | Oops, one more instance of ARM_NOCACHE_KVA_SIZE was hiding under the couch. | ian | 2013-10-27 | 1 | -1/+1 |
* | Remove #include <machine/frame.h> from all the arm code that doesn't | ian | 2013-10-27 | 4 | -4/+0 |
* | Remove all #include <machine/pmap.h> from arm code. It's already | ian | 2013-10-27 | 1 | -1/+0 |
* | Import basic support for Rockchip RK3188 SoC. | ganbold | 2013-10-23 | 10 | -0/+1336 |