Timon Kruiper
|
63ee2781fb
|
Kernel: Put Raspberry Pi devices into RPi namespace
This makes it clear in the code that these drivers are specific for the
Raspberry Pi devices.
|
2022-06-02 13:14:12 +01:00 |
|
Timon Kruiper
|
1f3977b303
|
Kernel: Remove Prekernel namespace in the aarch64 Kernel
Now that we merged all the Prekernel files into the Kernel files, we can
get rid of the Prekernel namespace as well.
|
2022-05-12 23:14:05 +02:00 |
|
Timon Kruiper
|
83265b4cb2
|
Kernel: Replace calls to UART::print_str() with dbgln()
Since we can now use dbgln() in the aarch64 Kernel, lets use it! :^)
|
2022-05-03 00:59:35 +02:00 |
|
Tiaan Louw
|
678555af97
|
Kernel: Adjust includes after file reorganization
|
2022-04-08 15:06:33 +01:00 |
|
James Mintram
|
d94c7fa417
|
Kernel: Improve the aarch64 kernel source files disk layout
|
2022-04-06 08:56:20 +01:00 |
|