From daa269a6f12a12684e4735c18f99aacf78f6757b Mon Sep 17 00:00:00 2001 From: Oliver O'Halloran Date: Wed, 24 May 2017 16:00:53 +1000 Subject: 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 Signed-off-by: Stewart Smith --- hdata/test/stubs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hdata/test') diff --git a/hdata/test/stubs.c b/hdata/test/stubs.c index 68f55e6..aaecddb 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) {} -- cgit v1.1