diff options
| author | Brian Horton <brianh@linux.ibm.com> | 2012-05-09 12:07:17 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-06-26 14:46:40 -0500 |
| commit | 200cabc160d825b9097f234f25270b398c5339b6 (patch) | |
| tree | 1594a5d53ccc08f21a753c72f0bf2c0d049a6e97 /src/usr/errl/makefile | |
| parent | 49b5391b8c1e20623ffde799bc17a75efb20e187 (diff) | |
| download | talos-hostboot-200cabc160d825b9097f234f25270b398c5339b6.tar.gz talos-hostboot-200cabc160d825b9097f234f25270b398c5339b6.zip | |
Errlog User Details : Hardware Register
Add support for new User Details error log class that will log a
hardware register. Developer can read the data and then call the
errlog function to have it dumped, or can just call the errlog
function to do the deviceRead go get the data.
Also, fix bugs in a couple of device read functions that were too
strict in their size check - input buffer size just needs to be >=
size required, not ==.
Change-Id: I05ba42ecd13b3fc963c56bb706d855c9c89412a3
RTC: 38497
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/errl/makefile')
| -rw-r--r-- | src/usr/errl/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/errl/makefile b/src/usr/errl/makefile index 0a12e57f0..72f9ab76f 100644 --- a/src/usr/errl/makefile +++ b/src/usr/errl/makefile @@ -25,7 +25,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 + errludstring.o errludbacktrace.o errludattribute.o errludlogregister.o SUBDIRS = test.d parser.d |

