-
Notifications
You must be signed in to change notification settings - Fork 4
wip: update to upstream version 1.0.1 #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
650905b
Remove CR-LF from the rest of the files
lumag 028d21c
Clean-up: Remove unused Android-specific DSP HAL code
Jianping-Li 14c7c27
Remove CR-LF from the rest of the files (#222)
ekanshibu 2ce1792
rpcmem: Register rpcmem-allocated buffers with fastrpc memory framework
quic-parihar f7f0080
Clean-up: Remove unused Android-specific DSP HAL code (#223)
ekanshibu bd8980c
rpcmem: Register rpcmem-allocated buffers with fastrpc memory framewo…
ekanshibu d2ec9f5
Have a single source file for all daemons
Jianping-Li 25c03ef
Have a single source file for all daemons (#209)
ekanshibu 333bd54
CI: Docker-based pre-merge pipeline for FastRPC
quic-mtharu 85aa6d5
CI: Pre merge verification - Sync, Build and Test. (#205)
ekanshibu 1ee463d
Add changes to support GPDSPs offloading
quic-lxu5 83cfc8a
CI: Switch all reusable workflow references to 'development' branch (…
quic-mtharu 2592eb4
inc: drop AEEStdDef.h from rpcmem.h to fix build
ekanshibu 14e7963
Add changes to support GPDSPs offloading (#211)
ekanshibu 53a2f9b
test: Update fastrpc_test to append library paths
quic-vkatoch 487c44c
test: Update fastrpc_test README for install and run
quic-vkatoch 90cddf9
Update README.md with Clear Instructions for fastrpc_test (#194)
ekanshibu 9577aa7
Reduce log verbosity to prevent syslog flooding
quic-vkatoch aa08ed9
Remove PRINT_WARN_USE_DOMAINS macro completely
quic-vkatoch e7929db
Reduce log verbosity to prevent syslog flooding and improve error vis…
ekanshibu 2d1768e
Fix ramdisk unpack and repack logic for fastrpc validation (#238)
quic-mtharu ec7bf16
CI: Automate fastrpc deployment
quic-mtharu 4c9b901
CI: push fastrpc tests to appropriate directories (#242)
quic-mtharu 939b2a1
Enable PD exception logging by default
quic-parihar 8c54dc7
Matrix Consolidation & Simplified LAVA Machine Assignment
quic-mtharu 3a5185a
CI Update: Refactored pull_request_target Workflow
quic-mtharu 1f0f38a
CI Optimization: Ignore .github Directory in Workflow Trigger
quic-mtharu c5f6417
GitHub Actions Workflow Improvements (#250)
quic-mtharu efc28a5
Add GitHub Actions workflow for ABI/API compatibility check
quic-vkatoch fc10de3
Target-Specific Enhancements: qcs6490 Support & Path Resolution
quic-mtharu fe39cf9
Flexible Matching Logic for Target Path Resolution
quic-mtharu df3e9ac
Attribute Renaming: Standardized Target Configuration Fields
quic-mtharu 8641a1a
Enable PD exception logging by default (#243)
ekanshibu 1316edf
dsprpcd: dlopen versioned listener libraries with fallback
thiru31 12e90f2
inc: add required include files at instal
f0947c8
Move pthread_key_create initialization earlier in fastrpc_apps_user_init
quic-amanp f077e4d
dsprpcd: dlopen versioned listener libraries with fallback (#240)
ekanshibu bffbd35
Fix PD exception logging
Jianping-Li e5d427c
Fix PD exception logging (#256)
ekanshibu 31de90e
Move pthread_key_create initialization earlier in fastrpc_apps_user_i…
ekanshibu c469d38
Add GitHub Actions workflow for ABI/API compatibility check (#249)
ekanshibu 2723593
CI: Add qcs6490 target support with unified build matrix and path han…
quic-mtharu bffac3e
inc: add required include files at instal (#253)
ekanshibu 181baac
Packaging merge from upstream/v1.0.1
basak-qcom d19a812
d/p/dlopen-abi-version: drop (fixed upstream)
basak-qcom 045bc1c
d/gbp.conf: set upstream tag pattern
basak-qcom 2517935
Changelog for 1.0.1-1
basak-qcom 23ec723
Revert "Drop fastrpc-tests as source is not available"
basak-qcom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,20 @@ | ||
| { | ||
| "qcs9100-ride-r3": ["sa8775p-ride", "qcs9100-ride"], | ||
| "qcs8300-ride": ["qcs8300-ride", "qcs8300-ride"] | ||
| } | ||
| "qcs6490-rb3gen2": { | ||
| "deviceTree": "qcs6490-rb3gen2", | ||
| "linuxFirmware": "qcs6490", | ||
| "lavaDeviceName": "qcs6490", | ||
| "hexDSPBinary": "qcm6490" | ||
| }, | ||
| "qcs9100-ride-r3": { | ||
| "deviceTree": "qcs9100-ride-r3", | ||
| "linuxFirmware": "sa8775p", | ||
| "lavaDeviceName": "qcs9100-ride", | ||
| "hexDSPBinary": "sa8775p" | ||
| }, | ||
| "qcs8300-ride": { | ||
| "deviceTree": "qcs8300-ride", | ||
| "linuxFirmware": "qcs8300", | ||
| "lavaDeviceName": "qcs8300-ride", | ||
| "hexDSPBinary": "qcs8300" | ||
| } | ||
| } |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,10 @@ | ||
| fastrpc (1.0.1-1) UNRELEASED; urgency=medium | ||
|
|
||
| * New upstream release. | ||
| * d/p/dlopen-abi-version: drop (fixed upstream). | ||
|
|
||
| -- Robie Basak <[email protected]> Tue, 16 Dec 2025 15:05:04 +0000 | ||
|
|
||
| fastrpc (1.0.0-1) unstable; urgency=medium | ||
|
|
||
| * Initial packaging. (Closes: #1116042) | ||
|
|
||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| usr/bin/fastrpc_test | ||
| usr/lib/${DEB_HOST_MULTIARCH}/fastrpc_test/libcalculator.so | ||
| usr/lib/${DEB_HOST_MULTIARCH}/fastrpc_test/libhap_example.so | ||
| usr/lib/${DEB_HOST_MULTIARCH}/fastrpc_test/libmultithreading.so | ||
| usr/share/fastrpc_test/v68/libcalculator_skel.so | ||
| usr/share/fastrpc_test/v68/libhap_example_skel.so | ||
| usr/share/fastrpc_test/v68/libmultithreading_skel.so | ||
| usr/share/fastrpc_test/v75/libcalculator_skel.so | ||
| usr/share/fastrpc_test/v75/libhap_example_skel.so | ||
| usr/share/fastrpc_test/v75/libmultithreading_skel.so |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # These are binaries built for DSPs, not the host | ||
| fastrpc-tests binary: arch-dependent-file-in-usr-share [usr/share/fastrpc_test/*] | ||
| fastrpc-tests binary: binary-from-other-architecture [usr/share/fastrpc_test/*] | ||
| fastrpc-tests binary: hardening-no-relro [usr/share/fastrpc_test/*] | ||
| fastrpc-tests binary: library-not-linked-against-libc [usr/share/fastrpc_test/*] | ||
| fastrpc-tests binary: shared-library-lacks-stack-section [usr/share/fastrpc_test/*] |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| [DEFAULT] | ||
| debian-branch = debian/latest | ||
| upstream-tag = upstream/v%(version)s |
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
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1 @@ | ||
| dlopen-abi-version | ||
| open-shell-path |
This file was deleted.
Oops, something went wrong.
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should description or some README mention fastrpc_test?