m1n1/src
Hector Martin a5a974791b hv: Support handling GL2 exceptions
Signed-off-by: Hector Martin <marcan@marcan.st>
2021-05-27 21:28:43 +09:00
..
dlmalloc Fix libc header dependencies 2021-03-08 01:31:14 +09:00
libfdt Fix libc header dependencies 2021-03-08 01:31:14 +09:00
minilzlib minilzlib: fix support for non-CRC32 checksum types 2021-02-06 16:44:10 +09:00
tinf tinf, minzllib: support unknown input sizes 2021-02-06 16:44:10 +09:00
adt.c utils: move sys_reg and is_ecore() to utils.h 2021-01-30 22:00:00 +09:00
adt.h clang-format: Add include block configs, reformat 2021-02-06 16:44:10 +09:00
arm_cpu_regs.h arm_cpu_regs.h: Add sysreg exception ISS bit defines 2021-05-25 20:12:20 +09:00
chickens.c cpu_regs.h: s/SYS_APL/SYS_IMP_APL/ to match Linux 2021-04-29 15:45:44 +09:00
chickens.h startup: Implement setting CPU chicken bits for Icestorm 2021-01-25 19:11:54 +09:00
cpu_regs.h cpu_regs.h: Add IPI and VM timer reg defines 2021-05-25 20:12:20 +09:00
dart.c formatting: Sort main include first 2021-05-01 18:31:58 +09:00
dart.h dart: add code to setup the DART iommu 2021-04-14 17:40:07 +09:00
exception.c exception: Unbork EL1 stack 2021-05-13 21:14:58 +09:00
exception.h hv: Implement basic exception handling 2021-05-04 19:36:23 +09:00
exception_asm.S exception,gxf: Turn off PAN on exception entry 2021-05-27 21:11:14 +09:00
fb.c fb: Implement fb_shutdown() & friends 2021-05-07 12:19:20 +09:00
fb.h proxy: Add framebuffer ops 2021-05-08 03:42:21 +09:00
gxf.c gxf: Add gxf_enabled() 2021-05-25 19:49:12 +09:00
gxf.h gxf: Add gxf_enabled() 2021-05-25 19:49:12 +09:00
gxf_asm.S exception,gxf: Turn off PAN on exception entry 2021-05-27 21:11:14 +09:00
heapblock.c heapblock: Assert if not initialized 2021-05-13 17:33:57 +09:00
heapblock.h Add heapblock and dlmalloc for managing memory 2021-01-29 16:25:15 +09:00
hv.c hv: Support handling GL2 exceptions 2021-05-27 21:28:43 +09:00
hv.h hv: Support handling GL2 exceptions 2021-05-27 21:28:43 +09:00
hv_asm.S hv_asm: Restore all registers on return to guest 2021-05-15 20:36:39 +09:00
hv_exc.c hv: Support handling GL2 exceptions 2021-05-27 21:28:43 +09:00
hv_vm.c hv: Support handling GL2 exceptions 2021-05-27 21:28:43 +09:00
hv_vuart.c usb/hv: add second CDC ACM interface for virtualized UART 2021-05-15 19:47:08 +09:00
iodev.c iodev: Do not print leading * for empty buffer prints on alt path 2021-05-27 21:10:00 +09:00
iodev.h iodev: Add iodev_queue() API to queue data without kicking transmission 2021-05-16 19:04:51 +09:00
kboot.c kboot: Handle missing CPUs properly 2021-05-04 01:52:58 +09:00
kboot.h payload: add support for booting in-line payloads 2021-02-06 16:44:10 +09:00
main.c pcie: minimal initialization 2021-05-16 02:43:44 +09:00
memory.c memory: Unbork EL0 execution 2021-05-22 02:48:17 +09:00
memory.h memory: Add separate mappings for EL0 data access 2021-05-13 17:36:02 +09:00
memory_asm.S MMU: add cache operations by set/way 2021-01-28 23:20:15 +09:00
payload.c Rework kboot/chainload flow to shut down before calling the next stage 2021-04-17 18:12:59 +09:00
payload.h Rework kboot/chainload flow to shut down before calling the next stage 2021-04-17 18:12:59 +09:00
pcie.c pcie: minimal initialization 2021-05-16 02:43:44 +09:00
pcie.h pcie: minimal initialization 2021-05-16 02:43:44 +09:00
pmgr.c formatting: Sort main include first 2021-05-01 18:31:58 +09:00
pmgr.h pmgr: add functions to enable/disable clocks 2021-04-11 05:26:29 +09:00
proxy.c usb/hv: add second CDC ACM interface for virtualized UART 2021-05-15 19:47:08 +09:00
proxy.h gxf: add support for guarded exception levels 2021-05-11 15:48:40 +09:00
ringbuffer.c ringbuffer: add a simple ringbuffer data structure 2021-04-15 18:39:33 +09:00
ringbuffer.h ringbuffer: add a simple ringbuffer data structure 2021-04-15 18:39:33 +09:00
smp.c kboot: Handle missing CPUs properly 2021-05-04 01:52:58 +09:00
smp.h kboot: Handle missing CPUs properly 2021-05-04 01:52:58 +09:00
start.S utils: In EL1, instead of rebooting, break into HV 2021-05-15 20:42:50 +09:00
startup.c gxf: add support for guarded exception levels 2021-05-11 15:48:40 +09:00
string.c Fix libc header dependencies 2021-03-08 01:31:14 +09:00
tunables.c tunables: add tunables_apply_local_addr 2021-04-08 20:32:12 +09:00
tunables.h tunables: add tunables_apply_local_addr 2021-04-08 20:32:12 +09:00
types.h utils.h: Do sysreg defines in a way that allows extracting the fields 2021-05-25 19:51:08 +09:00
uart.c uart: Add uart_printf() 2021-05-27 21:09:48 +09:00
uart.h uart: Add uart_printf() 2021-05-27 21:09:48 +09:00
uart_regs.h uart: Move registers to uart_regs.h 2021-05-05 03:23:25 +09:00
uartproxy.c uartproxy: Send events without copying data to a giant buffer 2021-05-16 19:04:51 +09:00
uartproxy.h hv: Rename HV_HOOK proxy start type to HV 2021-05-25 20:12:20 +09:00
usb.c iodev: Add iodev_queue() API to queue data without kicking transmission 2021-05-16 19:04:51 +09:00
usb.h Rework kboot/chainload flow to shut down before calling the next stage 2021-04-17 18:12:59 +09:00
usb_dwc3.c iodev: Add iodev_queue() API to queue data without kicking transmission 2021-05-16 19:04:51 +09:00
usb_dwc3.h iodev: Add iodev_queue() API to queue data without kicking transmission 2021-05-16 19:04:51 +09:00
usb_dwc3_regs.h usb: add more registers and removed linux-specific code from usb_dwc3_regs.h 2021-04-15 18:39:33 +09:00
usb_types.h usb_dwc3: USB compliance improvements 2021-04-17 16:45:19 +09:00
utils.c utils: debug_printf: Use vsnprintf instead of vsprintf 2021-05-27 21:09:15 +09:00
utils.h utils.h: Do sysreg defines in a way that allows extracting the fields 2021-05-25 19:51:08 +09:00
utils_asm.S Basic exceptions, irq, cache mgmt support 2021-01-17 00:49:22 +09:00
vsprintf.c clang-format: Add include block configs, reformat 2021-02-06 16:44:10 +09:00
vsprintf.h Initial commit 2021-01-15 04:03:35 +09:00
wdt.c wdt: move WDT disable code to wdt.c & use ADT regs 2021-01-28 23:48:35 +09:00
wdt.h wdt: move WDT disable code to wdt.c & use ADT regs 2021-01-28 23:48:35 +09:00
xnuboot.h Import UART proxy 2021-01-15 04:04:12 +09:00