summaryrefslogtreecommitdiffstats
path: root/src/usr/initservice/istepdispatcher/HBconfig
blob: ccbd43854c8fd6d630aa3baa82078ff5ced3b85e (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
config CONSOLE_OUTPUT_PROGRESS
    default y if CONSOLE
    depends on CONSOLE
    help
        Display boot progress to console.

config RECONFIG_LOOP_TESTS_ENABLE
    default y
    help
        Include functions for enabling reconfig loop testing.

config SIO_ISTEP_CONTROL
    default n
    depends on BMC_AST2400
    help
        Allows istep control via SIO scratch registers.
        Typical usage is via mailbox (scom) scratch registers.

config ISTEP_LPC_PORT80_DEBUG
    default n
    help
        Writes ISTEP progress to LPC port 80h.

config ISTEP_LPC_PORT8X_DEBUG
    default n
    help
        Writes detailed ISTEP progress to LPC port 81h / 82h.

config HANG_ON_MFG_SRC_TERM
    default y
    help
        Controls the behavior when terminating due to a fail when
        manufacturing stop-on-error mode is set.
        y: Hostboot will put itself into an infinite loop
        n: Hostboot will terminate (TI), relies on BMC to not reboot
OpenPOWER on IntegriCloud