diff options
author | Bill Schwartz <whs@us.ibm.com> | 2015-10-26 13:04:25 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-02-26 12:07:18 -0600 |
commit | beb9c5104c5b7303abb0e3aea3a5789eaee774e8 (patch) | |
tree | b1c0bf76ea27e5074355a86ccafde23dd055d007 /src/usr/makefile | |
parent | ab4c7f99e8ffff49232e26b6159990255caf51c3 (diff) | |
download | talos-hostboot-beb9c5104c5b7303abb0e3aea3a5789eaee774e8.tar.gz talos-hostboot-beb9c5104c5b7303abb0e3aea3a5789eaee774e8.zip |
Create SBE PSU device driver
Create SBE PSU device driver and implement Start and Stop dead man loop.
Change-Id: Ic894842e586485074fda88b8920213969913d685
RTC: 132656
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22765
Tested-by: Jenkins Server
Reviewed-by: Christian Geddes <crgeddes@us.ibm.com>
Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/makefile')
-rw-r--r-- | src/usr/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/makefile b/src/usr/makefile index f0ef233fe..a1e79fdd5 100644 --- a/src/usr/makefile +++ b/src/usr/makefile @@ -59,6 +59,7 @@ SUBDIRS += secureboot.d SUBDIRS += devtree.d #@TODO RTC:142091 #SUBDIRS += sbe.d +SUBDIRS += sbeio.d SUBDIRS += gpio.d SUBDIRS += lpc.d SUBDIRS += console.d |