Move SPI code out of board_enable.c where it started its life. The SPI
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Mon, 15 Oct 2007 21:44:47 +0000 (21:44 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 15 Oct 2007 21:44:47 +0000 (21:44 +0000)
commita28edc524b7ab4a64d8c82dcb34b7932c5544b39
tree61fb91797515b96ea120c6d0e80e79daea9ed0f1
parenta3e03872f35888d99eca28b48e0d423bf8482f7f
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.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2857 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/flashrom/Makefile
util/flashrom/board_enable.c
util/flashrom/flash.h