aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f12/Config/OptionFamily12hInstall.h
diff options
context:
space:
mode:
authorMike Banon <mikebdp2@gmail.com>2018-08-29 01:10:46 +0300
committerMartin Roth <martinroth@google.com>2018-09-20 17:16:15 +0000
commit843b9941632fea91227a7e46b0f083aa8d80b980 (patch)
treeb7992557f00fca91bf1ee1ebec117dade5510a34 /src/vendorcode/amd/agesa/f12/Config/OptionFamily12hInstall.h
parente209b96e53bfdee11444ab68eefc70b1f2a3469e (diff)
src/vendorcode/amd/agesa/f12: Update microcode to version 0x3000027 2011-09-13
This microcode update for CPU ID 0x300F10 should improve the system stability. It is a part of microcode_amd.bin officially released by AMD at linux-firmware: it starts at 0x217C offset, and size is 0x03C0 as specified priorly at 0x2178. Old version: 0x300000F [2010-04-10] replaced by New version: 0x3000027 [2011-09-13] Change-Id: I9650fab377d957904318ebb393323c2509cfea26 Signed-off-by: Mike Banon <mikebdp2@gmail.com> Reviewed-on: https://review.coreboot.org/28378 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/vendorcode/amd/agesa/f12/Config/OptionFamily12hInstall.h')
-rw-r--r--src/vendorcode/amd/agesa/f12/Config/OptionFamily12hInstall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vendorcode/amd/agesa/f12/Config/OptionFamily12hInstall.h b/src/vendorcode/amd/agesa/f12/Config/OptionFamily12hInstall.h
index ca0f79d712..215342d301 100644
--- a/src/vendorcode/amd/agesa/f12/Config/OptionFamily12hInstall.h
+++ b/src/vendorcode/amd/agesa/f12/Config/OptionFamily12hInstall.h
@@ -337,9 +337,9 @@ extern F_IS_NB_PSTATE_ENABLED F12IsNbPstateEnabled;
#define F12_LN_UCODE_0F
#if AGESA_ENTRY_INIT_EARLY == TRUE
- extern CONST MICROCODE_PATCHES ROMDATA CpuF12MicrocodePatch0300000f;
+ extern CONST MICROCODE_PATCHES ROMDATA CpuF12MicrocodePatch03000027;
#undef F12_LN_UCODE_0F
- #define F12_LN_UCODE_0F &CpuF12MicrocodePatch0300000f,
+ #define F12_LN_UCODE_0F &CpuF12MicrocodePatch03000027,
#if OPTION_EARLY_SAMPLES == TRUE
extern CONST MICROCODE_PATCHES ROMDATA CpuF12MicrocodePatch03000002;
extern CONST MICROCODE_PATCHES ROMDATA CpuF12MicrocodePatch0300000e;