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/fsi/test/makefile | |
| parent | f093b902e49a0ee46d232cd196ec48f88f801735 (diff) | |
| download | blackbird-hostboot-11ea7375f50c8e426e85ebdb4c2d9b67b8ecbb27.tar.gz blackbird-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/fsi/test/makefile')
| -rw-r--r-- | src/usr/fsi/test/makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/usr/fsi/test/makefile b/src/usr/fsi/test/makefile new file mode 100644 index 000000000..4c3fd7e8d --- /dev/null +++ b/src/usr/fsi/test/makefile @@ -0,0 +1,29 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/usr/fsi/test/makefile $ +# +# IBM CONFIDENTIAL +# +# COPYRIGHT International Business Machines Corp. 2011 +# +# p1 +# +# Object Code Only (OCO) source materials +# Licensed Internal Code Source Materials +# IBM HostBoot Licensed Internal Code +# +# The source code for this program is not published or other- +# wise divested of its trade secrets, irrespective of what has +# been deposited with the U.S. Copyright Office. +# +# Origin: 30 +# +# IBM_PROLOG_END +ROOTPATH = ../../../.. + +MODULE = testfsi +TESTS = *.H + + +include ${ROOTPATH}/config.mk |

