xref: /openbmc/phosphor-post-code-manager/meson.options (revision fe73f77c271732af94ddd826f6dd62982e5e185a)
1d4430278SPatrick Williamsoption(
2d4430278SPatrick Williams    'max-boot-cycle-count',
3d4430278SPatrick Williams    type: 'integer',
4d4430278SPatrick Williams    min: 1,
5d4430278SPatrick Williams    max: 100,
6d4430278SPatrick Williams    description: 'Maximum boot cycles for which the post codes should be persisted',
7d4430278SPatrick Williams    value: 100,
8d4430278SPatrick Williams)
9d4430278SPatrick Williamsoption(
10d4430278SPatrick Williams    'bios-post-code-log',
11d4430278SPatrick Williams    type: 'feature',
12d4430278SPatrick Williams    description: 'bios post code log',
13d4430278SPatrick Williams    value: 'disabled',
14d4430278SPatrick Williams)
15d4430278SPatrick Williamsoption(
16d4430278SPatrick Williams    'max-post-code-size-per-cycle',
17d4430278SPatrick Williams    type: 'integer',
18d4430278SPatrick Williams    min: 64,
19*fe73f77cSColin Huang    max: 20480,
20d4430278SPatrick Williams    description: 'Maximum post code file size per cycle',
21d4430278SPatrick Williams    value: 512,
22d4430278SPatrick Williams)
23d4430278SPatrick Williamsoption(
24d4430278SPatrick Williams    'postcode-display-path',
25d4430278SPatrick Williams    type: 'string',
26d4430278SPatrick Williams    description: 'The sys path for postcode display on debug card',
27d4430278SPatrick Williams)
28