summaryrefslogtreecommitdiffstats
path: root/src/HBconfig
blob: 2bba0f99551949ceb088a6ab3bc53b83fbb81018 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# 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

config AXONE
    default n
    help
        Only enabled for Axone

config AXONE_BRING_UP
    default n
    help
        Only enable for Axone bringup, will be removed eventually

config SUPPORT_EEPROM_CACHING
    default n
    help
        If enabled will read data off eeproms and cache in PNOR's
        EECACHE section.
OpenPOWER on IntegriCloud