From b19973eb8b39a5267790e2458bab3ef3180ae06a Mon Sep 17 00:00:00 2001 From: Claus Gindhart Date: Mon, 28 Apr 2008 17:51:09 +0000 Subject: The generic jedec.c does not work for the ST M50FLW flash devices, because they need an unlock command first. For this reason, ST M50FLW support is moved to a new HW support module, because any change in jedec.c would bear the risk to cause problems with the already supported devices. It's already tested with ST M50FLW080A; the other chips of this family i dont have available, so i couldnt test it. Signed-off-by: Claus Gindhart Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3274 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'util/flashrom/Makefile') diff --git a/util/flashrom/Makefile b/util/flashrom/Makefile index 2258360a2b..9ea7d73491 100644 --- a/util/flashrom/Makefile +++ b/util/flashrom/Makefile @@ -16,15 +16,15 @@ OS_ARCH = $(shell uname) ifeq ($(OS_ARCH), SunOS) LDFLAGS = -lpci -lz else -LDFLAGS = -lpci -lz -static +LDFLAGS = -lpci -lz STRIP_ARGS = -s endif -OBJS = chipset_enable.o board_enable.o udelay.o jedec.o sst28sf040.o \ - am29f040b.o mx29f002.o sst39sf020.o m29f400bt.o w49f002u.o \ - 82802ab.o msys_doc.o pm49fl004.o sst49lf040.o sst49lfxxxc.o \ - sst_fwhub.o layout.o cbtable.o flashchips.o flashrom.o \ - w39v080fa.o sharplhf00l04.o w29ee011.o spi.o +OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.c \ + sst28sf040.o am29f040b.o mx29f002.o sst39sf020.o m29f400bt.o \ + w49f002u.o 82802ab.o msys_doc.o pm49fl004.o sst49lf040.o \ + sst49lfxxxc.o sst_fwhub.o layout.o cbtable.o flashchips.o \ + flashrom.o w39v080fa.o sharplhf00l04.o w29ee011.o spi.o all: pciutils dep $(PROGRAM) -- cgit v1.2.3