1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 09:40:59 +00:00
serenity/Kernel/Prekernel/Arch/aarch64
Nico Weber 697e6ccb89 Kernel: Add a Mailbox class for aarch64
As a demo, query the firmware version. `Meta/serenity.sh gdb aarch64`
can be used to observe that qemu puts 0x548E1 in x0 in response
to this mailbox message.
2021-09-19 17:45:59 +02:00
..
boot.S Kernel: Use new halt() for all our halting needs in aarch64 Prekernel 2021-09-19 17:45:59 +02:00
init.cpp Kernel: Add a Mailbox class for aarch64 2021-09-19 17:45:59 +02:00
Mailbox.cpp Kernel: Add a Mailbox class for aarch64 2021-09-19 17:45:59 +02:00
Mailbox.h Kernel: Add a Mailbox class for aarch64 2021-09-19 17:45:59 +02:00
MainIdRegister.cpp Kernel: Add a class to wrap aarch64 MIDR_EL1 2021-09-12 17:26:41 +00:00
MainIdRegister.h Kernel: Add a class to wrap aarch64 MIDR_EL1 2021-09-12 17:26:41 +00:00
MMIO.cpp Kernel: Add a MMIO class for aarch64 2021-09-19 17:45:59 +02:00
MMIO.h Kernel: Add a Mailbox class for aarch64 2021-09-19 17:45:59 +02:00