-
Notifications
You must be signed in to change notification settings - Fork 57
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
Enhance td-shim to support multi-arch #135
Comments
I think we need AMD SEV/CSV expert to take a look at this. |
@fitzthum any comments? |
I think it would be great to have a firmware that works on all platforms. We've been using OVMF with SEV mainly because that's where AMD have contributed their SEV support patches. Those patches can give us some ideas about how to support SEV elsewhere. Since SEV has 3 different features (SEV, -ES, SNP) we might be able to ease our way into supporting it. The main question for me is what would Although OVMF is the de-facto solution and has by far the most comprehensive SEV support, there are some things that I don't love about it. Mainly, that it is a relatively large and confusing codebase with a weird build system that isn't reproducible. It seems like we could sidestep all of those issues here. I can't promise any patches, but I will at least try to look through the original SEV OVMF patches and see what we would need to do to support basic SEV. CC: @larrydewey @dubek |
@jiangliu is this issue still relevant or can be closed? |
I am not aware of anyone working on supporting other platforms with td-shim. Might be a good project for someone. |
Currently the td-shim implementation has no support for AMD SEV/CSV etc, it would be great to enhance the td-shim code to prepare for mutli-arch support.
The text was updated successfully, but these errors were encountered: