Felix Held has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/74196 )
Change subject: cpu/x86/64bit/Makefile: use verstage_x86 make target ......................................................................
cpu/x86/64bit/Makefile: use verstage_x86 make target
Use the 'verstage_x86' make target for the mode_switch.S compilation unit instead of making adding it to the verstage target depending on VBOOT_STARTS_BEFORE_BOOTBLOCK not being selected. The only case where VBOOT_STARTS_BEFORE_BOOTBLOCK is selected is the verstage on PSP case, so I find using the 'verstage_x86' target here a bit easier to understand.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Iab618d4b9e325b07a648b91fcdce99c63644fbfc --- M src/cpu/x86/64bit/Makefile.inc 1 file changed, 18 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/74196/2