loader
loader copied to clipboard
WIP: feat: baremetalsupport aarch64
This pr aims to enable the loader to run on bare-metal aarch64 systems. The Initial drivers necessary for this only include qemu and ZynqMP.
The driver engine needs reworking before a merge is possible. It intends to read all properties of the serial device from the device-tree and select the appropriate driver. The drivers all commonly implement the SerialDriver trait.