mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
Add support for the Eon EN29LV640B chip
This chip needs special command sequences in 8 bit mode. Also, 8 bit programming needs actually 16bit double byte program. The chip is found on the Bifferos Bifferboard, for example. Corresponding to flashrom svn r1521. Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:

committed by
Uwe Hermann

parent
1525b2ad16
commit
47eff6b5b4
2
Makefile
2
Makefile
@ -261,7 +261,7 @@ endif
|
||||
CHIP_OBJS = jedec.o stm50flw0x0x.o w39.o w29ee011.o \
|
||||
sst28sf040.o m29f400bt.o 82802ab.o pm49fl00x.o \
|
||||
sst49lfxxxc.o sst_fwhub.o flashchips.o spi.o spi25.o sharplhf00l04.o \
|
||||
a25.o at25.o opaque.o sfdp.o
|
||||
a25.o at25.o opaque.o sfdp.o en29lv640b.o
|
||||
|
||||
LIB_OBJS = layout.o
|
||||
|
||||
|
Reference in New Issue
Block a user