Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: cd8823876fb6920571abbeecc570a9da0cb546ba
https://github.com/OpenAMP/open-amp/commit/cd8823876fb6920571abbeecc570a9da…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M lib/include/openamp/virtio.h
M lib/virtio/virtio.c
Log Message:
-----------
virtio: make unused function virtio_describe() deprecated
The virtio_describe() function does not seem usable.
Therefore, it should be marked as deprecated to initiate
the removal process.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: 6d5f40f4b343e2452252ea23a8781a02633d3e03
https://github.com/OpenAMP/libmetal/commit/6d5f40f4b343e2452252ea23a8781a02…
Author: Alberto Escolar Piedras <alberto.escolar.piedras(a)nordicsemi.no>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M .github/actions/build_ci/entrypoint.sh
Log Message:
-----------
CI: Zephyr build: Be less verbose
* Do not run the tar extract verbose, as
that generated ~50.000 lines of output slowing down
things and generating a huge log.
* Reduce the progress output of wget to only print one dot
every megabyte, instead of every kilobyte reducing a lot
the log output.
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras(a)nordicsemi.no>
Commit: e979bf75efadadc65113f403105ee876bbfff1fa
https://github.com/OpenAMP/libmetal/commit/e979bf75efadadc65113f403105ee876…
Author: Alberto Escolar Piedras <alberto.escolar.piedras(a)nordicsemi.no>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M .github/actions/build_ci/entrypoint.sh
Log Message:
-----------
CI: Fix entrypoint indentation
The file had a mix of spaces and tabs for indentation
Fix it.
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras(a)nordicsemi.no>
Commit: 549f13b2b8a3019bb7e4c9b75d250e53e4100357
https://github.com/OpenAMP/libmetal/commit/549f13b2b8a3019bb7e4c9b75d250e53…
Author: Alberto Escolar Piedras <alberto.escolar.piedras(a)nordicsemi.no>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M .github/actions/build_ci/entrypoint.sh
Log Message:
-----------
CI: Zephyr: Only fetch needed branches instead of everything
Have west only fetch the needed branches instead of doing
a full clone of all repositories.
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras(a)nordicsemi.no>
Compare: https://github.com/OpenAMP/libmetal/compare/2dc45613f1e6...549f13b2b8a3
Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: 2dc45613f1e61b1991875a6ecf32c1ee30f912cc
https://github.com/OpenAMP/libmetal/commit/2dc45613f1e61b1991875a6ecf32c1ee…
Author: Alberto Escolar Piedras <alberto.escolar.piedras(a)nordicsemi.no>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M test/system/zephyr/main.c
Log Message:
-----------
Fix Zephyr testcase with latest Zephyr
In Zephyr PR #63351 , commit:
a35e40f410750f3205f0d87489aa0dfa4006e1d3
Support for k_mem_block was removed which was used
by this Zephyr test.
Update the tets to just use a void* (which is what should be
used instead).
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras(a)nordicsemi.no>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: 329fe101e48e1d4155e0454dd19484437142f041
https://github.com/OpenAMP/open-amp/commit/329fe101e48e1d4155e0454dd1948443…
Author: Bill Mills <bill.mills(a)linaro.org>
Date: 2023-10-13 (Fri, 13 Oct 2023)
Changed paths:
M doc/CMakeLists.txt
Log Message:
-----------
Docs: style doxygen when built as part of OpenAMP docs
Detect when we are a submodule of OpenAMP-docs.
If so use the top level's Doxyfile overrides on top of our Doxyfile.
If not, no change.
Signed-off-by: Bill Mills <bill.mills(a)linaro.org>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: 37f1660b20a778cba9e338679e5df3e6f2dd8408
https://github.com/OpenAMP/libmetal/commit/37f1660b20a778cba9e338679e5df3e6…
Author: Sergei Korneichuk <sergei.korneichuk(a)amd.com>
Date: 2023-10-13 (Fri, 13 Oct 2023)
Changed paths:
M cmake/options.cmake
M lib/CMakeLists.txt
M lib/log.h
Log Message:
-----------
log: add function name, line number prefix
Add convenience macros metal_err, metal_warn, metal_info, metal_dbg
to avoid using excessively long and redundant metal_log(METAL_LOG_*).
Add "function-name:line-number" prefix to all messages if the option
WITH_FUNC_LINE_LOG is set ON during the configuration phase.
Signed-off-by: Sergei Korneichuk <sergei.korneichuk(a)amd.com>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/openamp-system-reference
Commit: afca7e703803e43b216f8afe2f7515870637a4da
https://github.com/OpenAMP/openamp-system-reference/commit/afca7e703803e43b…
Author: Bill Mills <bill.mills(a)linaro.org>
Date: 2023-10-12 (Thu, 12 Oct 2023)
Changed paths:
A .readthedocs.yaml
Log Message:
-----------
Docs: enable readthedocs rendering (for PRs)
The Readthedocs pull-request integration is nice to have for PR review.
So run the whole OpenAMP-docs build but use the PR's commit
This also requires a ReadTheDocs project to install its integration for
this repo. The project should enable "Build pull request for this project".
It is currently in the Advanced Settings panel.
The project will also run for the main branch but that should be
ignored and only the main project URL should be shown outside of PRs.
To this end the sub-module project names will use "-prs" in the name.
Signed-off-by: Bill Mills <bill.mills(a)linaro.org>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: 2dc51f1c73dede3d8f54a8fd6dbbbfb3690778d7
https://github.com/OpenAMP/open-amp/commit/2dc51f1c73dede3d8f54a8fd6dbbbfb3…
Author: Bill Mills <bill.mills(a)linaro.org>
Date: 2023-10-12 (Thu, 12 Oct 2023)
Changed paths:
A .readthedocs.yaml
Log Message:
-----------
Docs: enable readthedocs rendering (for PRs)
The Readthedocs pull-request integration is nice to have for PR review.
So run the whole OpenAMP-docs build but use the PR's commit
This also requires a ReadTheDocs project to install its integration for
this repo. The project should enable "Build pull request for this project".
It is currently in the Advanced Settings panel.
The project will also run for the main branch but that should be
ignored and only the main project URL should be shown outside of PRs.
To this end the sub-module project names will use "-prs" in the name.
Signed-off-by: Bill Mills <bill.mills(a)linaro.org>