Commit 8f9cf91
authored
fastrpc: upgrade 1.0.3 -> 1.0.4 (#1705)
Upgrade FastRPC from version 1.0.3 to 1.0.4
### Top-Level Changelog
**Core Enhancements**
- Refactored memory mapping with DSP address tracking for improved
correctness and robustness.
- Added help functionality to dsprpcd for better usability.
- Added support for the qcs615-ride target in Talos.
**CI/CD Improvements**
- Added nightly kernel build workflow with weekly artifact uploads.
- Introduced precompiled kernel workflow with S3-based artifact reuse.
- Enabled ABI compatibility checker in CI.
- Switched to generic overlay without kselftest and env-based test
method.
- Updated production S3 bucket for FastRPC artifacts.
**Build & Tooling Improvements**
- Moved -ldl, -lm, and $(USE_LOG) from LDFLAGS to *_LIBADD
for correct linkage semantics.
- Added cross-compilation dependency installation instructions.
**Code Cleanup & Maintenance**
- Removed stale asynchronous FastRPC code.
- Dropped unsupported ADSP_AVS_* environment handling from path
resolver.
- Updated .gitignore to include .dirstamp.
**Documentation Improvements**
- Converted PNG images to Mermaid diagrams in README for better
maintainability and clarity.
Full Changelog:
[v1.0.3...v1.0.4](qualcomm/fastrpc@v1.0.3...v1.0.4)1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments