Block a user
FDT parser should be modularized
aarch64 implementation should pick which serial port it wants to use by its own
Overall repository cleanup
This is almost completely done, only thing I now see are the compile-toolchain script and the Makefile only targetting aarch64 (RPi3 to be exact), the aarch64 linker script being aligned by 4K…
C library implementation is lacking
Get MMIO address from FDT
Let it be recorded in history that we almost bruteforced the logic from reading the device tree before me finding the link I posted in the previous comment.
Overall repository cleanup
As said in asagiri/asagiri#11 we should modularize code and stop repeating it in folders. One such example of this is that there is an implementation of strlen in…