diff options
| author | Matthew Raybuck <matthew.raybuck@ibm.com> | 2019-02-20 08:32:06 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-02-26 13:06:29 -0600 |
| commit | 02150d1b6c0d5108630ac4983165aacd54b2000f (patch) | |
| tree | 8710753ec85ce60b369af9b2f108f7196ca0e3b3 /src/usr/ipmibase/makefile | |
| parent | c8094ee98e6d3f5b52f7005ad4e256150570a094 (diff) | |
| download | talos-hostboot-02150d1b6c0d5108630ac4983165aacd54b2000f.tar.gz talos-hostboot-02150d1b6c0d5108630ac4983165aacd54b2000f.zip | |
Move watchdog timer to prevent timeout
The watchdog used to be set in istepdispatcher.C but due to various
changes to PNOR that would cause a watchdog timeout. This commit moves
the watchdog out of impiext code and into impibase which allows the
watchdog to be setup as soon as the ipmi resource provider comes up.
Then once the code reaches istepdispatcher the watchdog is adjusted as
needed.
Change-Id: Ia5f13800db22cd17b0feabc5257f8f6409f54376
CQ:SW453071
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72269
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/ipmibase/makefile')
| -rw-r--r-- | src/usr/ipmibase/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/ipmibase/makefile b/src/usr/ipmibase/makefile index e08057254..c7bb6ead0 100644 --- a/src/usr/ipmibase/makefile +++ b/src/usr/ipmibase/makefile @@ -5,7 +5,8 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2011,2018 +# Contributors Listed Below - COPYRIGHT 2011,2019 +# [+] International Business Machines Corp. # # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -30,5 +31,6 @@ OBJS += ipmirp.o OBJS += $(if $(CONFIG_BMC_BT_LPC_IPMI),ipmidd.o) OBJS += ipmiconfig.o OBJS += ipmiselrecord.o +OBJS += ipmiwatchdog.o include ${ROOTPATH}/config.mk |

