blob: 13c434d16aef993442c17e196651b8745a9924d6 [file] [log] [blame]
Adriana Kobylak25209a22017-08-17 21:36:43 -05001BMC_RW_MTD = "bmc"
2BMC_RO_MTD = "alt-bmc+bmc"
3BMC_KERNEL_MTD = "bmc"
Adriana Kobylak1075f832018-03-29 15:16:09 -05004
Brad Bishop50eebe22019-07-17 19:05:46 -04005# Enable signature verification
6PACKAGECONFIG_append_witherspoon = " verify_signature"
7PACKAGECONFIG_append_swift = " verify_signature"
Adriana Kobylak74ce0352018-04-20 14:52:40 -05008
9# Enable sync of persistent files to the alternate BMC chip
Brad Bishop50eebe22019-07-17 19:05:46 -040010PACKAGECONFIG_append_witherspoon = " sync_bmc_files"
11PACKAGECONFIG_append_swift = " sync_bmc_files"