Manojkiran Eda | 84855ab | 2021-12-05 11:09:02 +0530 | [diff] [blame] | 1 | 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) |
| 2 | option('bios-post-code-log', type:'feature',description:'bios post code log',value:'disabled') |
Bonnie Lo | c181937 | 2022-10-27 17:14:55 +0800 | [diff] [blame] | 3 | option('max-post-code-size-per-cycle', type:'integer', min:64, max: 1024, description: 'Maximum post code file size per cycle', value:512) |
Delphine CC Chiu | a4c19b0 | 2023-03-01 13:15:45 +0800 | [diff] [blame] | 4 | option('postcode-display-path', type:'string', description:'The sys path for postcode display on debug card') |