1 /* SPDX-License-Identifier: GPL-2.0-only */
8 struct mma_config_param
{
10 size_t test_content_size
;
12 size_t test_param_size
;
15 /* Locate mma metadata in CBFS, parse, find and map mma test content and test param.
16 * Returns 0 on success, < 0 on failure.
18 int mma_map_param(struct mma_config_param
*mma_cfg
);
19 /* Locate the MMA hob from the FSP Hob list, This is implemented
20 * specific to FSP version.
21 * Returns 0 on success, < 0 on failure.
23 int fsp_locate_mma_results(const void **mma_hob
, size_t *mma_hob_size
);