diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2011-08-11 08:52:25 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2011-09-06 12:31:55 -0500 |
commit | 11ea7375f50c8e426e85ebdb4c2d9b67b8ecbb27 (patch) | |
tree | c26b58eee2d836827e2371d2f8a4ab2ff2299159 /src/usr/makefile | |
parent | f093b902e49a0ee46d232cd196ec48f88f801735 (diff) | |
download | talos-hostboot-11ea7375f50c8e426e85ebdb4c2d9b67b8ecbb27.tar.gz talos-hostboot-11ea7375f50c8e426e85ebdb4c2d9b67b8ecbb27.zip |
Implementing FSI driver
-Initial work for FSI Device Driver (Story 3334)
-Read/Write interface (Story 3550)
Code is capable of basic read and write operations provided that the
Simics models are updated
Note: contains early work for FSI Initialization that should be ignored for now
Change-Id: I08e795422de127b62c2d1629d7a4e0f12b21e348
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/287
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/makefile')
-rw-r--r-- | src/usr/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/makefile b/src/usr/makefile index c1ba0e5e6..55dcb704c 100644 --- a/src/usr/makefile +++ b/src/usr/makefile @@ -25,7 +25,7 @@ ROOTPATH = ../.. OBJS = module_init.o SUBDIRS = example.d trace.d cxxtest.d testcore.d errl.d devicefw.d \ - scom.d xscom.d targeting.d initservice.d hwpf.d \ - ecmddatabuffer.d isteps.d pnor.d vfs.d i2c.d + scom.d xscom.d targeting.d initservice.d hwpf.d \ + ecmddatabuffer.d isteps.d pnor.d i2c.d vfs.d fsi.d include ${ROOTPATH}/config.mk |