qemu-ga: fix bsd build, and re-org linux-specific implementations
[qemu/ar7.git] / target-xtensa / core-fsf.c
blobc11d9708e79715894690c295469752a9f4206691
1 #include "cpu.h"
2 #include "exec-all.h"
3 #include "gdbstub.h"
4 #include "host-utils.h"
6 #include "core-fsf/core-isa.h"
7 #include "overlay_tool.h"
9 static const XtensaConfig fsf = {
10 .name = "fsf",
11 .options = XTENSA_OPTIONS,
12 /* GDB for this core is not supported currently */
13 .nareg = XCHAL_NUM_AREGS,
14 .ndepc = 1,
15 EXCEPTIONS_SECTION,
16 INTERRUPTS_SECTION,
17 TLB_SECTION,
18 DEBUG_SECTION,
19 .clock_freq_khz = 10000,
22 REGISTER_CORE(fsf)