summaryrefslogtreecommitdiffstats
path: root/src/build/configs/fsprelease.config
blob: 899d5f719bc8576a5e04027dcd4004de709bdf29 (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
#This file sets the HB config needed to work on an FSP based system

# The Serial Flash Controller is the IBM SFC
unset SFC_IS_AST2400
set SFC_IS_IBM_DPSS
unset ALLOW_MACRONIX_PNOR


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

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

config ENABLE_HDAT_IN_HOSTBOOT
    default n
    help
        Enable Initialization of Hypervisor Memory Space


set NO_SBE_UPDATES
OpenPOWER on IntegriCloud