aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f14/Include/OptionFamily14hInstall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/agesa/f14/Include/OptionFamily14hInstall.h')
-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