Skip to content
Snippets Groups Projects
Commit 60c5f505 authored by Kishore Bodke's avatar Kishore Bodke Committed by Bruce Ashfield
Browse files

rangeley: Add 32-bit support for Rangeley


Enable 32-bit machine for Rangeley.

Signed-off-by: default avatarKishore Bodke <kishore.k.bodke@intel.com>
parent a69b59b0
No related branches found
No related tags found
No related merge requests found
define KMACHINE rangeley32
define KTYPE preempt-rt
define KARCH i386
# no new branch required, re-use the ktypes/preempt-rt branch
include ktypes/preempt-rt
include bsp/common-pc-64/common-pc-64.scc
include rangeley32.scc
include cfg/efi-ext.scc
# default policy for preempt-rt kernels
include cfg/usb-mass-storage.scc
include cfg/boot-live.scc
include features/latencytop/latencytop.scc
include features/profiling/profiling.scc
define KMACHINE rangeley32
define KTYPE standard
define KARCH i386
include bsp/common-pc-64/common-pc-64-standard
branch rangeley
include rangeley32.scc
include cfg/efi-ext.scc
# default policy for standard kernels
include cfg/usb-mass-storage.scc
include cfg/boot-live.scc
include features/latencytop/latencytop.scc
include features/profiling/profiling.scc
kconf hardware rangeley.cfg
include cfg/x86.scc
include cfg/8250.scc
include features/power/intel.scc
include features/ixgbe/ixgbe.scc
include features/igb/igb.scc
# required for Intel DPDK Support
include features/intel-dpdk/intel-dpdk.scc
#These features are required for Intel QAT Software
include features/pci-iov/pci-iov.scc
include features/pci/pci.scc
include features/ciphers/ciphers.scc
include features/crypto/crypto.scc
include cfg/efi.scc
#Add smp support
include cfg/smp.scc
#Enable GCC inlining
include features/inline/inline.scc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment