Skip to content
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

Virtio exp #213

Closed
wants to merge 4 commits into from
Closed

Virtio exp #213

wants to merge 4 commits into from

Conversation

danmilea
Copy link

virtio-mmio framework for libmetal / open-amp

Copy link
Contributor

@arnopo arnopo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few comments. could you have a look to #208, and check if it could replace 2 of your commits?
i can also update the virtio_exp branch to point on top of the #208 commits

@@ -0,0 +1,5 @@
collect (PROJECT_LIB_HEADERS sys.h)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#208 probably makes this patch obsolete
I can move the virtio_exp branch on top of it

@@ -31,7 +31,7 @@ extern "C" {
}

#ifndef METAL_MAX_DEVICE_REGIONS
#define METAL_MAX_DEVICE_REGIONS 1
#define METAL_MAX_DEVICE_REGIONS 2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be defined in zephyr. in prj.conf or in Cmakelists.txt
for instance: https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/subsys/ipc/openamp_rsc_table/CMakeLists.txt#L15

@@ -0,0 +1,14 @@
#
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is OK for the virtio_exp branch to avoid to fork the zephyrproject-rtoss/open-amp and zephyrproject-rtos/libmetal repos.
Please, could you add the information in commit subject

@@ -0,0 +1 @@
aarch64
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should also be addressed in #208

@danmilea danmilea deleted the branch OpenAMP:virtio-exp June 2, 2022 09:04
@danmilea danmilea closed this Jun 2, 2022
@danmilea danmilea deleted the virtio-exp branch June 2, 2022 09:04
@danmilea danmilea restored the virtio-exp branch June 2, 2022 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants