aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add a note on HSMMiquel Sabaté Solà2024-12-051-0/+6
* Pass the hart ID on start_kernel insteadMiquel Sabaté Solà2024-12-042-9/+4
* Move documentation to the proper placesMiquel Sabaté Solà2024-12-042-6/+23
* Write down the requirement for the Zaamo extensionMiquel Sabaté Solà2024-12-031-1/+1
* Run a hart lottery on SMPMiquel Sabaté Solà2024-12-033-0/+40
* Remove stack pointer for each processMiquel Sabaté Solà2024-12-031-6/+0
* Simplify how we fetch the load addressMiquel Sabaté Solà2024-12-031-4/+5
* Simplify the constant on the size of the stackMiquel Sabaté Solà2024-12-031-7/+4
* Don't repeat the task name when printing the modelMiquel Sabaté Solà2024-12-021-0/+1
* Share the same stack everywhereMiquel Sabaté Solà2024-12-021-0/+3
* Prepend the name of the task on debugMiquel Sabaté Solà2024-12-022-3/+21
* Rename 'switch_to' to 'set_return_address_to'Miquel Sabaté Solà2024-11-301-4/+2
* Allow the kernel to run as a Linux imageMiquel Sabaté Solà2024-11-292-1/+25
* Show the detected machine modelMiquel Sabaté Solà2024-11-261-0/+6
* dt: Fetch the CPU frequency as wellMiquel Sabaté Solà2024-11-262-6/+21
* 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