diff options
author | Kaixu Xia <xiakaixu@huawei.com> | 2015-01-26 11:22:21 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-02-04 13:42:55 -0500 |
commit | 7af8792b4d3ad94774fb40f422fa245ab3755bb4 (patch) | |
tree | adb408e6911587b017de70ae02694eee9ead0e07 | |
parent | d786a47de97fd194d6cf4f9087543119b9b330c3 (diff) |
coresight: fix the debug AMBA bus name
The right debug AMBA bus name should be APB(Advanced Peripheral Bus),
so just fix it.
Signed-off-by: Kaixu Xia <xiakaixu@huawei.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/trace/coresight.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/trace/coresight.txt b/Documentation/trace/coresight.txt index bba7dbfc49ed..02361552a3ea 100644 --- a/Documentation/trace/coresight.txt +++ b/Documentation/trace/coresight.txt | |||
@@ -46,7 +46,7 @@ At typical coresight system would look like this: | |||
46 | | | . | ! | | . | ! | ! . | | SWD/ | 46 | | | . | ! | | . | ! | ! . | | SWD/ |
47 | | | . | ! | | . | ! | ! . | | JTAG | 47 | | | . | ! | | . | ! | ! . | | JTAG |
48 | *****************************************************************<-| | 48 | *****************************************************************<-| |
49 | *************************** AMBA Debug ABP ************************ | 49 | *************************** AMBA Debug APB ************************ |
50 | ***************************************************************** | 50 | ***************************************************************** |
51 | | . ! . ! ! . | | 51 | | . ! . ! ! . | |
52 | | . * . * * . | | 52 | | . * . * * . | |
@@ -79,7 +79,7 @@ At typical coresight system would look like this: | |||
79 | To trace port TPIU= Trace Port Interface Unit | 79 | To trace port TPIU= Trace Port Interface Unit |
80 | SWD = Serial Wire Debug | 80 | SWD = Serial Wire Debug |
81 | 81 | ||
82 | While on target configuration of the components is done via the ABP bus, | 82 | While on target configuration of the components is done via the APB bus, |
83 | all trace data are carried out-of-band on the ATB bus. The CTM provides | 83 | all trace data are carried out-of-band on the ATB bus. The CTM provides |
84 | a way to aggregate and distribute signals between CoreSight components. | 84 | a way to aggregate and distribute signals between CoreSight components. |
85 | 85 | ||