summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-05-08 17:43:22 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-05-08 17:43:22 +0000
commit702218d030d14ddb5029ac816f45ca2b51ebdd12 (patch)
tree13d22835976a8ea75c805de82962224287d1bbdf /Makefile
parentf160a12938e363bccc3240dc0f5eb79bce1aa7bb (diff)
downloadast2050-flashrom-702218d030d14ddb5029ac816f45ca2b51ebdd12.zip
ast2050-flashrom-702218d030d14ddb5029ac816f45ca2b51ebdd12.tar.gz
Add external flasher support
- Read/write accesses through function pointers - Command line parameter for internal/external flasher - Board and chipset setup moved to internal init function - Shutdown stuff moved to internal shutdown function As a side benefit, this will allow us to undo chipset write enable during shutdown. Tested by Uwe on real hardware. Corresponding to flashrom svn r476. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c42343..ecaef6c 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.o \
w49f002u.o 82802ab.o pm49fl00x.o sst49lf040.o en29f002a.o \
sst49lfxxxc.o sst_fwhub.o layout.o cbtable.o flashchips.o physmap.o \
flashrom.o w39v080fa.o sharplhf00l04.o w29ee011.o spi.o it87spi.o \
- ichspi.o w39v040c.o sb600spi.o wbsio_spi.o m29f002.o
+ ichspi.o w39v040c.o sb600spi.o wbsio_spi.o m29f002.o internal.o
all: pciutils dep $(PROGRAM)
OpenPOWER on IntegriCloud