mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
Move SPI code out of board_enable.c where it started its life
The SPI chip finding and SPI chip accessor code is moved as well. This can be split later if we feel like it. The non-use of svn cp is intentional because the only history we'd have to preserve are a few commits which were early prototypes of chip identification code. For those who intend to look at that history, they can look at board_enable.c revision 2853. Corresponding to flashrom svn r145 and coreboot v2 svn r2857. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:

committed by
Stefan Reinauer

parent
fa49692869
commit
00f911e0a8
2
Makefile
2
Makefile
@ -24,7 +24,7 @@ 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 lbtable.o flashchips.o flashrom.o \
|
||||
sharplhf00l04.o w29ee011.o
|
||||
sharplhf00l04.o w29ee011.o spi.o
|
||||
|
||||
all: pciutils dep $(PROGRAM)
|
||||
|
||||
|
Reference in New Issue
Block a user