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/build | |
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/build')
-rwxr-xr-x | src/build/tools/listdeps.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build/tools/listdeps.pl b/src/build/tools/listdeps.pl index 8912f26d0..ba0249f5e 100755 --- a/src/build/tools/listdeps.pl +++ b/src/build/tools/listdeps.pl @@ -215,6 +215,7 @@ my $resident_modules = { "libconsole.so" => '1', "liberrldisplay.so" => '1', "libipmi.so" => '1', + "libsbeio.so" => '1', "libvpd.so" => '1', "libsecureboot_trusted.so" => '1', }; |