diff options
author | Marc Jones <marc.jones@amd.com> | 2008-07-23 21:11:20 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2008-07-23 21:11:20 +0000 |
commit | 51737cf7da3eee6df5959c8181a49c115368e909 (patch) | |
tree | 640a7bdf46435369b8eaaea536da704a44ddb59e /src/config/Options.lb | |
parent | c3ec1ac331e9b9338e3804f5cdd02ed177827da4 (diff) | |
download | coreboot-51737cf7da3eee6df5959c8181a49c115368e909.tar.xz |
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
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 6da8006040..bb5f5704d5 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -1061,6 +1061,12 @@ define CONFIG_AMDMCT comment "use AMD MCT to init RAM instead of native code" end +define AMD_UCODE_PATCH_FILE + default none + export used + format "\"%s\"" + comment "name of the micorcode patch file" + define CONFIG_VIDEO_MB default none export used |