Commit Graph

  • f943b8e94f thermosphere: use ish instead of sy in most places TuxSH 2020-01-19 18:18:48 +0000
  • cb38236bf0 thermosphere: fix fmt.c "l" handling TuxSH 2020-01-19 16:56:29 +0000
  • 7553580b64 thermosphere: major refactor of memory map TuxSH 2020-01-17 22:10:26 +0000
  • 5eb2d79996 thermosphere: disable interrupts in debugPauseCores TuxSH 2020-01-16 01:41:43 +0000
  • 1c707d9ded thermosphere: rewrite debug pause & fix single step state machine TuxSH 2020-01-16 01:18:34 +0000
  • 2753b6cf8f thermosphere: trap set/way dcache access TuxSH 2020-01-15 17:30:25 +0000
  • 114cdc5aa4 thermosphere: use barriers and caches *properly*. Cache code refactoring TuxSH 2020-01-15 02:42:07 +0000
  • fbdd941061 thermosphere: add debug pause logic TuxSH 2020-01-14 02:09:51 +0000
  • 3e7e658594 thermosphere: add common asm macros TuxSH 2020-01-14 00:58:31 +0000
  • 84a2dc4ad9 thermosphere: add fpu regs save/restore TuxSH 2020-01-14 00:32:09 +0000
  • c085a67150 thermosphere: add cctx->userFrame TuxSH 2020-01-13 22:46:10 +0000
  • 674f3d0fc9 thermosphere: fix ptimer time freezing (again) TuxSH 2020-01-13 19:23:53 +0000
  • e5f6440c3f thermosphere: properly implement guest timer stuff TuxSH 2020-01-12 21:51:50 +0000
  • 3b542e749f thermosphere: add TransportInterface abstraction layer TuxSH 2020-01-12 01:59:26 +0000
  • 26bda4f32d thermosphere: refactor tegra uart code, etc. TuxSH 2020-01-11 01:36:55 +0000
  • a552c254e0 thermosphere: pl011 uart refactor TuxSH 2020-01-10 19:45:31 +0000
  • 57548e67fb thermosphere: fix pl101 uart reg definitions TuxSH 2020-01-10 02:03:06 +0000
  • edb942a032 thermosphere: add proper memory/instruction barriers for breakpoint stuff TuxSH 2020-01-09 22:47:22 +0000
  • 0dd5f1f6d4 thermosphere: add hypervisor timer code TuxSH 2020-01-09 19:24:05 +0000
  • 4d8a07943c thermosphere: qemu: get rid of arm tf TuxSH 2020-01-09 02:50:35 +0000
  • f19c67435a thermosphere: refactor exception handlers & add stolen time/emulated ptimer logic TuxSH 2020-01-08 22:18:56 +0000
  • 2f999497df thermosphere: rewrite sysreg trapping code, add skeleton code for timer val trap handling; support A32 EL1 once again TuxSH 2020-01-07 02:17:05 +0000
  • a67d682c10 thermosphere: don't trap memory register writes/don't migrate sw breakpoints TuxSH 2020-01-06 21:57:53 +0000
  • 2219494675 thermosphere: vgic: largely reduce the number of mmio accesses TuxSH 2020-01-05 23:51:17 +0000
  • d560330a9d thermosphere: make the pending virq list ordering stable TuxSH 2020-01-05 21:54:02 +0000
  • 3424e0bf71 thermosphere: fix wrong icfgr shift; fix list handling bug TuxSH 2020-01-05 16:04:53 +0000
  • 7d30fce54c thermosphere: vgic: fix OOB accesses, fix icfgr and itargetsr handling TuxSH 2020-01-05 00:33:35 +0000
  • 81a3b4fff5 thermosphere: fix is/ic registers usage; fix offset calculation TuxSH 2020-01-04 20:18:43 +0000
  • d43d1af62a thermosphere: fix truncation in vgicCleanupPendingList TuxSH 2020-01-03 02:53:16 +0000
  • 7573d1ad3e thermosphere: honor irq config for ppis TuxSH 2020-01-03 01:57:57 +0000
  • 5f83df2599 thermosphere: yikes TuxSH 2020-01-02 23:29:37 +0000
  • aeca48503b thermosphere: use strict volatile bitfields just in case TuxSH 2020-01-02 21:21:09 +0000
  • 0fb5f81e8a thermosphere: vgic: fix critical bug in vgicUpdateState, add more checks TuxSH 2020-01-02 18:45:30 +0000
  • b0d258209c thermosphere: add CFI where needed, add PANIC macro, etc. TuxSH 2020-01-02 18:41:52 +0000
  • c365fff119 thermosphere: vgic: mostly fix vSGI handling, remove unimplementable/unused stuff + bugfixes TuxSH 2020-01-02 01:40:30 +0000
  • 0b532a0dfb thermosphere: fix guest access to irq 25, etc; we don't need to raise VI manually TuxSH 2019-12-26 00:05:36 +0000
  • 1345aef693 thermosphere: add PPI definitions TuxSH 2019-12-25 20:46:38 +0000
  • eda6a8d8d6 vgic: fix multiple bugs TuxSH 2019-12-26 00:33:38 +0000
  • f75f584f2f thermosphere: fix various vgic bugs; fix register access OOB bug (xzr) TuxSH 2019-12-24 17:35:47 +0000
  • 62fe082cd4 thermosphere: vgic: fix enabled state of virqs TuxSH 2019-12-26 00:33:21 +0000
  • 6cef320bc1 thermosphere: fix multiple bugs TuxSH 2019-12-23 20:12:02 +0000
  • e7b351ddb8 thermosphere: vgic code draft TuxSH 2019-08-18 00:40:47 +0200
  • 9787bca325 thermosphere: also trap GICH (to deny access) TuxSH 2019-08-14 15:48:07 +0200
  • bb1ba5308d thermosphere: handle stage2 data aborts, trap gicd accesses TuxSH 2019-08-14 00:33:19 +0200
  • 442f4ef9ef thermosphere: implement stop point broadcast TuxSH 2019-08-13 00:14:56 +0200
  • 3af20ff7a2 thermopshere: add "execute function" sgi TuxSH 2019-08-12 23:47:14 +0200
  • 322d796004 thermosphere: barrier & active core mask TuxSH 2019-08-12 23:24:30 +0200
  • c34df08ed9 thermosphere: handle physical IRQs TuxSH 2019-08-11 00:56:49 +0200
  • 62fd2cd94d thermosphere: add gicv2 register definitions TuxSH 2019-08-09 22:20:05 +0200
  • e71974085e thermosphere: sw breakpoint code, etc. TuxSH 2019-08-08 21:38:13 +0200
  • 577daaebf0 thermosphere: remove breakpoint/watchpoint reg dump functions TuxSH 2019-08-07 23:51:25 +0200
  • aad18182f4 thermosphere: add watchpoint + watchpoint merging code TuxSH 2019-08-07 21:38:40 +0200
  • 0435b73f63 thermosphere: refactor crt0 + watchpoint init TuxSH 2019-08-06 22:26:28 +0200
  • bd93b01e57 thermosphere: add actual breakpoint code TuxSH 2019-08-06 06:09:51 +0200
  • 88218f606c thermosphere: add breakpoint/watchpoint enable/reset code TuxSH 2019-08-05 23:49:25 +0200
  • 5081174d27 thermopshere: refactor & fix single-stepping code TuxSH 2019-08-05 04:46:11 +0200
  • 731d50a3a3 thermopshere: refactor jump-to-kernel ,add single-step code TuxSH 2019-08-05 02:21:18 +0200
  • 9c9f6c04cc thermosphere: add spinlock code TuxSH 2019-08-04 18:38:32 +0200
  • 0c0d9f5335 thermometer: yeet most a32 support code 👌 TuxSH 2019-08-02 22:22:39 +0200
  • 7f9c80abec thermosphere: impl stage2 translation TuxSH 2019-08-02 05:12:24 +0200
  • c33d2ee369 thermosphere: rework linkscrips, use discardable sections, better sp pivot on crash TuxSH 2019-08-02 00:47:48 +0200
  • 0b1ab362c6 thermosphere: add shadow page table hooks TuxSH 2019-08-01 02:58:16 +0200
  • 823b2c8a6d thermosphere: enable EL2 stage1 translation (doesn't take much space) TuxSH 2019-08-01 02:58:16 +0200
  • a35b3ff982 thermosphere: fix x18 init, etc. TuxSH 2019-08-01 00:46:16 +0200
  • 7f094044b2 thermosphere: add semihosting support & load a kernel using it when needed TuxSH 2019-07-31 02:30:17 +0200
  • 6cbf5628d4 thermosphere: seriaLog => debugLog, add DEBUG macro TuxSH 2019-07-31 02:30:17 +0200
  • abe524fd79 thermosphere: cpu_on hook & skeleton for other PSCI functions TuxSH 2019-07-31 01:23:53 +0200
  • 2bc1dc5ac2 thermosphere: add smc trap handler TuxSH 2019-07-31 00:08:09 +0200
  • a47ad0b155 thermosphere: use adrp TuxSH 2019-07-30 21:13:38 +0200
  • e6db007a22 thermosphere: enable traps, works around qemu brk bug TuxSH 2019-07-30 02:16:25 +0200
  • ebef9b92e4 thermosphere: Fix wrong register allocation TuxSH 2019-07-30 02:16:25 +0200
  • af80d5816b thermosphere: unfuck qemu JIT, fix exc. handling bug, add cache funcs TuxSH 2019-07-29 22:38:44 +0200
  • 1f767fcce9 thermosphere: use x18 but qemu shits the bed TuxSH 2019-07-29 01:25:50 +0200
  • 3769493300 thermosphere: add core_ctx.c/h TuxSH 2019-07-28 19:57:00 +0200
  • eeee49404d fml coke spilled all over this laptop's keyboard TuxSH 2019-07-28 18:50:16 +0200
  • df38a00b86 thermosphere: sysreg stuff, continued TuxSH 2019-07-26 23:06:34 +0200
  • 53785b2281 thermosphere: add remaining sysreg passthrough stuff TuxSH 2019-07-26 01:22:23 +0200
  • 07039902f7 thermosphere: more sysreg code TuxSH 2019-07-25 17:50:15 +0200
  • e06131c114 thermosphere: add some basic sysreg trapping code TuxSH 2019-07-25 01:29:17 +0200
  • 001cd7a7b0 thermosphere: proper uart_reset impl for uart-b TuxSH 2019-07-24 01:08:18 +0200
  • 24f0af9e02 thermosphere: fix uart fifo init/flushing TuxSH 2019-07-24 00:03:02 +0200
  • 36911b1365 thermosphere: rebase, fix some bugs TuxSH 2019-07-23 21:46:35 +0200
  • 532907c9e7 thermosphere: add more sysreg stuff & start writing trap stuff TuxSH 2019-07-23 04:47:57 +0200
  • fe0c3835b6 thermosphere: add sysreg list TuxSH 2019-07-23 04:47:57 +0200
  • 11c1d926e2 thermosphere: add hypercall support... even if unused TuxSH 2019-07-23 00:54:35 +0200
  • f2d22ccdef thermosphere: add ExceptionSyndromeRegister definition TuxSH 2019-07-22 22:01:21 +0200
  • 114cd464e8 thermosphere: start exception handling TuxSH 2019-07-22 01:04:53 +0200
  • 8e73bdef4c thermosphere: add qemu support TuxSH 2019-07-22 01:04:53 +0200
  • 02c27a482a thermosphere: uart fixes/ still not working TuxSH 2019-07-21 22:27:12 +0200
  • 3c2ff2933a thermosphere: rebase, doesn't work TuxSH 2019-07-21 21:35:52 +0200
  • c326492464 thermosphere: uart refactor, now it doesn't work at all TuxSH 2019-07-20 23:24:16 +0200
  • 20e5689f04 thermosphere: set correct gpio config for uart (thanks @hexkyz) TuxSH 2019-07-20 01:48:55 +0200
  • 1d225ed5f8 thermosphere: attempt to output to uart-c TuxSH 2019-07-19 01:45:56 +0200
  • acae18365b thermosphere: fix bugs: TuxSH 2019-07-18 23:43:49 +0200
  • b124c4383e thermosphere: attempt to run TuxSH 2019-07-17 23:54:31 +0200
  • 5bc923ea00 thermosphere: "write" placeholder code TuxSH 2019-07-17 01:49:47 +0200
  • 2e2976efba thermosphere: remove legacy code TuxSH 2019-07-16 23:28:32 +0200
  • 1309e93e26 libvapours: reorganize includes.hpp TuxSH 2020-02-04 19:02:17 +0000
  • c6a736a6f6 libvapours: constexpr ALWAYS_INLINE T CombineBits TuxSH 2020-02-04 02:09:46 +0000
  • 30e39e60f7 libvapour: forgot to add util_bitutil.hpp to util.hpp TuxSH 2020-02-04 02:04:59 +0000