Add Agilex 5 FCS Yocto integration using libfcs - #176
Open
aidangarske wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds an opt-in Yocto integration path for wolfSSL hardware offload on Altera Agilex 5 using the FCS (Secure Device Manager) userspace library, including both a standalone libfcs recipe and integration hooks for GSRD-provided gsrd-intel-fcs-lib.
Changes:
- Adds a
libfcsrecipe and wolfSSL.bbappendto enable FCS offload on AArch64 targets (with multilib considerations). - Adds a GSRD-focused
.bbappendto provide the unversionedlibFCS.solinker name expected by consumers. - Adds documentation links and a detailed end-to-end Agilex 5 image build/deploy/verification guide.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| recipes-support/README.md | Adds a pointer to the Agilex 5 libfcs integration guide. |
| recipes-support/libfcs/wolfssl_%.bbappend | Opt-in wolfSSL configure/dependency hooks for FCS offload on AArch64 target builds. |
| recipes-support/libfcs/libfcs_git.bb | New CMake-based libfcs recipe with install fixups and libFCS.so linker-name handling. |
| recipes-support/libfcs/gsrd-intel-fcs-lib_%.bbappend | Adds a linker-name symlink for the GSRD-provided runtime library. |
| recipes-support/libfcs/agilex5/README.md | Full Agilex 5 workflow documentation for building, deploying, and validating offload. |
| README.md | Updates top-level documentation index to mention libfcs/Agilex 5 SDM support. |
| conf/layer.conf | Adds an opt-in layer switch (WOLFSSL_ALTERA_FCS) to include libfcs recipes/appends. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
aidangarske
force-pushed
the
agilex5-fcs-support
branch
from
August 4, 2026 00:36
a7f00a2 to
d900dc6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description