[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT RFC PATCH 0/5] Pre-support of multi-thread for Arm
We implement interrupt controller library called gic-v2, rtc library, gertimeofday function and irq handler here for Arm. Also ffs/fls for non-x86 architectures is implemeted here. Then we can go to multi-thread support for Arm. As a freshman for unikraft community, I am not familiar with the special rules around here. So spare some time for me and I will be better. Jianyong Wu (3): plat/arm: Implement gic-v2 library for Arm plat/common: Implement PL031 RTC library for Arm plat/common: Implement gettimeofday function for Arm Wei Chen (2): plat/common: Add a trap function to handle Arm64 irq trap plat/common: Implement ffs/fls for non-x86 architectures include/uk/arch/arm/arm64/atomic.h | 32 +++ plat/common/arm/gic-v2.c | 477 +++++++++++++++++++++++++++++++++++++ plat/common/arm/rtc.c | 167 +++++++++++++ plat/common/arm/time.c | 19 +- plat/common/arm/traps.c | 27 +++ plat/common/bitops.c | 103 ++++++++ plat/common/include/arm/gic-v2.h | 374 +++++++++++++++++++++++++++++ plat/common/include/arm/rtc.h | 43 ++++ plat/common/include/irq.h | 15 ++ plat/kvm/Makefile.uk | 3 + plat/kvm/arm/exceptions.S | 10 +- plat/kvm/arm/setup.c | 17 +- 12 files changed, 1282 insertions(+), 5 deletions(-) create mode 100644 plat/common/arm/gic-v2.c create mode 100644 plat/common/arm/rtc.c create mode 100644 plat/common/bitops.c create mode 100644 plat/common/include/arm/gic-v2.h create mode 100644 plat/common/include/arm/rtc.h -- 2.7.4 IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |