Re: [PATCH V4 15/23] acpi, mcfg: Implement two calls that might be used to inject/remove MCFG region.

2016-02-12 Thread Tomasz Nowicki
On 10.02.2016 15:06, Lorenzo Pieralisi wrote: On Thu, Feb 04, 2016 at 06:28:53PM +0100, Tomasz Nowicki wrote: >Lets abstract two calls which allow to inject and remove MCFG regions >which may come from DSDT table. These calls will be used for x86 and ARM64 >PCI host bridge driver in the later

Re: [PATCH V4 15/23] acpi, mcfg: Implement two calls that might be used to inject/remove MCFG region.

2016-02-12 Thread Tomasz Nowicki
On 10.02.2016 15:06, Lorenzo Pieralisi wrote: On Thu, Feb 04, 2016 at 06:28:53PM +0100, Tomasz Nowicki wrote: >Lets abstract two calls which allow to inject and remove MCFG regions >which may come from DSDT table. These calls will be used for x86 and ARM64 >PCI host bridge driver in the later

Re: [PATCH V4 15/23] acpi, mcfg: Implement two calls that might be used to inject/remove MCFG region.

2016-02-10 Thread Lorenzo Pieralisi
On Thu, Feb 04, 2016 at 06:28:53PM +0100, Tomasz Nowicki wrote: > Lets abstract two calls which allow to inject and remove MCFG regions > which may come from DSDT table. These calls will be used for x86 and ARM64 > PCI host bridge driver in the later patches. > > Signed-off-by: Tomasz Nowicki >

Re: [PATCH V4 15/23] acpi, mcfg: Implement two calls that might be used to inject/remove MCFG region.

2016-02-10 Thread Lorenzo Pieralisi
On Thu, Feb 04, 2016 at 06:28:53PM +0100, Tomasz Nowicki wrote: > Lets abstract two calls which allow to inject and remove MCFG regions > which may come from DSDT table. These calls will be used for x86 and ARM64 > PCI host bridge driver in the later patches. > > Signed-off-by: Tomasz Nowicki