Lines Matching +full:master +full:- +full:side

2 # https://github.com/openbmc/docs/blob/master/architecture/code-update/flash-layout.md#supported-fi…
3 # - static: NOR flash configured with fixed-sized MTD partitions.
4 # - ubi: NOR flash device configured with UBI volumes.
5 # - mmc: eMMC flash device configured with ext4 filesystems.
6 option('bmc-layout', type: 'combo',
12 option('host-bios-upgrade', type: 'feature', value: 'enabled',
15 option('sync-bmc-files', type: 'feature', value: 'enabled',
20 option('verify-signature', type: 'feature', value: 'enabled',
24 'usb-code-update', type: 'feature', value: 'enabled',
28 option('software-update-dbus-interface', type: 'feature', value: 'enabled',
29 …'Implementation using software update D-Bus interface - https://github.com/openbmc/docs/blob/maste…
33 'side-switch-on-boot', type: 'feature', value: 'enabled',
34 description: 'Automatic flash side switch on boot',
39 'active-bmc-max-allowed', type: 'integer',
45 'hash-file-name', type: 'string',
51 'img-upload-dir', type: 'string',
57 'manifest-file-name', type: 'string',
63 'media-dir', type: 'string',
65 description: 'The base dir where all read-only partitions are mounted.',
69 'optional-images', type: 'array',
75 'publickey-file-name', type: 'string',
81 'signature-file-ext', type: 'string',
87 'signed-image-conf-path', type: 'string',
93 'sync-list-dir-path', type: 'string',
99 'sync-list-file-name', type: 'string',
105 'bmc-msl', type: 'string',
111 'regex-bmc-msl', type: 'string',
117 'bios-object-path', type: 'string',
122 option('bmc-static-dual-image', type: 'feature', value: 'enabled',
126 'alt-rofs-dir', type: 'string',
127 value: '/run/media/rofs-alt',
128 description: 'The base dir where all read-only partitions are mounted.',
132 'alt-rwfs-dir', type: 'string',
133 value: '/run/media/rwfs-alt/cow',
134 description: 'The dir for alt-rwfs partition.',