summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/legacy
Commit message (Collapse)AuthorAgeFilesLines
* x86: enable CPU frequency scalingLucian Cristian2016-08-031-1/+4
| | | | | | | | | CPU frequency scaling enables the operating system to scale the CPU frequency up or down in order to save power. CPU frequencies can be scaled automatically depending on the system load, in response to ACPI events, or manually by userspace programs. Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* x86: reorganize x86_32 supportDaniel Golle2016-06-073-0/+237
copy current 'generic' target to new 'legacy' target. Signed-off-by: Daniel Golle <daniel@makrotopia.org>