HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60641 )
Change subject: soc/amd/common/pi/agesawrapper.c: Include <string.h> ......................................................................
soc/amd/common/pi/agesawrapper.c: Include <string.h>
"memcpy" needs <string.h>
Change-Id: I5b7b3a94acbb7e4f9614fcf3f06d68e6ac72f4f1 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/amd/common/pi/agesawrapper.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/60641/1
diff --git a/src/soc/amd/common/pi/agesawrapper.c b/src/soc/amd/common/pi/agesawrapper.c index ca576ba..5083c8a 100644 --- a/src/soc/amd/common/pi/agesawrapper.c +++ b/src/soc/amd/common/pi/agesawrapper.c @@ -11,6 +11,7 @@ #include <soc/pci_devs.h> #include <soc/northbridge.h> #include <soc/cpu.h> +#include <tring.h>
void __weak SetMemParams(AMD_POST_PARAMS *PostParams) {} void __weak OemPostParams(AMD_POST_PARAMS *PostParams) {}