arch/x86: Add memmove.c to x86 bootblock
commit00b37d3007224ea5ae81f609d59ec4d54d06e217
authorMartin Roth <martin@coreboot.org>
Thu, 25 Jun 2020 20:34:46 +0000 (25 14:34 -0600)
committerMartin Roth <martinroth@google.com>
Wed, 8 Jul 2020 21:06:47 +0000 (8 21:06 +0000)
tree345df159582ebd6fd3b71257809b70b1e11d70c4
parentc35d4fa377fdf1a967ed426024d3886302d2081f
arch/x86: Add memmove.c to x86 bootblock

This was specifically needed for vboot with psp_verstage, but adding
it to always be built into bootblock if needed like memcpy & memset
makes sense.

TEST=Build & boot trembyle
BUG=None

Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: Ib724aaf1492edf053a593b42107684b7bf896592
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42823
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
src/arch/x86/Makefile.inc
src/soc/amd/picasso/Makefile.inc