]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
plat/common: Implement `ukplat_bootinfo_fdt_setup`
authorSergiu Moga <sergiu.moga@protonmail.com>
Sun, 14 May 2023 15:21:55 +0000 (18:21 +0300)
committerUnikraft <monkey@unikraft.io>
Fri, 11 Aug 2023 10:18:44 +0000 (10:18 +0000)
commit1afb42342524ffdce124bcc7b7051f107deb5c78
tree5401f6014b3314680a833f01db3731adefa6e42a
parent8d4051b4fab850c5cc1aad9ae8c5f388e323483b
plat/common: Implement `ukplat_bootinfo_fdt_setup`

Add a method that updates the `ukplat_bootinfo` structure with
relevant information extracted from a `Devicetree` passed as
argument.

Signed-off-by: Sergiu Moga <sergiu.moga@protonmail.com>
Reviewed-by: Michalis Pappas <michalis@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #848
plat/common/bootinfo_fdt.c [new file with mode: 0644]
plat/common/include/uk/plat/common/bootinfo.h
plat/kvm/Makefile.uk
plat/linuxu/Makefile.uk
plat/xen/Makefile.uk