Re: [Xen-devel] [PATCH] x86: add a user configurable Kconfig option for the VGA

2016-09-20 Thread Derek Straka
On Tue, Sep 20, 2016 at 9:12 AM, Jan Beulich wrote: > >>> On 20.09.16 at 14:35, wrote: > > On Wed, Sep 14, 2016 at 6:47 AM, Jan Beulich wrote: > > > >> >>> On 13.09.16 at 21:40, wrote: > >> > Allows for the

Re: [Xen-devel] [PATCH] x86: add a user configurable Kconfig option for the VGA

2016-09-20 Thread Derek Straka
On Wed, Sep 14, 2016 at 6:47 AM, Jan Beulich wrote: > >>> On 13.09.16 at 21:40, wrote: > > Allows for the conditional inclusion of VGA driver on the x86 platform > > rather than having it always enabled. > > So I guess with all three of these patches an

Re: [Xen-devel] [PATCH v2 2/2] x86: add a user configurable Kconfig option for the EHCI debug port

2016-09-19 Thread Derek Straka
Julien, On Mon, Sep 19, 2016 at 10:56 AM, Julien Grall <julien.gr...@arm.com> wrote: > Hello, > > On 19/09/2016 16:51, Derek Straka wrote: > >> Allows for the conditional inclusion of EHCI debug port driver on the x86 >> platform rather than having it alw

[Xen-devel] [PATCH v2 2/2] x86: add a user configurable Kconfig option for the EHCI debug port

2016-09-19 Thread Derek Straka
to enable/disable the inclusion of the EHCI debug port driver. Signed-off-by: Derek Straka <de...@asterius.io> --- xen/drivers/char/Kconfig | 5 + xen/drivers/char/Makefile | 2 +- xen/include/xen/serial.h | 12 +--- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git

[Xen-devel] [PATCH v2 1/2] x86: add a user configurable Kconfig option for the NS16550 UART

2016-09-19 Thread Derek Straka
the inclusion of the NS16550 UART driver. Signed-off-by: Derek Straka <de...@asterius.io> --- xen/drivers/char/Kconfig | 5 + xen/drivers/char/Makefile | 2 +- xen/include/xen/serial.h | 7 ++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/xen/drivers/char/Kconfig b/xen/d

[Xen-devel] [PATCH] x86: add a user configurable Kconfig option for the VGA

2016-09-13 Thread Derek Straka
/disable the inclusion of the VGA driver. Signed-off-by: Derek Straka <de...@asterius.io> --- xen/arch/x86/Kconfig| 1 - xen/arch/x86/efi/efi-boot.h | 7 +++ xen/arch/x86/setup.c| 5 + xen/drivers/video/Kconfig | 3 ++- xen/include/asm-x86/setup.h | 5 + xen/inclu

[Xen-devel] [PATCH 1/2] x86: add a user configurable Kconfig option for the NS16550 UART

2016-09-13 Thread Derek Straka
to enable/disable the inclusion of the NS16550 UART driver. Signed-off-by: Derek Straka <de...@asterius.io> --- xen/arch/x86/Kconfig | 1 - xen/drivers/char/Kconfig | 4 ++-- xen/include/xen/serial.h | 7 ++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/xen/arch/x86/Kco

[Xen-devel] [PATCH 2/2] x86: add a user configurable Kconfig option for the EHCI UART

2016-09-13 Thread Derek Straka
/disable the inclusion of the EHCI UART driver. Signed-off-by: Derek Straka <de...@asterius.io> --- xen/arch/x86/Kconfig | 1 - xen/drivers/char/Kconfig | 3 ++- xen/include/xen/serial.h | 12 +++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/xen/arch/x86/Kco

[Xen-devel] [PATCHv2] x86: Add a tboot Kconfig option

2016-08-18 Thread Derek Straka
at compile time rather than relying on the run-time detection and configuration. The CONFIG_CRYPTO option is 'n' by default and selected by the individual users that require the functionality. Currently, the only user is tboot. Signed-off-by: Derek Straka <de...@asterius.io> --- xen/Ru

[Xen-devel] [PATCH] x86: Add a tboot Kconfig option

2016-08-17 Thread Derek Straka
at compile time rather than relying on the run-time detection and configuration. Signed-off-by: Derek Straka <de...@asterius.io> --- xen/Rules.mk| 2 +- xen/arch/x86/Makefile | 2 +- xen/common/Kconfig | 11 +++ xen/include/asm-x86/tboot.