aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/rockchip
Commit message (Expand)AuthorAgeFilesLines
* conf: deduplicate dwmmc config logicMitchell Horne2024-02-271-1/+0
* clk: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-101-8/+8
* pwm: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-101-1/+1
* iicbus: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-101-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* dwc: Move every sub drivers to dev/dwcEmmanuel Vadot2023-10-051-1/+1
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* ofw_cpu_early_foreach: Change callback to return bool instead of boolean_t.John Baldwin2023-05-041-1/+1
* Add support for RK3288 SoC.Michal Meloun2020-12-045-0/+375
* arm: Remove old rockchip supportEmmanuel Vadot2020-11-2412-1673/+0
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-6/+1
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-211-0/+1
* arm: Add kern_clocksource.c directly in files.armEmmanuel Vadot2019-04-161-1/+0
* Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner2018-07-281-3/+0
* dwmmc: Fully subclass driverEmmanuel Vadot2017-12-301-0/+1
* Make kernel option KERNVIRTADDR optional, remove it from std.<platform>Ian Lepore2017-12-301-3/+0
* Revert r327250 as it broke the build for some armv6 kernel and all armv4/5Emmanuel Vadot2017-12-281-0/+1
* arm: Add kern/kern_clocksource.c to files.armEmmanuel Vadot2017-12-271-1/+0
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-278-0/+16
* Tag all armv7 kernels as such in their machine config line.Warner Losh2017-10-051-1/+1
* Remake support for SMP kernel on UP cpu:Michal Meloun2017-02-021-1/+1
* All armv6 platforms have the same implementation of platform_lastaddr.Andrew Turner2016-12-161-9/+0
* Add the missing void to function signatures in much of the arm code.Andrew Turner2016-12-131-1/+1
* Use platform_*_t to check the platform function signatures are correct inAndrew Turner2016-12-131-1/+6
* Switch Rockchip RK3188 SoC to use the platform code.Ganbold Tsagaankhuu2016-12-133-23/+73
* Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to readAndrew Turner2016-11-141-8/+6
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-144-5/+0
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.Andrew Turner2016-11-111-1/+1
* Remove more unneeded users of the fdt_pic_decode_t table.Andrew Turner2016-11-112-62/+0
* ARM: Remove unused includes.Michal Meloun2016-10-092-3/+0
* ARM: SEV/WFE instructions are implemented starting from ARMv6K,Michal Meloun2016-10-061-1/+2
* Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner2016-10-041-1/+1
* Restrict where we need to define fdt_fixup_table to just PowerPC andAndrew Turner2016-09-231-4/+0
* Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only needAndrew Turner2016-09-231-15/+0
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-4/+4
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1
* Almost all copies of platform_mp_init_secondary just calledAndrew Turner2016-02-261-7/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andAndrew Turner2016-02-261-10/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areAndrew Turner2016-02-251-7/+0
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.Svatopluk Kraus2016-02-221-2/+0
* Stop defining fdt_pic_table when building for ARM_INTRNG.Andrew Turner2016-02-111-0/+2
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-051-2/+2
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.Adrian Chadd2015-12-181-1/+1
* Create device options for the two common ARM timers.Andrew Turner2015-11-211-2/+0
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-3/+0
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'tWarner Losh2015-11-201-1/+0
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyAndrew Turner2015-11-201-1/+0