soc/amd/*/psp_verstage/svc: Make svc.h macros common
commitb9dd2561f81f2fcefcf756a68c14cdf5cbad2317
authorFred Reitberger <reitbergerfred@gmail.com>
Tue, 11 Oct 2022 13:54:30 +0000 (11 09:54 -0400)
committerFelix Held <felix-coreboot@felixheld.de>
Thu, 13 Oct 2022 15:44:15 +0000 (13 15:44 +0000)
treed1d522c14287fb0833649300350ce18abeba9c80
parent73d7f3e8378445141f87db95efbeecf76c0c3ab8
soc/amd/*/psp_verstage/svc: Make svc.h macros common

The psp_verstage/svc.h SVC_CALLx macros are virtually
identical between picasso/cezanne/mendocino, so move
to common.

TEST=timeless builds are identical

Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com>
Change-Id: I86a8d9b043f68c01ee487f2cdbf7f61934b4a520
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68277
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
src/soc/amd/cezanne/psp_verstage/svc.c
src/soc/amd/common/psp_verstage/include/svc_call.h [moved from src/soc/amd/cezanne/psp_verstage/svc.h with 94% similarity]
src/soc/amd/mendocino/psp_verstage/svc.c
src/soc/amd/mendocino/psp_verstage/svc.h
src/soc/amd/morgana/psp_verstage/svc.c
src/soc/amd/morgana/psp_verstage/svc.h
src/soc/amd/picasso/psp_verstage/svc.c
src/soc/amd/picasso/psp_verstage/svc.h [deleted file]