riscv: add support for device tree

This commit is contained in:
xvanc
2024-05-30 10:53:21 -05:00
parent 1ebeb06570
commit 65e2c1b4d8
3 changed files with 96 additions and 2 deletions

View File

@@ -26,6 +26,8 @@ extern UINT32 efi_desc_ver;
extern bool efi_boot_services_exited;
bool efi_exit_boot_services(void);
void *get_device_tree_blob(void);
#endif
extern struct volume *boot_volume;