This patch was previously patch 1 of 6 in the patch-series entitled "Intel MAX10 BMC Secure Update Driver". This is the only patch in the series that is subject to conflicts with other ongoing changes and is separated here to simplify maintenance of the patchset.
This patch creates a number of macro definitions that are required for the Intel MAX10 BMC Secure Update Driver. Changelog v8 -> v9: - Rebased on next-20210412 Changelog v7 -> v8: - Rebased on next-20210121 - Separated out from patchset: "Intel MAX10 BMC Secure Update Driver" Changelog v6 -> v7: - No change Changelog v5 -> v6: - No change Changelog v4 -> v5: - Renamed USER_FLASH_COUNT to STAGING_FLASH_COUNT Changelog v3 -> v4: - No change Changelog v2 -> v3: - Changed "MAX10 BMC Secure Engine driver" to "MAX10 BMC Secure Update driver" - Removed wrapper functions (m10bmc_raw_*, m10bmc_sys_*). The underlying functions will be called directly. Changelog v1 -> v2: - These functions and macros were previously distributed among the patches that needed them. They are now grouped together in a single patch containing changes to the Intel MAX10 BMC driver. - Added DRBL_ prefix to some definitions - Some address definitions were moved here from the .c files that use them. Russ Weight (1): mfd: intel-m10-bmc: support for MAX10 BMC Secure Updates include/linux/mfd/intel-m10-bmc.h | 85 +++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) -- 2.25.1