trace: add bootloader trace point values used by bootloader

Signed-off-by: Rander Wang <rander.wang@linux.intel.com>
This commit is contained in:
Rander Wang 2018-01-23 14:15:52 +00:00 committed by Liam Girdwood
parent 2104ff80d4
commit 9b34b4dcf1
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@
#include <platform/platform.h> #include <platform/platform.h>
#include <platform/timer.h> #include <platform/timer.h>
/* bootloader trace values */
#define TRACE_BOOT_LDR_ENTRY 0x100
#define TRACE_BOOT_LDR_HPSRAM 0x110
#define TRACE_BOOT_LDR_MANIFEST 0x120
#define TRACE_BOOT_LDR_JUMP 0x150
/* general trace init codes - only used at boot when main trace is not available */ /* general trace init codes - only used at boot when main trace is not available */
#define TRACE_BOOT_START 0x1000 #define TRACE_BOOT_START 0x1000