diff options
author | Sean Nelson <audiohacked@gmail.com> | 2010-03-19 18:47:06 +0000 |
---|---|---|
committer | Sean Nelson <audiohacked@gmail.com> | 2010-03-19 18:47:06 +0000 |
commit | 28accc27000d9589a86ecdf4f65bd009207a0a3f (patch) | |
tree | d51077c5234c888ac4d696e94bcc8f5cb0b0b90a /Makefile | |
parent | 6499d5a68189625c30210cc242ee436ca70050eb (diff) | |
download | flashrom-28accc27000d9589a86ecdf4f65bd009207a0a3f.tar.gz flashrom-28accc27000d9589a86ecdf4f65bd009207a0a3f.tar.bz2 flashrom-28accc27000d9589a86ecdf4f65bd009207a0a3f.zip |
Various JEDEC refactorings touching 82802ab.c, sharplhf00l04.c and stm50flw0x0x.c
Rename print_82802ab_status to print_status_82802ab add unlock_82802ab strip unlock code from erase_block_82802ab rename erase_82802ab_block to erase_block_80280ab delete sharplhf00l04.o from Makefile delete *_lhf00l04* from chipdrivers.h.
add unlock_stm50flw0x0x
delete wait_stm50flw0x0x
delete write_page_stm50flw0x0x
convert erase_stm50flw0x0x to erase_chip_stm50flw0x0x
delete write_stm50flw0x0x
add unlock_82802ab to two Intel chips with TEST_BAD_WRITE
change the status of 82802AB, 82802AC, M50FW040, M50FW080 to TEST_OK_PR
Corresponding to flashrom svn r948.
Signed-off-by: Sean Nelson <audiohacked@gmail.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ CPPFLAGS += -I/usr/local/include LDFLAGS += -L/usr/local/lib endif -CHIP_OBJS = jedec.o stm50flw0x0x.o w39v040c.o w39v080fa.o sharplhf00l04.o w29ee011.o \ +CHIP_OBJS = jedec.o stm50flw0x0x.o w39v040c.o w39v080fa.o w29ee011.o \ sst28sf040.o m29f400bt.o 82802ab.o pm49fl00x.o \ sst49lfxxxc.o sst_fwhub.o flashchips.o spi.o spi25.o |