Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: d6b3604022b1305c488380562b49e2e4664900c5 https://github.com/OpenAMP/open-amp/commit/d6b3604022b1305c488380562b49e2e46... Author: Andrew Davis afd@ti.com Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths: M lib/include/openamp/rsc_table_parser.h M lib/remoteproc/rsc_table_parser.c
Log Message: ----------- rsc_table_parser: Do not expose internal-only functions
These functions are only used within rsc_table_parser. These should be only available there and made static. This prevents them from becoming part of the API.
Signed-off-by: Andrew Davis afd@ti.com
Commit: a0b2b7c10f1d99fe6431de6455e4ae1adc85293b https://github.com/OpenAMP/open-amp/commit/a0b2b7c10f1d99fe6431de6455e4ae1ad... Author: Andrew Davis afd@ti.com Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths: R lib/include/openamp/rsc_table_parser.h M lib/remoteproc/remoteproc.c M lib/remoteproc/rsc_table_parser.c A lib/remoteproc/rsc_table_parser.h
Log Message: ----------- rsc_table_parser: Move header to make internal functions internal only
The files in include/openamp are deployed on install and can be used by applications using the OpenAMP API. The functions in rsc_table_parser are all internal use only. Move this header out of that location.
Signed-off-by: Andrew Davis afd@ti.com
Commit: d50bb033a9aa0d469b27f0314dbd0c02aff10a81 https://github.com/OpenAMP/open-amp/commit/d50bb033a9aa0d469b27f0314dbd0c02a... Author: Andrew Davis afd@ti.com Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths: M lib/remoteproc/rsc_table_parser.c
Log Message: ----------- rsc_table_parser: Do not forward declare when not needed
Forward declaration of functions here is not needed, simply move the function definition to top of the file. No functional change.
Signed-off-by: Andrew Davis afd@ti.com
Compare: https://github.com/OpenAMP/open-amp/compare/15b4a8b6210e...d50bb033a9aa
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications