Attention is currently required from: Arthur Heymans, Martin Roth.
Martin L Roth has uploaded a new patch set (#10) to the change originally created by Arthur Heymans. ( https://review.coreboot.org/c/coreboot/+/76511?usp=email )
The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)
Change subject: vendorcode/amd: Hook up opensil ......................................................................
vendorcode/amd: Hook up opensil
OpenSIL has a native buildsystem using meson and configuration mechanism using kconfiglib.
To be able to use the coreboot toolchain with opensil, meson crossfiles are used, which get generated by coreboot makefiles.
Configuration of opensil is done in a similar fashion with a template defconfig after which kconfiglib is called to generate headers.
Signed-off-by: Arthur Heymans arthur@aheymans.xyz Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: Ide2d181914116119dfd37b1511d89ea965729141 --- M src/vendorcode/amd/Kconfig M src/vendorcode/amd/Makefile.inc A src/vendorcode/amd/opensil/Kconfig A src/vendorcode/amd/opensil/Kconfig.debug A src/vendorcode/amd/opensil/Makefile.inc A src/vendorcode/amd/opensil/genoa_poc/meson_cross.template A src/vendorcode/amd/opensil/genoa_poc/opensil_config.template 7 files changed, 218 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/76511/10