diff options
author | Peter Stuge <peter@stuge.se> | 2008-07-21 17:48:40 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2008-07-21 17:48:40 +0000 |
commit | ec9e6e33a4d08c4b5afcc51cc5a964e1208731fc (patch) | |
tree | 6f2933f17ba02d3a447b0113ade0e87aa338e3d4 /util/flashrom/Makefile | |
parent | 3d135e603343431aaef3ed770ddf16fcef4847ad (diff) |
flashrom: Winbond W39V040C and MSI K8T Neo2-F
W39V040C does standard JEDEC commands except chip erase so add a small driver.
probe_w39v040c() prints the block lock pin status when a chip is found.
The Neo2 board enable matches on 8237-internal IDE and onboard NIC PCI IDs.
Many thanks to Daniel McLellan for testing all of this on hardware!
Build tested by Uwe.
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3431 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/Makefile')
-rw-r--r-- | util/flashrom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/Makefile b/util/flashrom/Makefile index b47d916822..b3ed739f67 100644 --- a/util/flashrom/Makefile +++ b/util/flashrom/Makefile @@ -29,7 +29,7 @@ OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.o \ w49f002u.o 82802ab.o pm49fl00x.o sst49lf040.o \ sst49lfxxxc.o sst_fwhub.o layout.o cbtable.o flashchips.o \ flashrom.o w39v080fa.o sharplhf00l04.o w29ee011.o spi.o it87spi.o \ - ichspi.o + ichspi.o w39v040c.o all: pciutils dep $(PROGRAM) |