summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/h8qme_fam10
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2013-12-11 13:03:04 +0200
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2015-02-03 04:52:00 +0100
commitd15cb519ad036060ec5ebcca8de861de07fe932a (patch)
tree59c96911da61e716dfd71ad368cd3118a2fcd838 /src/mainboard/supermicro/h8qme_fam10
parent5fe1fb7a5fc0c3e9ffbc30187e2a5c15f86f2a08 (diff)
downloadcoreboot-d15cb519ad036060ec5ebcca8de861de07fe932a.tar.xz
amd/model_10xxx: Drop AMD_UCODE_PATCH_FILE selection
Include microcode updates in CBFS for every CPU revision the platform can support, as changing to different CPU revision should not require a coreboot rebuild. This increases CBFS usage from 2 kB to 14 kB. Change-Id: I6bf90221a688f1a54e49641ce3ba378c5bf659f9 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/4521 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: Nicolas Reinecke <nr@das-labor.org>
Diffstat (limited to 'src/mainboard/supermicro/h8qme_fam10')
-rw-r--r--src/mainboard/supermicro/h8qme_fam10/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/supermicro/h8qme_fam10/Kconfig b/src/mainboard/supermicro/h8qme_fam10/Kconfig
index 89798aae52..b3a1fafe9f 100644
--- a/src/mainboard/supermicro/h8qme_fam10/Kconfig
+++ b/src/mainboard/supermicro/h8qme_fam10/Kconfig
@@ -62,8 +62,4 @@ config IRQ_SLOT_COUNT
int
default 11
-config AMD_UCODE_PATCH_FILE
- string
- default "mc_patch_0100009f.h"
-
endif # BOARD_SUPERMICRO_H8QME_FAM10