Files
rpi-buildroot/package/parsec/Config.in
Saeed Kazemi 04a5fa5ff7 package/parsec: new package
Hardware/platform abstraction service for TPMs, HSMs, and Root of Trust

https://github.com/parallaxsecond/parsec.git

Signed-off-by: Saeed Kazemi <kazemi.ms@gmail.com>
[Julien: add upstream patch to fix build]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-01-05 17:10:07 +01:00

16 lines
612 B
Plaintext

config BR2_PACKAGE_PARSEC
bool "parsec"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
select BR2_PACKAGE_HOST_RUSTC
help
Hardware/platform abstraction service for TPMs, HSMs, and
Root of Trust
PARSEC is the Platform AbstRaction for SECurity, an
open-source initiative to provide a common API to hardware
security and cryptographic services in a platform-agnostic
way. This abstraction layer keeps workloads decoupled from
physical platform details, enabling cloud-native delivery
flows within the data center and at the edge.
https://github.com/parallaxsecond/parsec.git