blob: c32fd309c25377022b1bfec828cbad97f11c13dc [file] [log] [blame]
Jason M. Bills6199ccf2021-10-21 14:48:59 -07001option('chassis-system-reset', type: 'feature', value : 'disabled',
2 description: 'Enable chassis system power reset to allow removing power and restoring back')
3option('use-plt-rst', type: 'feature', value : 'disabled',
Andrei Kartashev99e8f9d2022-01-09 12:15:05 +03004 description: 'Use the PLT_RST eSPI signal to detect warm reset instead of POST Complete')
5option('use-acboot', type: 'feature', value : 'disabled',
6 description: 'Use hardware Reset Reason to control Power Restore. Note: this only works with Intel-BMC')
Matt Simmering58e379d2022-09-23 14:45:50 -07007option('ignore-soft-resets-during-post', type: 'feature', value : 'disabled',
8 description: 'Ignore soft resets from host during POST')