Atmosphere/thermosphere/src
2021-02-19 21:51:49 +00:00
..
platform thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
asm_macros.s thermosphere: rewrite debug pause & fix single step state machine 2021-02-19 21:51:48 +00:00
barrier.c thermosphere: rewrite debug pause & fix single step state machine 2021-02-19 21:51:48 +00:00
barrier.h thermosphere: rewrite debug pause & fix single step state machine 2021-02-19 21:51:48 +00:00
breakpoints.c thermosphere: use barriers and caches *properly*. Cache code refactoring 2021-02-19 21:51:47 +00:00
breakpoints.h thermosphere: sw breakpoint code, etc. 2021-02-19 21:51:32 +00:00
breakpoints_watchpoints_common.h thermosphere: rewrite sysreg trapping code, add skeleton code for timer val trap handling; support A32 EL1 once again 2021-02-19 21:51:42 +00:00
breakpoints_watchpoints_load.h thermosphere: remove breakpoint/watchpoint reg dump functions 2021-02-19 21:51:32 +00:00
breakpoints_watchpoints_load.s thermosphere: use ish instead of sy in most places 2021-02-19 21:51:49 +00:00
caches.c thermosphere: trap set/way dcache access 2021-02-19 21:51:47 +00:00
caches.h thermosphere: trap set/way dcache access 2021-02-19 21:51:47 +00:00
core_ctx.c thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
core_ctx.h thermosphere: rewrite debug pause & fix single step state machine 2021-02-19 21:51:48 +00:00
data_abort.c thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
data_abort.h thermosphere: fix multiple bugs 2021-02-19 21:51:35 +00:00
debug_log.c thermosphere: add TransportInterface abstraction layer 2021-02-19 21:51:45 +00:00
debug_log.h thermosphere: add TransportInterface abstraction layer 2021-02-19 21:51:45 +00:00
debug_pause.c thermosphere: disable interrupts in debugPauseCores 2021-02-19 21:51:48 +00:00
debug_pause.h thermosphere: rewrite debug pause & fix single step state machine 2021-02-19 21:51:48 +00:00
exception_vectors.s thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
exceptions.c thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
exceptions.h thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
execute_function.c thermopshere: add "execute function" sgi 2021-02-19 21:51:34 +00:00
execute_function.h thermopshere: add "execute function" sgi 2021-02-19 21:51:34 +00:00
fmt.c thermosphere: fix fmt.c "l" handling 2021-02-19 21:51:49 +00:00
fpu.c thermosphere: add fpu regs save/restore 2021-02-19 21:51:46 +00:00
fpu.h thermosphere: add fpu regs save/restore 2021-02-19 21:51:46 +00:00
fpu_regs_load_store.s thermosphere: use ish instead of sy in most places 2021-02-19 21:51:49 +00:00
gicv2.h thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
guest_timers.h thermosphere: fix ptimer time freezing (again) 2021-02-19 21:51:45 +00:00
hvc.c thermosphere: seriaLog => debugLog, add DEBUG macro 2021-02-19 21:51:26 +00:00
hvc.h thermosphere: add hypercall support... even if unused 2021-02-19 21:51:20 +00:00
initSystem.c thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
irq.c thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
irq.h thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
main.c thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
memory_map.c thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
memory_map.h thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
mmu.h thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
my_libc.c thermosphere: "write" placeholder code 2021-02-19 21:51:16 +00:00
preprocessor.h thermosphere: add more sysreg stuff & start writing trap stuff 2021-02-19 21:51:21 +00:00
semihosting.c thermosphere: add semihosting support & load a kernel using it when needed 2021-02-19 21:51:27 +00:00
semihosting.h thermosphere: add semihosting support & load a kernel using it when needed 2021-02-19 21:51:27 +00:00
single_step.c thermosphere: rewrite debug pause & fix single step state machine 2021-02-19 21:51:48 +00:00
single_step.h thermosphere: rewrite debug pause & fix single step state machine 2021-02-19 21:51:48 +00:00
smc.c thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
smc.h thermosphere: add smc trap handler 2021-02-19 21:51:26 +00:00
software_breakpoints.c thermosphere: use barriers and caches *properly*. Cache code refactoring 2021-02-19 21:51:47 +00:00
software_breakpoints.h thermosphere: sw breakpoint code, etc. 2021-02-19 21:51:32 +00:00
spinlock.h thermosphere: add debug pause logic 2021-02-19 21:51:47 +00:00
spinlock.s thermosphere: add common asm macros 2021-02-19 21:51:46 +00:00
start.s thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
sysreg.h thermosphere: trap set/way dcache access 2021-02-19 21:51:47 +00:00
sysreg_traps.c thermosphere: trap set/way dcache access 2021-02-19 21:51:47 +00:00
sysreg_traps.h thermosphere: rewrite sysreg trapping code, add skeleton code for timer val trap handling; support A32 EL1 once again 2021-02-19 21:51:42 +00:00
timer.c thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
timer.h thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
transport_interface.c thermosphere: add TransportInterface abstraction layer 2021-02-19 21:51:45 +00:00
transport_interface.h thermosphere: add TransportInterface abstraction layer 2021-02-19 21:51:45 +00:00
traps.c thermosphere: trap set/way dcache access 2021-02-19 21:51:47 +00:00
traps.h thermosphere: add some basic sysreg trapping code 2021-02-19 21:51:22 +00:00
types.h thermosphere: add fpu regs save/restore 2021-02-19 21:51:46 +00:00
utils.c thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
utils.h thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
vgic.c thermosphere: major refactor of memory map 2021-02-19 21:51:48 +00:00
vgic.h thermosphere: vgic code draft 2021-02-19 21:51:35 +00:00
watchpoints.c thermosphere: use barriers and caches *properly*. Cache code refactoring 2021-02-19 21:51:47 +00:00
watchpoints.h thermosphere: sw breakpoint code, etc. 2021-02-19 21:51:32 +00:00