Closed kernelchuk closed 4 months ago
@wmamills, @edmooring, @tnmysh, @glneo:
This PR simply moves the application folder from the library, which I believe is a step in the right direction.
As we have rejected https://github.com/OpenAMP/openamp-system-reference/pull/15, I want first to confirm that everyone is okay with this PR.
The middle -term objectives (from my point of view) is to:
Is everyone is Ok with that plan?
@wmamills, @edmooring, @tnmysh, @glneo:
This PR simply moves the application folder from the library, which I believe is a step in the right direction.
As we have rejected #15, I want first to confirm that everyone is okay with this PR.
The middle -term objectives (from my point of view) is to:
- First, clean up libraries by removing applications and tests (which is the objective of this PR).
- Second, enhance the baremetal/FreeRtos applications to support non-AMD platforms.
Is everyone is Ok with that plan?
Thanks @arnopo, I am okay with this plan.
Hi @arnopo, @wmamills, @edmooring, @glneo:
I have been up-streaming AMD’s internal commits to achieve the “upstream first” status, i.e., our internal forks have minimum divergence from the GitHub. Our largest delta is in the examples, which are frozen in OpenAMP (see https://github.com/OpenAMP/libmetal/pull/23) pending the move to this repo.
@arnopo posted two objectives. The first one is clear and easy to understand. I think the second objective should be a community effort, i.e.: the example code grandfathered in the first step will have to adopt a new common/platform-specific framework. This framework is yet to be defined.
My management approves my work to:
Can we, please, clarify if the second objective (support non-AMD platforms) is or is-not a precondition to the move?
Hi @arnopo, @wmamills, @edmooring, @glneo:
I have been up-streaming AMD’s internal commits to achieve the “upstream first” status, i.e., our internal forks have minimum divergence from the GitHub. Our largest delta is in the examples, which are frozen in OpenAMP (see OpenAMP/libmetal#23) pending the move to this repo.
@arnopo posted two objectives. The first one is clear and easy to understand. I think the second objective should be a community effort, i.e.: the example code grandfathered in the first step will have to adopt a new common/platform-specific framework. This framework is yet to be defined.
My management approves my work to:
Move the examples:
- Convert them to the new common framework when it’s defined by the community.
Can we, please, clarify if the second objective (support non-AMD platforms) is or is-not a precondition to the move?
Sorry for the delay, we are still discussing on the way we do do it. Come back to you ASAP
@tnmysh I presume your PR# 44 makes this redundant. If so please close this one.
PR #44 replaces this PR
My first attempt to move the apps based on our discussions about libmetal examples. Please, see: https://github.com/OpenAMP/libmetal/pull/231.