summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f14/Include
diff options
context:
space:
mode:
authorNicolas Reinecke <nr@das-labor.org>2015-01-26 14:14:19 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2015-01-31 07:23:35 +0100
commit86393bb64bfb190713eb96c83c856d286b8ec32a (patch)
tree9f1fc789ce0e0cfd2604a53fc7d43fa855af7475 /src/vendorcode/amd/agesa/f14/Include
parentcb6cfbdc06b5faee3c11468e35d6310268ab4901 (diff)
vendorcode/amd/agesa/f14: update microcode
05000028 -> 05000029 tested on asrock E350M1 05000101 -> 05000119 Change-Id: Iccb096eb55a4a789c1e810f68c8c8eacfd5f8a0b Signed-off-by: Nicolas Reinecke <nr@das-labor.org> Reviewed-on: http://review.coreboot.org/8296 Tested-by: build bot (Jenkins) Reviewed-by: Philipp Deppenwiese <zaolin@das-labor.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/vendorcode/amd/agesa/f14/Include')
-rw-r--r--src/vendorcode/amd/agesa/f14/Include/OptionFamily14hInstall.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionFamily14hInstall.h b/src/vendorcode/amd/agesa/f14/Include/OptionFamily14hInstall.h
index 5291efddf0..fda98c1054 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionFamily14hInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Include/OptionFamily14hInstall.h
@@ -329,8 +329,8 @@ extern F_IS_NB_PSTATE_ENABLED F14IsNbPstateEnabled;
#if GET_PATCHES == TRUE
#define F14_ON_UCODE_0B
#define F14_ON_UCODE_1A
- #define F14_ON_UCODE_28
- #define F14_ON_UCODE_101
+ #define F14_ON_UCODE_29
+ #define F14_ON_UCODE_119
// If a patch is required for recovery mode to function properly, add a
// conditional for AGESA_ENTRY_INIT_RECOVERY, and pull it in.
@@ -344,19 +344,19 @@ extern F_IS_NB_PSTATE_ENABLED F14IsNbPstateEnabled;
#undef F14_ON_UCODE_1A
#define F14_ON_UCODE_1A &CpuF14MicrocodePatch0500001A,
#endif
- extern CONST MICROCODE_PATCHES ROMDATA CpuF14MicrocodePatch05000028;
- #undef F14_ON_UCODE_28
- #define F14_ON_UCODE_28 &CpuF14MicrocodePatch05000028,
+ extern CONST MICROCODE_PATCHES ROMDATA CpuF14MicrocodePatch05000029;
+ #undef F14_ON_UCODE_29
+ #define F14_ON_UCODE_29 &CpuF14MicrocodePatch05000029,
- extern CONST MICROCODE_PATCHES ROMDATA CpuF14MicrocodePatch05000101;
- #undef F14_ON_UCODE_101
- #define F14_ON_UCODE_101 &CpuF14MicrocodePatch05000101,
+ extern CONST MICROCODE_PATCHES ROMDATA CpuF14MicrocodePatch05000119;
+ #undef F14_ON_UCODE_119
+ #define F14_ON_UCODE_119 &CpuF14MicrocodePatch05000119,
#endif
CONST MICROCODE_PATCHES ROMDATA *CpuF14OnMicroCodePatchArray[] =
{
- F14_ON_UCODE_101
- F14_ON_UCODE_28
+ F14_ON_UCODE_119
+ F14_ON_UCODE_29
F14_ON_UCODE_0B
F14_ON_UCODE_1A
NULL