|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH 1/3] build: Split ofw from kvm plat to independent library
Hello Jia He, Please find the comments inline: Thanks & Regards Sharan On 7/29/19 1:26 PM, Jia He wrote: This patch splits the device tree driver as a separate library from the kvm platform library. This is similar to what we do for virtio or pci drivers The discussion is at [1]. [1] https://lists.xenproject.org/archives/html/minios-devel/2019-07/msg00046.html Signed-off-by: Jia He <justin.he@xxxxxxx> Suggested-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> --- plat/kvm/Config.uk | 6 ++++++ plat/kvm/Makefile.uk | 14 +++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/plat/kvm/Config.uk b/plat/kvm/Config.uk index 5a6dfc1..096beb1 100644 --- a/plat/kvm/Config.uk +++ b/plat/kvm/Config.uk @@ -7,6 +7,7 @@ menuconfig PLAT_KVM select LIBUKTIMECONV select LIBNOLIBC if !HAVE_LIBC select LIBFDT if ARCH_ARM_64 We can remove this dependency from the PLAT_KVM library.
Is there a dependency on the common directory for the libofw? +LIBKVMOFW_CINCLUDES-y += -I$(LIBKVMPLAT_BASE)/include +LIBKVMOFW_CINCLUDES-y += -I$(UK_PLAT_COMMON_BASE)/include +LIBKVMOFW_CINCLUDES-y += -I$(UK_PLAT_DRIVERS_BASE)/include + +LIBKVMOFW_SRCS-$(CONFIG_ARCH_ARM_64) += \ + $(UK_PLAT_DRIVERS_BASE)/ofw/fdt.c + ## ## PCI library definitions ## _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |