summaryrefslogtreecommitdiffstats
path: root/hdata/test
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2017-05-24 16:00:53 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-05-26 15:55:23 +1000
commitdaa269a6f12a12684e4735c18f99aacf78f6757b (patch)
tree934347df6e5020ecb5339552106b56bec8286f81 /hdata/test
parent36ec8dd69028adaa1ad2dc5d6a84bba229032adf (diff)
downloadtalos-skiboot-daa269a6f12a12684e4735c18f99aacf78f6757b.tar.gz
talos-skiboot-daa269a6f12a12684e4735c18f99aacf78f6757b.zip
hdata: Reserve Trace Areas
When hostboot is configured to setup in memory tracing it will reserve some memory for use by the hardware tracing facility. We need to mark these areas as off limits to the operating system and firmware. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hdata/test')
-rw-r--r--hdata/test/stubs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hdata/test/stubs.c b/hdata/test/stubs.c
index 68f55e63..aaecddba 100644
--- a/hdata/test/stubs.c
+++ b/hdata/test/stubs.c
@@ -99,6 +99,7 @@ STUB(op_display);
STUB(fsp_preload_lid);
STUB(fsp_wait_lid_loaded);
STUB(fsp_adjust_lid_side);
+STUB(backtrace);
/* Add HW specific stubs here */
static void noop_function(void) {}
OpenPOWER on IntegriCloud