Attention is currently required from: Martin L Roth, Fred Reitberger, Kyösti Mälkki, Felix Held.
Hello build bot (Jenkins), Martin L Roth, Matt DeVillier,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74150
to look at the new patch set (#3).
Change subject: Makefile.inc: introduce all_x86 target ......................................................................
Makefile.inc: introduce all_x86 target
For compilation units that should be built for all stages that run on the x86 cores in a newer AMD SoC, but can't be built for verstage on PSP which is an ARM core, the 'all' target can't be used, since that would result in the compilation unit also being added to the verstage target in the verstage on PSP case. In order to not need to add a compilation unit to bootblock, verstage_x86, romstage, and ramstage in separate lines in the makefile, introduce the all_x86 target that adds a file to bootblock, verstage_x86, romstage, postcar, ramstage. The compilation units also need to be added to the postcar stage which is only present on the pre-Zen SoCs to be able to also use the all_x86 target in common AMD code that is also used in those pre-Zen SoCs.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I9d0184182b931185990094d0874b49c0b5cb9f7e --- M Makefile.inc 1 file changed, 25 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/74150/3