Stefan Reinauer wrote:
- repository service svn@coreboot.org [101208 22:40]:
Author: ranma Date: Wed Dec 8 22:40:12 2010 New Revision: 6153 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6153
Log: This patch instead dynamically generates the processor statement. I can't use the speedstep generate_cpu_entries() directly since the cpu doesn't support speedstep.
Any chance to move the code to some subdirectory of cpu/intel? The southbridge seems to be the wrong place for CPU ACPI code generation.
Any suggestion for a directory name? 'non-speedstep' maybe? I first wanted to add it to the speedstep ssdt generator, but since it removes most of the code and is for pre-speedstep CPUs I put it into the chipset directory for now.