HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42342 )
Change subject: soc/amd/common/block/psp/psp_smm.c: Add missing <string.h> ......................................................................
soc/amd/common/block/psp/psp_smm.c: Add missing <string.h>
Change-Id: Idc1d72e92c97cd5139ae7439aadb575ef011129a Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/amd/common/block/psp/psp_smm.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/42342/1
diff --git a/src/soc/amd/common/block/psp/psp_smm.c b/src/soc/amd/common/block/psp/psp_smm.c index b0f9a41..e30897a 100644 --- a/src/soc/amd/common/block/psp/psp_smm.c +++ b/src/soc/amd/common/block/psp/psp_smm.c @@ -8,6 +8,8 @@ #include <console/console.h> #include <amdblocks/psp.h> #include <soc/iomap.h> +#include <string.h> + #include "psp_def.h"
#define C2P_BUFFER_MAXSIZE 0xc00 /* Core-to-PSP buffer */