summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJason Wang <Qingpei.Wang@amd.com>2008-11-28 21:36:51 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-11-28 21:36:51 +0000
commita3f04be761d45aed2f6113eb2a6d08679370f546 (patch)
treeb1e437eb9e184676bc4ca62472bfb103ca4d2196 /Makefile
parent7f30022fb0fb62a484514e50d5b3f15157a5885d (diff)
downloadast2050-flashrom-a3f04be761d45aed2f6113eb2a6d08679370f546.zip
ast2050-flashrom-a3f04be761d45aed2f6113eb2a6d08679370f546.tar.gz
Add support for the AMD/ATI SB600 southbridge SPI functionality
This has been tested by Uwe Hermann on an RS690/SB600 board. Corresponding to flashrom svn r351 and coreboot v2 svn r3779. Signed-off-by: Jason Wang <Qingpei.Wang@amd.com> Reviewed-by: Joe Bao <zheng.bao@amd.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09c68de..c79d402 100644
--- a/Makefile
+++ b/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 en29f002a.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 w39v040c.o
+ ichspi.o w39v040c.o sb600spi.o
all: pciutils dep $(PROGRAM)
OpenPOWER on IntegriCloud