├── LICENSE ├── README.md ├── clk-tegra124-dfll-fcpu.c ├── overclock.sh ├── rc.local └── tegra210-dvfs.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Jover/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Jover/HEAD/README.md -------------------------------------------------------------------------------- /clk-tegra124-dfll-fcpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Jover/HEAD/clk-tegra124-dfll-fcpu.c -------------------------------------------------------------------------------- /overclock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Jover/HEAD/overclock.sh -------------------------------------------------------------------------------- /rc.local: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | sudo /etc/init.d/overclock.sh & 4 | -------------------------------------------------------------------------------- /tegra210-dvfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Jover/HEAD/tegra210-dvfs.c --------------------------------------------------------------------------------