1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:57:44 +00:00
serenity/Kernel/Arch/aarch64/RPi
Liav A a02c9c9569 Kernel: Abstract platform-specific serial port access from kprintf
kprintf should not really care about the hardware-specific details of
each UART or serial port out there, so instead of using x86 specific
instructions, let's ensure that we will compile only the relevant code
for debug output for a targeted-specific platform.
2022-09-20 18:43:05 +01:00
..
DebugOutput.cpp Kernel: Abstract platform-specific serial port access from kprintf 2022-09-20 18:43:05 +01:00
Framebuffer.cpp Kernel: Put Raspberry Pi devices into RPi namespace 2022-06-02 13:14:12 +01:00
Framebuffer.h Kernel: Put Raspberry Pi devices into RPi namespace 2022-06-02 13:14:12 +01:00
FramebufferMailboxMessages.h Kernel: Put Raspberry Pi devices into RPi namespace 2022-06-02 13:14:12 +01:00
GPIO.cpp Kernel: Put Raspberry Pi devices into RPi namespace 2022-06-02 13:14:12 +01:00
GPIO.h Kernel: Put Raspberry Pi devices into RPi namespace 2022-06-02 13:14:12 +01:00
InterruptController.cpp Kernel: Add driver for interrupt controller on the Raspberry Pi 2022-06-02 13:14:12 +01:00
InterruptController.h Kernel: Fix incorrect return type on aarch64 2022-07-25 16:01:46 +01:00
Mailbox.cpp Kernel: Put Raspberry Pi devices into RPi namespace 2022-06-02 13:14:12 +01:00
Mailbox.h Kernel: Put Raspberry Pi devices into RPi namespace 2022-06-02 13:14:12 +01:00
MMIO.cpp Kernel: Put Raspberry Pi devices into RPi namespace 2022-06-02 13:14:12 +01:00
MMIO.h Kernel: Put Raspberry Pi devices into RPi namespace 2022-06-02 13:14:12 +01:00
Timer.cpp Kernel: Move TrapFrame into its own header on aarch64 2022-08-14 09:44:48 +01:00
Timer.h Kernel: Add interrupt support to aarch64 RPi Timer driver 2022-06-02 13:14:12 +01:00
UART.cpp Kernel: Add logic to RPi UART driver to emit CR when encountering LF 2022-08-06 14:00:54 +01:00
UART.h Kernel: Add logic to RPi UART driver to emit CR when encountering LF 2022-08-06 14:00:54 +01:00