Statistics
| Branch: | Revision:

root / xtensa-semi.c @ 19ac36b5

History | View | Annotate | Download (6.7 kB)

# Date Author Comment
16c1deae 04/14/2012 02:48 am Lluís Vilanova

target-xtensa: Move helpers.h to helper.h

Provides a file naming scheme consistent with other targets.

Signed-off-by: Lluís Vilanova <>
Signed-off-by: Max Filippov <>

d4a5b622 03/14/2012 11:20 pm Andreas Färber

xtensa-semi: Don't use CPUState

Scripted conversion:
sed -i "s/CPUState/CPUXtensaState/g" xtensa-semi.c

Signed-off-by: Andreas Färber <>
Acked-by: Anthony Liguori <>

1ddeaa5d 09/10/2011 07:57 pm Max Filippov

target-xtensa: implement SIMCALL

Tensilica iss provides support for applications running in freestanding
environment through SIMCALL command. It is used by Tensilica libc to
access argc/argv, for file I/O, etc.

Note that simcalls that accept buffer addresses expect virtual addresses....