coreboot-kgpe-d16/src/cpu/via
Alexandru Gagniuc e644bada02 VIA Nano: Add support for VIA Nano CPUs
Add code to do the following for the VIA Nano CPUs
- Update microcode
- Set maximum frequency
- Initialize power states
- Set up cache

Attempting to change the voltage or frequency of the CPU without
applying the microcode update will hang the CPU, so we only do
transitions if we can verify the microcode has been updated.

The microcode is updated directly from CBFS. No microcode is
included in ramstage. The microcode is not included in this
commit.

To get the microcode, run bios_extract on the manufacturer supplied
BIOS, and look for the file marked "P6 Microcode". Include this
file in CBFS.
You can have the build system include this file automatically by
selecting Expert Mode, then look under
'Chipset' -> 'Include CPU microcode in CBFS' ->
Include external microcode file (check)
'Path and filename of CPU microcode' should contain the location of
the microcode file previously extracted.

Change-Id: I586aaca5715e047b42ef901d66772ace0e6b655e
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/1257
Tested-by: build bot (Jenkins)
2012-09-05 03:43:02 +02:00
..
c3 Via Epia-N and C3: Set ioapic delivery type in Kconfig 2012-03-16 20:40:47 +01:00
c7 VIA cpus: apply un-written naming rules 2012-02-09 19:45:49 +01:00
car Replace cache control magic numbers with symbols 2012-04-25 16:27:07 +02:00
nano VIA Nano: Add support for VIA Nano CPUs 2012-09-05 03:43:02 +02:00
Kconfig VIA Nano: Add support for VIA Nano CPUs 2012-09-05 03:43:02 +02:00
Makefile.inc VIA Nano: Add support for VIA Nano CPUs 2012-09-05 03:43:02 +02:00