
Hi Takahiro,
On Tue, 27 Jul 2021 at 03:12, AKASHI Takahiro takahiro.akashi@linaro.org wrote:
This new configuration, which was derived from sandbox_defconfig, will be used solely to run efi capsule authentication test as the test requires a public key (esl file) to be embedded in U-Boot binary.
Signed-off-by: AKASHI Takahiro takahiro.akashi@linaro.org
configs/sandbox_capsule_auth_defconfig | 307 +++++++++++++++++++++++++ 1 file changed, 307 insertions(+) create mode 100644 configs/sandbox_capsule_auth_defconfig
NAK.
Please just add it to sandbox_defconfig. We sometimes have to create new variants when dealing with actual build variations (e.g. SPL, building without OF_LIVE), but here we should just enable the feature in sandbox_defconfig.
We already covered embedding key in the binary on another thread. Please don't do that. After that debacle I sent a patch explaining this:
http://patchwork.ozlabs.org/project/uboot/patch/20210725164400.468319-3-sjg@...
Regards, Simon