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

2017-10-06 Thread Cal Sullivan



On 10/06/2017 12:30 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 

---
  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..ee37226 100644
--- a/bsp/intel-common/intel-corei7-64.scc
+++ b/bsp/intel-common/intel-corei7-64.scc
@@ -26,3 +26,6 @@ include features/telemetry/intel-telemetry.scc
  # This line comes last as it has the final word on
  # CONFIG values.
  kconf hardware intel-corei7-64.cfg
+
+# x2apic required by the Denverton platform to boot
+include features/x2apic/x2apic.scc

This should probably go above the line that says "This line comes last".

Thanks,
Cal
--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


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

2017-10-06 Thread Syed Mohamad Fauzi, Syed Johan Arif
Dear maintainer, 

This patch moves the kernel feature x2apic in intel-common-drivers.scc to 
intel-corei7-64. 
Leaving x2apic in intel-common-drivers will cause configcheck warnings for 
intel-core2-32.

Syed Mohamad Fauzi, Syed Johan Arif (1):
  intel-common-drivers: moved x2apic

 bsp/intel-common/intel-common-drivers.scc | 1 -
 bsp/intel-common/intel-corei7-64.scc  | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

-- 
1.9.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


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

2017-10-06 Thread Syed Mohamad Fauzi, Syed Johan Arif
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 

---
 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..ee37226 100644
--- a/bsp/intel-common/intel-corei7-64.scc
+++ b/bsp/intel-common/intel-corei7-64.scc
@@ -26,3 +26,6 @@ include features/telemetry/intel-telemetry.scc
 # This line comes last as it has the final word on
 # CONFIG values.
 kconf hardware intel-corei7-64.cfg
+
+# x2apic required by the Denverton platform to boot
+include features/x2apic/x2apic.scc
-- 
1.9.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto