diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2014-03-27 16:13:16 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-04-03 14:54:26 -0500 |
commit | cadf4e34157e599e1352de1d93ec406f3a2759a9 (patch) | |
tree | dc672595fd53376a4f9632cdb5df48dd0e11ed44 /src/usr/errl/makefile | |
parent | 42a3149689b527253a20dd9067be38bcbc4855d5 (diff) | |
download | talos-hostboot-cadf4e34157e599e1352de1d93ec406f3a2759a9.tar.gz talos-hostboot-cadf4e34157e599e1352de1d93ec406f3a2759a9.zip |
Add printk error log UD and collect on task crash.
- Create a new UserDetails section for error log.
- Modify initservice utility for launching tasks (shared by
initservice and istepdispatcher) to collect this when a
task has crashed.
Change-Id: I1273457fcc3879b9e2ca91b636281225a8f79136
CQ: SW254145
Backport: release-fips810
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9985
Tested-by: Jenkins Server
Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errl/makefile')
-rw-r--r-- | src/usr/errl/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/errl/makefile b/src/usr/errl/makefile index 544fa9695..cfeb85dc2 100644 --- a/src/usr/errl/makefile +++ b/src/usr/errl/makefile @@ -5,7 +5,7 @@ # # IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2011,2013 +# COPYRIGHT International Business Machines Corp. 2011,2014 # # p1 # @@ -26,7 +26,7 @@ MODULE = errl OBJS = errlentry.o errlmanager.o errlsctn.o errlsctnhdr.o errlprvt.o errluh.o \ errlud.o errlsrc.o errluserdetails.o backtrace.o errludtarget.o \ errludstring.o errludbacktrace.o errludattribute.o errludlogregister.o \ - errludcallout.o + errludcallout.o errludprintk.o SUBDIRS = test.d parser.d runtime.d |