search for: 727ac2b

Displaying 1 result from an estimated 1 matches for "727ac2b".

Did you mean: 7272b
2013 Nov 22
2
[PATCH v2 02/15] xen: arm64: Add Basic Platform support for APM X-Gene Storm.
...@ obj-$(CONFIG_ARM_32) += exynos5.o obj-$(CONFIG_ARM_32) += midway.o obj-$(CONFIG_ARM_32) += omap5.o obj-$(CONFIG_ARM_32) += sunxi.o +obj-$(CONFIG_ARM_64) += xgene-storm.o diff --git a/xen/arch/arm/platforms/xgene-storm.c b/xen/arch/arm/platforms/xgene-storm.c new file mode 100644 index 0000000..727ac2b --- /dev/null +++ b/xen/arch/arm/platforms/xgene-storm.c @@ -0,0 +1,52 @@ +/* + * xen/arch/arm/platforms/xgene-storm.c + * + * Applied Micro''s X-Gene specific settings + * + * Pranavkumar Sawargaonkar <psawargaonkar@apm.com> + * Anup Patel <apatel@apm.com> + * Copyright (c) 201...