summaryrefslogtreecommitdiff
path: root/xtensa-semi.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini1-224/+0
Also drop duplicate occurrence of device-hotplug.o. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2012-04-14target-xtensa: Move helpers.h to helper.hLluís Vilanova1-1/+1
Provides a file naming scheme consistent with other targets. Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2012-03-14xtensa-semi: Don't use CPUStateAndreas Färber1-1/+1
Scripted conversion: sed -i "s/CPUState/CPUXtensaState/g" xtensa-semi.c Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Anthony Liguori <aliguori@us.ibm.com>
2011-09-10target-xtensa: implement SIMCALLMax Filippov1-0/+224
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. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>