summaryrefslogtreecommitdiffstats
path: root/sys/arm/rockchip
Commit message (Expand)AuthorAgeFilesLines
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.andrew2017-09-061-1/+1
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)ian2017-03-013-20/+1
* MFC r308640:ian2017-03-011-8/+6
* MFC r306902:mmel2016-11-052-3/+0
* MFC r306756:mmel2016-10-151-1/+2
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-4/+4
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-1/+1
* Almost all copies of platform_mp_init_secondary just calledandrew2016-02-261-7/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andandrew2016-02-261-10/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-251-7/+0
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.skra2016-02-221-2/+0
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-111-0/+2
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-051-2/+2
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-181-1/+1
* Create device options for the two common ARM timers.andrew2015-11-211-2/+0
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-3/+0
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'timp2015-11-201-1/+0
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyandrew2015-11-201-1/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.andrew2015-11-201-9/+0
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isian2015-10-181-1/+1
* Use the new gic option on all configs that need it.andrew2015-05-101-1/+0
* Include vm/pmap.h for pmap_kextract.andrew2015-04-041-0/+3
* Stop using machine/fdt.h in the arm kernel code when we don't need it.andrew2015-04-044-4/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-291-1/+0
* Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used.andrew2015-03-291-1/+0
* Stop building unused cpuvunc_* files, we don't need anything from these.andrew2015-03-291-2/+0
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-311-7/+18
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-311-7/+6
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specifician2015-01-211-1/+1
* Enable Synopsys DesignWare Mobile Storage Host Controllerganbold2015-01-201-0/+2
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeandrew2015-01-111-1/+1
* Fix the handling of pull-up and pull-down for RK3188.loos2015-01-071-24/+46
* Reduce the maximum number of pins for the Rockchip RK3188, this driverloos2015-01-071-93/+34
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadian2015-01-011-1/+1
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.ian2014-12-211-0/+1
* Moves all the duplicate code to a single function.loos2014-11-181-14/+0
* Make the GPIO children attach to the first unit available and not only toloos2014-10-281-2/+2
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-011-1/+1
* Factor out kernel configuration for DWC OTG FDT attach code.hselasky2014-05-291-1/+0
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-171-5/+6
* Rename platform_gpio_init to be SoC specific, and make it static as it'sandrew2014-05-101-4/+4
* Add the codes for enabling CPU cores of Rockchip RK3188 SoC.ganbold2014-05-093-0/+194
* Switch to use arm_devmap_add_entry() to setup static device mapping.ganbold2014-05-021-19/+3
* Switch to my freebsd.org emal address in copyright.ganbold2014-03-259-9/+9
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* Move all the files named foo/common.c to foo/foo_common.c, asimp2014-03-082-1/+1
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-024-0/+12
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-281-2/+0
* Add gpio parse routines according to sys/boot/fdt/dts/bindings-gpio.txt.ganbold2013-12-091-0/+146
* Enable reset mechanism for rk3188.ganbold2013-11-251-1/+4
OpenPOWER on IntegriCloud