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

rangeley: Add efi support


Enable efi for rangeley machine for both
standard kernel and preempt-rt kernel

Signed-off-by: default avatarKishore Bodke <kishore.k.bodke@intel.com>
parent 8d544299
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ include bsp/common-pc-64/common-pc-64.scc ...@@ -8,6 +8,8 @@ include bsp/common-pc-64/common-pc-64.scc
include rangeley.scc include rangeley.scc
include cfg/efi-ext.scc
# default policy for preempt-rt kernels # default policy for preempt-rt kernels
include cfg/usb-mass-storage.scc include cfg/usb-mass-storage.scc
include cfg/boot-live.scc include cfg/boot-live.scc
......
...@@ -7,6 +7,8 @@ branch rangeley ...@@ -7,6 +7,8 @@ branch rangeley
include rangeley.scc include rangeley.scc
include cfg/efi-ext.scc
# default policy for standard kernels # default policy for standard kernels
include cfg/usb-mass-storage.scc include cfg/usb-mass-storage.scc
include cfg/boot-live.scc include cfg/boot-live.scc
......
...@@ -14,3 +14,5 @@ include features/hugetlb/hugetlb.scc ...@@ -14,3 +14,5 @@ include features/hugetlb/hugetlb.scc
#These features are required for Intel QAT Software #These features are required for Intel QAT Software
include features/pci-iov/pci-iov.scc include features/pci-iov/pci-iov.scc
include features/pci/pci.scc include features/pci/pci.scc
include cfg/efi.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