mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
`libspdm 3.3.0` and later support the SPDM event capability, however this patch disables support for EVENT_CAP as it is optional, and requires additional functionality implemented at link time. `libspdm 3.4.0` also introduces SPDM1.3 measurement extention log (MEL). Leave this off by default for the same reason as above. The license file has changed, for two reasons: - The copyright years have been updated - The license was simplified to be really a pure BSD 3 Clause license, instead of a modified license that had some special patent disclaimer/clauses. See https://github.com/DMTF/libspdm/issues/2682 for more details. We don't need to change LIBSPDM_LICENSE because it was already only saying BSD-3-Clause (which was slightly wrong) Signed-off-by: Wilfred Mallawa <wilfred.mallawa@wdc.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>