[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH 0/2] plat/xen: Make Arm32 build again
This patch series makes the linux userspace platform build for Arm32 again. As before, scheduling (platform features for Arm32 still missing) and memory mangement (crash) are not working yet. Simon Kuenzer (2): plat/xen: Split emergency and hypervisor console plat/xen: CPU definition for Arm32 plat/common/include/arm/arm/cpu.h | 12 +- plat/xen/Config.uk | 34 ++++- plat/xen/Makefile.uk | 10 +- plat/xen/console.c | 254 ++++++---------------------------- plat/xen/emg_console.c | 87 ++++++++++++ plat/xen/hv_console.c | 252 +++++++++++++++++++++++++++++++++ plat/xen/include/common/console.h | 9 +- plat/xen/include/common/emg_console.h | 45 ++++++ plat/xen/include/common/hv_console.h | 49 +++++++ plat/xen/shutdown.c | 2 +- plat/xen/x86/setup.c | 4 +- 11 files changed, 527 insertions(+), 231 deletions(-) create mode 100644 plat/xen/emg_console.c create mode 100644 plat/xen/hv_console.c create mode 100644 plat/xen/include/common/emg_console.h create mode 100644 plat/xen/include/common/hv_console.h -- 2.11.0 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |