* Use latest version of intel microcodes from their Linux drivers page for

models 6ex and 6fx (core and core2 solo and duo). Also, use the names suggested 
  by Intel for the microcode files instead our short version of it. This allows to
  create new microcode patches with a simple set of scripts.
* some minor cpu setup fixes for c and p states

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4235 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2009-04-30 10:14:22 +00:00
committed by Stefan Reinauer
parent 9cf95bfc64
commit c7757f20ac
23 changed files with 5046 additions and 14 deletions

View File

@@ -15,14 +15,14 @@ option FALLBACK_SIZE=1024*512
romimage "normal"
option USE_FALLBACK_IMAGE=0
option ROM_IMAGE_SIZE=0x1a000
option ROM_IMAGE_SIZE=0x24000
option COREBOOT_EXTRA_VERSION=".0-normal"
payload __PAYLOAD__
end
romimage "fallback"
option USE_FALLBACK_IMAGE=1
option ROM_IMAGE_SIZE=0x1a000
option ROM_IMAGE_SIZE=0x24000
option COREBOOT_EXTRA_VERSION=".0-fallback"
payload __PAYLOAD__
end