Update to the latest AMD Fam10 microcode patches.

Add platform option for patch file name.

Signed-off-by: Marc Jones <marc.jones@amd.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3434 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Marc Jones
2008-07-23 21:11:20 +00:00
parent c3ec1ac331
commit 51737cf7da
5 changed files with 115 additions and 89 deletions

View File

@@ -114,6 +114,7 @@ uses CONFIG_AMDMCT
uses CONFIG_USE_PRINTK_IN_CAR
uses CAR_FAM10
uses AMD_UCODE_PATCH_FILE
###
### Build options
@@ -260,6 +261,15 @@ default MAINBOARD_VENDOR="AMD"
default MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID=0x1022
default MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x2b80
##
## Set microcode patch file name
##
## Barcelona rev Ax: "mc_patch_01000020.h"
## Barcelona rev B0, B1, BA: "mc_patch_01000084.h"
## Barcelona rev B2, B3: "mc_patch_01000083.h"
##
default AMD_UCODE_PATCH_FILE="mc_patch_01000083.h"
###
### coreboot layout values
###