Xscale: User's Guide updates
Fix some EBNF goofs ... these commands have *optional* params, etc Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>__archive__
parent
a42bea654c
commit
e7965cd3eb
|
@ -6105,7 +6105,7 @@ else if a @var{value} is provided, that value is written to that register.
|
||||||
Changes the address used for the specified target's debug handler.
|
Changes the address used for the specified target's debug handler.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn Command {xscale dcache} (@option{enable}|@option{disable})
|
@deffn Command {xscale dcache} [@option{enable}|@option{disable}]
|
||||||
Enables or disable the CPU's data cache.
|
Enables or disable the CPU's data cache.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
@ -6113,17 +6113,18 @@ Enables or disable the CPU's data cache.
|
||||||
Dumps the raw contents of the trace buffer to @file{filename}.
|
Dumps the raw contents of the trace buffer to @file{filename}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn Command {xscale icache} (@option{enable}|@option{disable})
|
@deffn Command {xscale icache} [@option{enable}|@option{disable}]
|
||||||
Enables or disable the CPU's instruction cache.
|
Enables or disable the CPU's instruction cache.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn Command {xscale mmu} (@option{enable}|@option{disable})
|
@deffn Command {xscale mmu} [@option{enable}|@option{disable}]
|
||||||
Enables or disable the CPU's memory management unit.
|
Enables or disable the CPU's memory management unit.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn Command {xscale trace_buffer} (@option{enable}|@option{disable}) [@option{fill} [n] | @option{wrap}]
|
@deffn Command {xscale trace_buffer} [@option{enable}|@option{disable} [@option{fill} [n] | @option{wrap}]]
|
||||||
Enables or disables the trace buffer,
|
Displays the trace buffer status, after optionally
|
||||||
and controls how it is emptied.
|
enabling or disabling the trace buffer
|
||||||
|
and modifying how it is emptied.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn Command {xscale trace_image} filename [offset [type]]
|
@deffn Command {xscale trace_image} filename [offset [type]]
|
||||||
|
@ -6155,7 +6156,7 @@ The mask bits correspond with bit 16..23 in the DCSR:
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@anchor{xscale vector_table}
|
@anchor{xscale vector_table}
|
||||||
@deffn Command {xscale vector_table} [<low|high> <index> <value>]
|
@deffn Command {xscale vector_table} [(@option{low}|@option{high}) index value]
|
||||||
@cindex vector_table
|
@cindex vector_table
|
||||||
|
|
||||||
Set an entry in the mini-IC vector table. There are two tables: one for
|
Set an entry in the mini-IC vector table. There are two tables: one for
|
||||||
|
|
Loading…
Reference in New Issue