1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:37:44 +00:00
serenity/Kernel/Arch/aarch64/RPi
Sönke Holz 93b6111f47 Kernel/aarch64: Unbreak RPi framebuffer boot console
342c707 introduced an additional check whether this flag is set
before trying to use the multiboot-provided framebuffer console.
2023-11-30 13:13:54 -07:00
..
DebugOutput.cpp Kernel: Abstract platform-specific serial port access from kprintf 2022-09-20 18:43:05 +01:00
Framebuffer.cpp Kernel/aarch64: Unbreak RPi framebuffer boot console 2023-11-30 13:13:54 -07:00
Framebuffer.h Kernel/aarch64: Remove drawing of logo on the framebuffer during init 2023-05-13 07:56:00 +02:00
FramebufferMailboxMessages.h Kernel: Fix typo in the FramebufferGetPitchMboxMessage name 2023-04-07 10:43:45 +02:00
GPIO.cpp Kernel: Allow enabling high level detection on GPIOs 2023-03-25 16:50:36 +00:00
GPIO.h Kernel: Allow enabling high level detection on GPIOs 2023-03-25 16:50:36 +00:00
InterruptController.cpp Everywhere: Remove unused includes of AK/Format.h 2023-01-02 20:27:20 -05:00
InterruptController.h Kernel: Repair build for aarch64 2023-01-05 19:47:07 +01:00
Mailbox.cpp Kernel: Use Processor::wait_check in loops waiting for HW to respond 2023-09-15 11:07:35 -06:00
Mailbox.h Kernel: Add query for VideoCore and ARM physical memory ranges 2023-06-06 15:45:52 +02:00
MiniUART.cpp Kernel: Use Processor::wait_check in loops waiting for HW to respond 2023-09-15 11:07:35 -06:00
MiniUART.h Kernel: Add character device driver for the RPi "mini UART" (UART1) 2023-05-17 01:32:43 -06:00
MMIO.cpp Revert "Kernel: Migrate ‘main id registerʼ access in Aarch64 MMIO" 2023-02-17 11:29:33 -07:00
MMIO.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
SDHostController.cpp Kernel: Add an SD card driver for the aarch64 port 2023-03-25 16:50:36 +00:00
SDHostController.h Kernel: Move the Storage directory to be a new directory under Devices 2023-06-02 11:04:37 +02:00
Timer.cpp Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Timer.h Kernel: Add RPi::Timer::get_clock_rate() 2023-05-17 01:32:43 -06:00
UART.cpp Kernel: Use Processor::wait_check in loops waiting for HW to respond 2023-09-15 11:07:35 -06:00
UART.h Kernel: Add logic to RPi UART driver to emit CR when encountering LF 2022-08-06 14:00:54 +01:00
Watchdog.cpp Kernel: Add RPi Watchdog and use it for system shutdown 2023-05-17 01:32:43 -06:00
Watchdog.h Kernel: Add RPi Watchdog and use it for system shutdown 2023-05-17 01:32:43 -06:00