aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/intel-common/intel-quark-standard.scc
blob: efec6d3a02111d0ee7333378f7fb47ad36ac799d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# SPDX-License-Identifier: MIT
# intel-quark-standard.scc
#
# Standard ktype for 32 bit Quark / X1000 CPUs
#

define KMACHINE intel-quark
define KARCH i386
define KTYPE standard

include ktypes/standard/standard.scc
# trying to drop this patch since we aren't carrying patches
# branch intel

# Enable booting from USB for Standard Kernel Image
include cfg/usb-mass-storage.scc
include cfg/boot-live.scc

include intel-common.scc
include features/power/intel.scc
include intel-common-drivers-32.scc
include intel-quark.scc