diff options
| author | Matt Derksen <mderkse1@us.ibm.com> | 2017-10-03 11:02:13 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-10-19 22:17:55 -0400 |
| commit | ad1909dedffab93922fe80f06bf89d5b76d9e9a0 (patch) | |
| tree | a244fa143b4463dc2f51b742d606a64cefd1548a /src/usr/trace/runtime/makefile | |
| parent | 20250c0b1f6de53b2bfddd1c714fb8c97e655ce2 (diff) | |
| download | talos-hostboot-ad1909dedffab93922fe80f06bf89d5b76d9e9a0.tar.gz talos-hostboot-ad1909dedffab93922fe80f06bf89d5b76d9e9a0.zip | |
Log traces to error logs in HBRT
This enables buffer tracing at hostboot runtime.
Will add these traces to runtime errors for better debug
Change-Id: I795bb7deafdd02adea4588ebf8dfb11cbce116a0
RTC:172770
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48084
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@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: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/trace/runtime/makefile')
| -rw-r--r-- | src/usr/trace/runtime/makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/usr/trace/runtime/makefile b/src/usr/trace/runtime/makefile index 2c37db85f..c7307e0cd 100644 --- a/src/usr/trace/runtime/makefile +++ b/src/usr/trace/runtime/makefile @@ -5,7 +5,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2013,2014 +# Contributors Listed Below - COPYRIGHT 2013,2017 +# [+] International Business Machines Corp. +# # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,7 +29,14 @@ MODULE = trace_rt OBJS += interface.o OBJS += assert.o OBJS += compdesc.o +OBJS += complist.o OBJS += rt_service.o +OBJS += bufferpage.o +OBJS += rt_daemon.o +OBJS += rt_buffer.o + VPATH += .. +VPATH += ../daemon + include $(ROOTPATH)/config.mk |

