summaryrefslogtreecommitdiff
path: root/sys/arm/rockchip
AgeCommit message (Expand)Author
2025-03-18Add driver for the RK3328 GPIO_MUTE pinStephen Hurd
2025-02-07sdhci: Refactor the generic FDT driverBojan Novković
2024-02-27conf: deduplicate dwmmc config logicMitchell Horne
2024-01-10clk: Move rockchip driver into the common directoryEmmanuel Vadot
2024-01-10pwm: Move rockchip driver into the common directoryEmmanuel Vadot
2024-01-10iicbus: Move rockchip driver into the common directoryEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-05dwc: Move every sub drivers to dev/dwcEmmanuel Vadot
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-05-04ofw_cpu_early_foreach: Change callback to return bool instead of boolean_t.John Baldwin
2020-12-04Add support for RK3288 SoC.Michal Meloun
2020-11-24arm: Remove old rockchip supportEmmanuel Vadot
2020-09-01arm: clean up empty lines in .c and .h filesMateusz Guzik
2019-05-21Include eventhandler.h in more compilation unitsConrad Meyer
2019-04-16arm: Add kern_clocksource.c directly in files.armEmmanuel Vadot
2018-07-28Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner
2017-12-30dwmmc: Fully subclass driverEmmanuel Vadot
2017-12-30Make kernel option KERNVIRTADDR optional, remove it from std.<platform>Ian Lepore
2017-12-28Revert r327250 as it broke the build for some armv6 kernel and all armv4/5Emmanuel Vadot
2017-12-27arm: Add kern/kern_clocksource.c to files.armEmmanuel Vadot
2017-11-27sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-05Tag all armv7 kernels as such in their machine config line.Warner Losh
2017-02-02Remake support for SMP kernel on UP cpu:Michal Meloun
2016-12-16All armv6 platforms have the same implementation of platform_lastaddr.Andrew Turner
2016-12-13Add the missing void to function signatures in much of the arm code.Andrew Turner
2016-12-13Use platform_*_t to check the platform function signatures are correct inAndrew Turner
2016-12-13Switch Rockchip RK3188 SoC to use the platform code.Ganbold Tsagaankhuu
2016-11-14Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to readAndrew Turner
2016-11-14Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner
2016-11-11Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.Andrew Turner
2016-11-11Remove more unneeded users of the fdt_pic_decode_t table.Andrew Turner
2016-10-09ARM: Remove unused includes.Michal Meloun
2016-10-06ARM: SEV/WFE instructions are implemented starting from ARMv6K,Michal Meloun
2016-10-04Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner
2016-09-23Restrict where we need to define fdt_fixup_table to just PowerPC andAndrew Turner
2016-09-23Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only needAndrew Turner
2016-04-26Move arm's devmap to some generic place, so it can be usedRuslan Bukin
2016-04-15Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner
2016-02-26Almost all copies of platform_mp_init_secondary just calledAndrew Turner
2016-02-26Remove platform_mp_probe as it's almost identical on most ARM SoCs, andAndrew Turner
2016-02-25Remove platform_ipi_send, it's an unneeded as all implementations areAndrew Turner
2016-02-22Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.Svatopluk Kraus
2016-02-11Stop defining fdt_pic_table when building for ARM_INTRNG.Andrew Turner
2016-02-05ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun
2015-12-18[intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.Adrian Chadd
2015-11-21Create device options for the two common ARM timers.Andrew Turner
2015-11-21Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner