From ee4318931fdf968f98f47dd5d6a019b497037d16 Mon Sep 17 00:00:00 2001 From: Mengdong Lin Date: Thu, 15 Aug 2013 23:58:21 -0400 Subject: [PATCH] quick_dump/bdw: dump audio debug registers for Haswell and Broadwell A new file "audio_debug_haswell_plus.txt" is created to define audio debug registers for Haswell and its successors like Broadwell. Signed-off-by: Mengdong Lin Reviewed-by: Xingchao Wang Signed-off-by: Ben Widawsky --- tools/quick_dump/audio_debug_haswell_plus.txt | 8 ++++++++ tools/quick_dump/broadwell | 1 + tools/quick_dump/haswell | 1 + 3 files changed, 10 insertions(+) create mode 100644 tools/quick_dump/audio_debug_haswell_plus.txt diff --git a/tools/quick_dump/audio_debug_haswell_plus.txt b/tools/quick_dump/audio_debug_haswell_plus.txt new file mode 100644 index 00000000..9d498bc5 --- /dev/null +++ b/tools/quick_dump/audio_debug_haswell_plus.txt @@ -0,0 +1,8 @@ +('AUD_ICOI', '0x00065f00', '') +('AUD_IRII', '0x00065f04', '') +('AUD_ICS', '0x00065f08', '') +('AUD_CHICKENBIT_REG', '0x00065f10', '') +('AUD_DP_DIP_STATUS', '0x00065f20', '') +('AUD_TCA_M_CTS', '0x00065f44', '') +('AUD_TCB_M_CTS', '0x00065f54', '') +('AUD_TCC_M_CTS', '0x00065f64', '') diff --git a/tools/quick_dump/broadwell b/tools/quick_dump/broadwell index d5b1c6c1..36b7d739 100644 --- a/tools/quick_dump/broadwell +++ b/tools/quick_dump/broadwell @@ -1,2 +1,3 @@ gen8_interrupt.txt audio_config_haswell_plus.txt +audio_debug_haswell_plus.txt diff --git a/tools/quick_dump/haswell b/tools/quick_dump/haswell index 7d6bdeea..fbca6d3f 100644 --- a/tools/quick_dump/haswell +++ b/tools/quick_dump/haswell @@ -1,2 +1,3 @@ haswell_other.txt audio_config_haswell_plus.txt +audio_debug_haswell_plus.txt