option( 'max-boot-cycle-count', type: 'integer', min: 1, max: 100, description: 'Maximum boot cycles for which the post codes should be persisted', value: 100, ) option( 'bios-post-code-log', type: 'feature', description: 'bios post code log', value: 'disabled', ) option( 'max-post-code-size-per-cycle', type: 'integer', min: 64, max: 1024, description: 'Maximum post code file size per cycle', value: 512, ) option( 'postcode-display-path', type: 'string', description: 'The sys path for postcode display on debug card', )