[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 40/41] xen: arm64: Add ACPI support
+shannon On 18 May 2015 at 01:34, Parth Dixit <parth.dixit@xxxxxxxxxx> wrote: > From: Naresh Bhat <naresh.bhat@xxxxxxxxxx> > > Add ACPI support on arm64 xen hypervisor. > > Signed-off-by: Naresh Bhat <naresh.bhat@xxxxxxxxxx> > --- > config/arm64.mk | 1 + > xen/include/asm-arm/config.h | 5 +++++ > 2 files changed, 6 insertions(+) > > diff --git a/config/arm64.mk b/config/arm64.mk > index e24c1d1..bce9107 100644 > --- a/config/arm64.mk > +++ b/config/arm64.mk > @@ -10,6 +10,7 @@ HAS_PL011 := y > HAS_CADENCE_UART := y > HAS_NS16550 := y > HAS_MEM_ACCESS := y > +HAS_ACPI := y > > # Use only if calling $(LD) directly. > LDFLAGS_DIRECT += -EL > diff --git a/xen/include/asm-arm/config.h b/xen/include/asm-arm/config.h > index 3b23e05..0170925 100644 > --- a/xen/include/asm-arm/config.h > +++ b/xen/include/asm-arm/config.h > @@ -33,6 +33,11 @@ > > #define CONFIG_ARM_L1_CACHE_SHIFT 7 /* XXX */ > > +#if defined(CONFIG_ARM_64) > +#define CONFIG_ACPI 1 > +#define CONFIG_ACPI_BOOT 1 > +#endif > + > #define CONFIG_SMP 1 > > #define CONFIG_VIDEO 1 > -- > 1.9.1 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |