aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* kernel: Don't tamper the 'ra' register on switchMiquel Sabaté Solà2024-11-251-3/+4
* Accept tasks as a parameter on initrd extractionMiquel Sabaté Solà2024-11-241-1/+3
* Simplify the entry address computationMiquel Sabaté Solà2024-11-241-6/+18
* Simplify scheduling by introducing an init processMiquel Sabaté Solà2024-11-241-5/+2
* Enable exception handling from user modeMiquel Sabaté Solà2024-11-223-0/+16
* Fix initrd parsing because of a path changeMiquel Sabaté Solà2024-11-221-3/+3
* Enable the timer from the SBI interfaceMiquel Sabaté Solà2024-11-223-0/+18
* Add basic parsing for underlying ELF executablesMiquel Sabaté Solà2024-11-223-5/+11
* Initial parsing of the provided initrd fileMiquel Sabaté Solà2024-11-213-1/+15
* Fetch the initrd address from the DTB blobMiquel Sabaté Solà2024-11-205-3/+38
* Check the return value from SBI ecallsMiquel Sabaté Solà2024-11-192-11/+25
* Setup the stack for an init taskMiquel Sabaté Solà2024-11-198-8/+105
* Bootstrap the projectMiquel Sabaté Solà2024-08-243-0/+33