From 70e145989bb9d5214a2c50b79b23c457d12f04a5 Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Thu, 25 Jul 2013 22:58:56 +0000 Subject: sbxxx: Handle active IMCs in AMD chipsets Detect and temporarily disable the IMC while accessing the flash. Disable writes on default, but allow the user to enforce it. Corresponding to flashrom svn r1704. Signed-off-by: Rudolf Marek Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner Acked-by: David Hendricks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0cd4e75..c165ef9 100644 --- a/Makefile +++ b/Makefile @@ -433,7 +433,7 @@ ifeq ($(CONFIG_INTERNAL), yes) FEATURE_CFLAGS += -D'CONFIG_INTERNAL=1' PROGRAMMER_OBJS += processor_enable.o chipset_enable.o board_enable.o cbtable.o dmi.o internal.o ifeq ($(ARCH), x86) -PROGRAMMER_OBJS += it87spi.o it85spi.o sb600spi.o wbsio_spi.o mcp6x_spi.o +PROGRAMMER_OBJS += it87spi.o it85spi.o sb600spi.o amd_imc.o wbsio_spi.o mcp6x_spi.o PROGRAMMER_OBJS += ichspi.o ich_descriptors.o else endif -- cgit v1.1