TuxSH
680a768178
thermosphere: reduce usage of nonvolatile memory by around 4KB
2020-02-04 19:12:24 +00:00
TuxSH
1fd2cdb664
thermosphere: gdb: add debugManagerInit
2020-02-04 19:12:23 +00:00
TuxSH
7553580b64
thermosphere: major refactor of memory map
...
- use recursive stage 1 page table (thanks @fincs for this idea)
- NULL now unmapped
- no identity mapping
- image + GICv2 now mapped at the same address for every platform
- tempbss mapped just after "real" bss, can now steal unused mem from
the latter
- no hardcoded VAs for other MMIO devices
- tegra: remove timers, use the generic timer instead
2020-02-04 19:12:21 +00:00
TuxSH
e5f6440c3f
thermosphere: properly implement guest timer stuff
2020-02-04 19:12:21 +00:00
TuxSH
0435b73f63
thermosphere: refactor crt0 + watchpoint init
2020-02-04 19:12:19 +00:00
TuxSH
c33d2ee369
thermosphere: rework linkscrips, use discardable sections, better sp pivot on crash
2020-02-04 19:12:19 +00:00
TuxSH
df38a00b86
thermosphere: sysreg stuff, continued
2020-02-04 19:12:18 +00:00
TuxSH
114cd464e8
thermosphere: start exception handling
2020-02-04 19:12:18 +00:00
TuxSH
8e73bdef4c
thermosphere: add qemu support
2020-02-04 19:12:18 +00:00
TuxSH
acae18365b
thermosphere: fix bugs:
...
- missing barriers after setting elr/spsr
- .text.start* matching .text.startup (which contains main, thanks @fincs)
2020-02-04 19:12:18 +00:00
TuxSH
5bc923ea00
thermosphere: "write" placeholder code
2020-02-04 19:12:18 +00:00
TuxSH
2e2976efba
thermosphere: remove legacy code
2020-02-04 19:12:18 +00:00
TuxSH
b4eeddd7e1
Revamp all the Makefiles (thanks @fincs @WinterMute)
...
... dependencies are now properly handled (e.g. header changes, etc.)
2018-05-19 01:07:27 +02:00
Kate J. Temkin
d104ff61ca
thermosphere: add in basic hypervisor skeleton
2018-04-20 04:10:44 -06:00