Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Flatten 'lib' directory into main 'src' tree | Himbeer | 2024-08-01 | 1 | -0/+38 |
| | |||||
* | Drop FDT support in favor of custom HWI format | Himbeer | 2024-05-23 | 1 | -41/+0 |
| | | | | Fixes numerous parsing bugs and increases efficiency. The kernel now runs successfully on the Lichee Pi 4A. | ||||
* | console: Remove UART driver | Himbeer | 2024-05-20 | 1 | -14/+0 |
| | |||||
* | Attempt to fix zeroed stack, unsuccessfully | Himbeer | 2024-05-20 | 1 | -1/+10 |
| | |||||
* | logging: Use UART directly if available | Himbeer | 2024-05-18 | 1 | -0/+46 |
Some SBIs don't implement the Debug Console extension. Using the UART is one solution, supporting the SBI Legacy extension might work too if it exists. |