[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [PATCH ARM v9 0/3] mini-os: initial ARM support
This series is based on Karim's ARM support commits, further broken up into smaller patches. Changes since v8: - Updated for standalone Mini-OS repository (fetch libfdt using git submodule) - Added fix for compiling with debug=n Addressed comments from Ian Campbell and Julien Grall: - Drop obsolete interrupt configuration - Write directly to GICD_ISENABLER (no need to read the old value first) - Don't log spurious interrupts as unhandled even if debug logging is enabled Thomas Leonard (3): mini-os: fix compiling with debug=n mini-os: arm: interrupt controller mini-os: arm: build system .gitmodules | 3 + COPYING | 27 ++++++ Config.mk | 2 + Makefile | 27 +++++- arch/arm/Makefile | 35 ++++++++ arch/arm/arch.mk | 6 ++ arch/arm/gic.c | 238 +++++++++++++++++++++++++++++++++++++++++++++++++++ dtc | 1 + include/lib.h | 4 +- include/libfdt_env.h | 33 +++++++ lib/memmove.c | 45 ++++++++++ lib/string.c | 12 +++ minios.mk | 2 +- 13 files changed, 432 insertions(+), 3 deletions(-) create mode 100644 .gitmodules create mode 100755 arch/arm/Makefile create mode 100644 arch/arm/arch.mk create mode 100644 arch/arm/gic.c create mode 160000 dtc create mode 100644 include/libfdt_env.h create mode 100644 lib/memmove.c -- 2.4.2 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |