[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v2 0/5] Enable solo5 platform support
Hi, As discussed with Simon and Ricardo in the email loop, Solo5(formerly known as ukvm) would make most sense as another and new platform library for the unikraft, this patch set will try to enable the solo5 platform support. Currently, the implementation has been tested with the hello-world application on both x86-64 and arm64 machine. v1->v2: - add a menu option to solo5 platform that enable build of solo5 monitor; - change the solo5 src codes download method, and use the unikraft build system "fetch" and "extract" method. Regards, Haibo Haibo Xu (5): plat/solo5: Add solo5 platform Config.uk file plat/solo5: Add solo5 platform link files. plat/solo5: Add solo5 platform Makefile.uk plat/solo5: Add the solo5 API declaration in solo5.h plat/solo5: Add platform interface implementation plat/Config.uk | 1 + plat/Linker.uk | 1 + plat/Makefile.uk | 1 + plat/solo5/Config.uk | 17 ++ plat/solo5/Linker.uk | 61 +++++++ plat/solo5/Makefile.uk | 56 +++++++ plat/solo5/console.c | 45 +++++ plat/solo5/include/solo5/setup.h | 49 ++++++ plat/solo5/include/solo5/solo5.h | 280 +++++++++++++++++++++++++++++++ plat/solo5/io.c | 41 +++++ plat/solo5/irq.c | 28 ++++ plat/solo5/lcpu.c | 75 +++++++++ plat/solo5/link64.lds | 94 +++++++++++ plat/solo5/memory.c | 81 +++++++++ plat/solo5/setup.c | 42 +++++ plat/solo5/shutdown.c | 37 ++++ plat/solo5/time.c | 56 +++++++ 17 files changed, 965 insertions(+) create mode 100644 plat/solo5/Config.uk create mode 100644 plat/solo5/Linker.uk create mode 100644 plat/solo5/Makefile.uk create mode 100644 plat/solo5/console.c create mode 100644 plat/solo5/include/solo5/setup.h create mode 100644 plat/solo5/include/solo5/solo5.h create mode 100644 plat/solo5/io.c create mode 100644 plat/solo5/irq.c create mode 100644 plat/solo5/lcpu.c create mode 100644 plat/solo5/link64.lds create mode 100644 plat/solo5/memory.c create mode 100644 plat/solo5/setup.c create mode 100644 plat/solo5/shutdown.c create mode 100644 plat/solo5/time.c -- 2.17.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |