Module Name: src Committed By: jmcneill Date: Tue Dec 30 03:53:52 UTC 2014
Modified Files: src/sys/arch/arm/rockchip: rockchip_board.c rockchip_crureg.h rockchip_var.h src/sys/arch/evbarm/rockchip: rockchip_machdep.c Log Message: Add support for setting RK3188/RK3188+ CPU frequency. If the SoC ID is passed in bootargs matching RK3188 or RK3188+, and the cpu.frequency option specifies a supported rate (currently 600, 1008, 1608 MHz), the APLL clock will be adjusted accordingly. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/rockchip/rockchip_board.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/rockchip/rockchip_crureg.h cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/rockchip/rockchip_var.h cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/rockchip/rockchip_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.