aboutsummaryrefslogtreecommitdiff
path: root/test/testdata
Commit message (Collapse)AuthorAgeFilesLines
* test: Add a DT test for a VisionFive2 boardMiquel Sabaté Solà2024-11-261-0/+0
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Fetch the initrd address from the DTB blobMiquel Sabaté Solà2024-11-201-0/+0
The kernel entry has a pointer to the DTB blob as a parameter. From this pointer we can parse the the DTB blob to find the properties "chosen->linux,initrd-start" and "chosen->linux,initrd-start". These properties are guaranteed to have 64-bit addresses which point where the initrd is in memory, which we need to fetch the binaries to be loaded. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>