[linux-yocto] [kernel-cache][PATCH V2] intel-common-drivers: moved x2apic

Cal Sullivan california.l.sullivan at intel.com
Mon Oct 9 11:37:39 PDT 2017


Looks good to me.

Thanks,
Cal

On 10/07/2017 12:27 AM, Syed Mohamad Fauzi, Syed Johan Arif wrote:
> intel-common-drivers: moved the x2apic kernel feature to intel-corei7-64.scc,
> because it caused configcheck warnings for intel-core2-32
>
> Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif <syed.johan.arif.syed.mohamad.fauzi at intel.com>
> ---
>   bsp/intel-common/intel-common-drivers.scc | 1 -
>   bsp/intel-common/intel-corei7-64.scc      | 3 +++
>   2 files changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/bsp/intel-common/intel-common-drivers.scc b/bsp/intel-common/intel-common-drivers.scc
> index 6b0de8d..bd56165 100644
> --- a/bsp/intel-common/intel-common-drivers.scc
> +++ b/bsp/intel-common/intel-common-drivers.scc
> @@ -76,7 +76,6 @@ include cfg/dmaengine.scc
>   include features/uio/uio.scc
>   include cfg/efi-ext.scc
>   include features/input/keyboard-gpio.scc
> -include features/x2apic/x2apic.scc
>   
>   # default policy for standard kernels
>   include cfg/usb-mass-storage.scc
> diff --git a/bsp/intel-common/intel-corei7-64.scc b/bsp/intel-common/intel-corei7-64.scc
> index ad6099e..4d5a8a9 100644
> --- a/bsp/intel-common/intel-corei7-64.scc
> +++ b/bsp/intel-common/intel-corei7-64.scc
> @@ -23,6 +23,9 @@ include features/dca/dca.scc
>   # INTEL_TELEMETRY is currently 64 bit only
>   include features/telemetry/intel-telemetry.scc
>   
> +# x2apic required by the Denverton platform to boot
> +include features/x2apic/x2apic.scc
> +
>   # This line comes last as it has the final word on
>   # CONFIG values.
>   kconf hardware intel-corei7-64.cfg



More information about the linux-yocto mailing list