libspdm: add support for ppc64le

Recently picked this up over in the OpenBMC project and noticed our
ppc64le based server could no longer build the code.

Verified this change allows everything to build fine on ppc64le servers
now.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andrew Geissler 2025-02-12 13:17:23 -06:00 committed by Khem Raj
parent 313acb4788
commit f6352cd450
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -37,6 +37,7 @@ def get_spdm_multiarch(bb, d):
"aarch64": "aarch64",
"riscv32": "riscv32",
"riscv64": "riscv64",
"ppc64le": "ppc64le",
}
if target_arch in multiarch_options :