summaryrefslogtreecommitdiffstats
path: root/src/HBconfig
blob: 249f9cf34c41fd356ac1b816fd40a152d0847eed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# HBconfig file for VPO_COMPILE option
config VPO_COMPILE
    default n
    help
        Compile and build image for VPO environment

config P9_VPO_COMPILE
    default n
    help
        Compile and build image for VPO environment

config BMC_AST2500
    default n
    help
        Compile hostboot support for AST2500 based BMC

config BMC_AST2400
    default y if (BMC_AST2500)
    help
        Compile hostboot support for AST2400 based BMC

config P9_SYSTEM
    default y
    help
        Compile with P9 configurations

config P9_PAGE_TABLE
    default y
    help
        Use the P9 version of the page table setup

config INCLUDE_XML_OPPOWERVM
    default y
    help
        Indicates that a build should include the contents
        of attribute_types_oppowervm.xml and
        target_types_oppowervm.xml

config INCLUDE_XML_OPENPOWER
    default y
    help
        Indicates that a build should include the contents
        of attribute_types_openpower.xml and
        target_types_openpower.xml

config FSP_BUILD
    default n
    help
        Indicates that this is an FSP build

config SUPPORT_PARTIAL_CACHE
    default n
    help
        Support chips that do not have full cache --
        intended for early bringup of hardware
OpenPOWER on IntegriCloud