summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2013-07-25 22:58:56 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2013-07-25 22:58:56 +0000
commit70e145989bb9d5214a2c50b79b23c457d12f04a5 (patch)
tree26b1a82d5a33ea45f5fe0d02cdab4b5f5ab36e7a /Makefile
parent1aa80b0648337cf3dcc50932fb237ee69fd82f82 (diff)
downloadast2050-flashrom-70e145989bb9d5214a2c50b79b23c457d12f04a5.zip
ast2050-flashrom-70e145989bb9d5214a2c50b79b23c457d12f04a5.tar.gz
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 <r.marek@assembler.cz> Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: David Hendricks <dhendrix@google.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud