-
41d98b5e48
thermosphere: oops
TuxSH
2020-03-07 15:58:23 +00:00
-
b6dbdfe82d
thermosphere: car driver rewrite
TuxSH
2020-03-07 01:39:25 +00:00
-
30b79c2fe7
thermosphere: pinmux driver C++
TuxSH
2020-03-06 18:54:57 +00:00
-
3a79a7a961
thermosphere: tegra uart driver rewrite
TuxSH
2020-03-06 18:54:38 +00:00
-
cefd66e7af
thermosphere: refactor pl011 driver a bit more
TuxSH
2020-03-06 18:54:02 +00:00
-
a8f28ab96d
thermosphere: pl011 driver rewrite
TuxSH
2020-03-06 01:42:29 +00:00
-
2986967f2a
thermosphere: guest mem rewrite
TuxSH
2020-03-05 02:01:03 +00:00
-
fc8a596409
thermosphere: safe io copy
TuxSH
2020-03-05 00:54:13 +00:00
-
36f48748a4
thermosphere: clean up start.s & exception_vector.s
TuxSH
2020-03-04 02:38:40 +00:00
-
6f423fcfab
thermosphere: rewrite (host) memory map (wip, need to update start.s anyway)
TuxSH
2020-03-02 01:49:27 +00:00
-
fccadfdbf6
thermosphere: add TCR_TG0 back
TuxSH
2020-03-02 00:42:34 +00:00
-
47f343cda6
thermosphere: mmu: fix shareability
TuxSH
2020-03-01 22:49:34 +00:00
-
987731ea43
thermosphere: mmu table builder
TuxSH
2020-03-01 18:45:42 +00:00
-
d4bbb78a27
thermosphere: static inline -> inline
TuxSH
2020-03-01 16:01:31 +00:00
-
0126a6417f
thermosphere: fix off by 1 in wp mgr
TuxSH
2020-03-01 15:34:51 +00:00
-
7ecb3a4aaf
thermosphere: cleanup again
TuxSH
2020-02-29 00:12:49 +00:00
-
56d764d09c
thermosphere: rewrite semihosting
TuxSH
2020-02-28 21:44:18 +00:00
-
0cb5eab933
thermosphere: generic timer rewrite
TuxSH
2020-02-27 01:59:23 +00:00
-
d15154f668
thermosphere: cleanup again
TuxSH
2020-02-26 23:24:48 +00:00
-
ea830bb5ab
thermosphere: propagate changes
TuxSH
2020-02-26 01:54:12 +00:00
-
e8435784a7
thermosphere: rewrite smc traps
TuxSH
2020-02-26 01:18:15 +00:00
-
0437867449
thermosphere: sysreg traps
TuxSH
2020-02-25 00:28:14 +00:00
-
797cea0ac8
thermosphere: trap refactor WIP
TuxSH
2020-02-24 18:26:52 +00:00
-
874d1432be
thermosphere: exception dispatcher rewrite
TuxSH
2020-02-24 00:21:26 +00:00
-
e8bfe8a311
thermosphere: guest timer header
TuxSH
2020-02-23 18:14:29 +00:00
-
036883c30f
thermosphere: propagate some changes
TuxSH
2020-02-23 01:30:35 +00:00
-
5b56d05e11
thermosphere: move EnterInterruptibleHypervisorCode into IrqManager
TuxSH
2020-02-23 00:27:54 +00:00
-
4adb675072
thermosphere: hvisor_exception_frame.hpp
TuxSH
2020-02-22 00:16:03 +00:00
-
77fbbb4c68
thermosphere: singleton ctors should be private
TuxSH
2020-02-21 00:20:50 +00:00
-
f6793139c1
thermosphere: fix exception vector regression
TuxSH
2020-02-21 00:16:54 +00:00
-
37a889ccb2
thermosphere: rewrite core_ctx
TuxSH
2020-02-21 00:13:40 +00:00
-
ea7d161755
thermosphere: start corectx/exception stuff rewrite
TuxSH
2020-02-20 19:34:33 +00:00
-
d72fc3e8b9
thermosphere: cleanup cache trap
TuxSH
2020-02-20 19:27:05 +00:00
-
c7eaf71896
thermosphere: fpu register cache
TuxSH
2020-02-17 00:00:26 +00:00
-
5a445e9394
thermosphere: cache rewrite
TuxSH
2020-02-16 23:20:02 +00:00
-
613402121a
thermosphere: file cleanup
TuxSH
2020-02-16 17:40:18 +00:00
-
2574f68484
thermopshere: interrupt refactoring
TuxSH
2020-02-16 01:19:19 +00:00
-
1ee289f5f1
thermosphere: C++ vgic
TuxSH
2020-02-15 02:05:54 +00:00
-
31e5ff7c1d
thermosphere: continue vgic rewrite
TuxSH
2020-02-14 01:19:26 +00:00
-
02bbe1bb40
thermosphere: begin to write virtual gic code in C++
TuxSH
2020-02-13 01:50:11 +00:00
-
b21c75b22b
thermosphere: add singleton define
TuxSH
2020-02-11 22:57:12 +00:00
-
c99a77a0c3
thermosphere: interrupt mask guard
TuxSH
2020-02-11 21:41:14 +00:00
-
dd9b3ddb0d
thermosphere: irq manager wip
TuxSH
2020-02-11 01:50:33 +00:00
-
785b7e1a37
thermosphere: mostly rewrite sw breakpoint manager
TuxSH
2020-02-10 18:58:47 +00:00
-
1eda049ada
thermosphere: hw breakpoint/watchpoint managers
TuxSH
2020-02-10 02:20:48 +00:00
-
493a3c92e2
thermosphere: cpu intrinsics + synchronization primitives
TuxSH
2020-02-09 23:06:29 +00:00
-
dad84ac017
thermosphere: sysreg stuff
TuxSH
2020-02-09 01:21:50 +00:00
-
eab46ab1b6
thermosphere: C++ify gdb/verbose
TuxSH
2020-02-08 01:57:36 +00:00
-
192d2db4a9
thermospshere: c++ify xfer, query, etc. More string parsing utilities
TuxSH
2020-02-07 18:28:34 +00:00
-
ff2c835b0a
thermosphere: introduce GDB_TEST_NO_CMD_DATA
TuxSH
2020-02-07 02:26:18 +00:00
-
dd7f0b805b
thermosphere: partially rewrite gdb context top-level
TuxSH
2020-02-07 02:08:03 +00:00
-
fdd5481f63
thermosphere: C++ gdb/rcmd
TuxSH
2020-02-07 00:39:16 +00:00
-
0b8d0035b9
thermosphère: C++ gdb/regs
TuxSH
2020-02-06 21:38:01 +00:00
-
bfa917edf5
thermosphere: rewrite gdb/stop points in c++
TuxSH
2020-02-06 02:05:44 +00:00
-
61a972abf3
thermosphere: rewrite gdb/mem in c++. Remove SearchMemory handler
TuxSH
2020-02-06 01:19:56 +00:00
-
697e61850f
thermosphere: rewrite packet comms
TuxSH
2020-02-05 22:52:37 +00:00
-
2077062b79
thermosphere: cpp rewrite: constexpr string parsing, rewrote gdb/thread
TuxSH
2020-02-05 18:26:19 +00:00
-
b445fe1bf4
wip
TuxSH
2020-02-05 02:51:10 +00:00
-
b65f11d205
wip
TuxSH
2020-02-04 18:50:32 +00:00
-
5de560be30
thermosphere: fix watchpoint creation, fix wp&bp allocation
TuxSH
2020-02-03 22:12:43 +00:00
-
be6253d6ad
thermosphere: rewrite watchpoints.c
TuxSH
2020-02-03 19:03:11 +00:00
-
78eea8a373
thermosphere: suppress potential unused variable warnings
TuxSH
2020-02-03 02:16:53 +00:00
-
53850a5976
thermosphere: reduce gdb work buf to least acceptable limit
TuxSH
2020-02-03 02:08:28 +00:00
-
788f331de0
thermosphere: the fpu cache is only being really modified by gdb anyway
TuxSH
2020-02-03 01:57:11 +00:00
-
edf2bbc30e
thermosphere: I wish ld wasn't dumb (also, bugfix). This saves 4K
TuxSH
2020-02-03 01:32:32 +00:00
-
e4d189eee3
thermosphere: rewhoops
TuxSH
2020-02-02 23:47:05 +00:00
-
e6fdd6bc98
thermosphere: fix software breakpoints
TuxSH
2020-02-02 22:55:01 +00:00
-
3556c12960
thermosphere: gdb: fix IsThreadAlive
TuxSH
2020-02-02 19:17:30 +00:00
-
67daf5a73e
thermosphère: fix deadlock
TuxSH
2020-02-02 19:03:04 +00:00
-
f1a241ffef
thermosphere: fix sending bug when handling ctrl-c
TuxSH
2020-02-02 19:02:45 +00:00
-
bf7f077432
thermosphere: fix continue logic for full-stop & some refactoring
TuxSH
2020-02-02 17:46:17 +00:00
-
ebf8053b42
thermosphere: rewrite condition in debugManagerDoPauseCores
TuxSH
2020-02-02 01:32:56 +00:00
-
914790be01
thermosphere: fix bug in debug.c
TuxSH
2020-02-02 01:12:06 +00:00
-
036882f162
thermosphere: oops
TuxSH
2020-02-01 23:42:26 +00:00
-
b0ae19a6f9
thermosphere: better self-debug fault reporting
TuxSH
2020-02-01 23:42:08 +00:00
-
0b7efc0501
thermosphere: fix bug in exceptionReturnPreprocess
TuxSH
2020-02-01 22:09:07 +00:00
-
c67ff366ea
thermosphere: forgot compiler barrier in get_sysreg
TuxSH
2020-02-01 22:05:26 +00:00
-
63e3f40fa5
thermosphere: fix gdb/regs.c assertions
TuxSH
2020-02-01 19:50:28 +00:00
-
3fe7c7537e
thermopshere: GDB_ParseExceptionFrame: fix format error
TuxSH
2020-02-01 19:39:31 +00:00
-
256201922b
thermosphere: fix bug where x0 isn't saved
TuxSH
2020-02-01 19:39:04 +00:00
-
46c82e2d77
thermosphere: fix thread reporting logic, etc
TuxSH
2020-02-01 16:28:31 +00:00
-
cb4d898579
thermosphere: fix reporting logic of initial break event
TuxSH
2020-02-01 16:20:45 +00:00
-
7acd5a9ec7
thermosphere: fix target.xml generation
TuxSH
2020-02-01 15:45:57 +00:00
-
7f7e4e8310
thermosphere: fix irq buffer overflow
TuxSH
2020-02-01 15:31:08 +00:00
-
8f25d4f77f
thermosphere: add more debugging strings
TuxSH
2020-02-01 15:11:59 +00:00
-
e1a8bdd495
thermosphere: gdb: fix a few bugs
TuxSH
2020-02-01 14:25:12 +00:00
-
ef23db21e6
thermosphere: pl011: fix uartSetInterruptStatus
TuxSH
2020-02-01 01:15:42 +00:00
-
46954a5359
thermosphere: actually report the debug events
TuxSH
2020-01-31 23:54:42 +00:00
-
6499d36722
thermosphere: gdb: fix GDB_SendStopReply
TuxSH
2020-01-31 23:46:25 +00:00
-
66ba05b302
thermosphere: pause at start, some cleanup, etc.
TuxSH
2020-01-31 23:23:41 +00:00
-
7a774adbc3
thermosphere: libc: fix missing macro
TuxSH
2020-01-31 23:15:34 +00:00
-
ce1df0ac23
thermosphere: qemu: make serial go through a socket
TuxSH
2020-01-31 23:12:36 +00:00
-
fc5d81dca3
thermosphere: oops
TuxSH
2020-01-31 23:04:22 +00:00
-
23ef4b94d6
thermosphere: reduce usage of nonvolatile memory by around 4KB
TuxSH
2020-01-31 18:42:16 +00:00
-
e4de512e6f
thermosphere: gdb: add debugManagerInit
TuxSH
2020-01-31 02:53:40 +00:00
-
cf0b052590
thermosphere: gdb: add missing command list entries, fix warnings again
TuxSH
2020-01-31 02:28:51 +00:00
-
0509fa57ca
thermosphere: add src/gdb to build list, fix subsequent warnings and errors
TuxSH
2020-01-31 01:58:56 +00:00
-
175f16627b
thermosphere: fix break/continue (?), fix attach/detach
TuxSH
2020-01-31 01:12:59 +00:00
-
f0b9162d5e
thermosphere: gdb: remove currentThreadId; migrate rx irq
TuxSH
2020-01-31 00:36:15 +00:00
-
02e2a1efa2
thermosphere: gdb: add core_on and core_off handling
TuxSH
2020-01-31 00:28:05 +00:00