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

[TDX] Implement the mailbox protocol in openhcl_boot for AP startup #610

Open
ckotamra opened this issue Jan 3, 2025 · 1 comment
Open
Assignees
Labels
tdx TDX specific bugs or features

Comments

@ckotamra
Copy link
Contributor

ckotamra commented Jan 3, 2025

Startup code in openhcl_boot should put the APs into the mailbox protocol wait for wakeup state. Corresponding changes in Linux Kernel are required to process and signal mailbox protocol wakeup state for each AP.

This requires openhcl_boot to issue hypercalls, create some pagetables for use for APs, startup the APs in openhcl_boot, and pass the mailbox page address to Kernel in the device tree.

@ckotamra
Copy link
Contributor Author

ckotamra commented Jan 8, 2025

Please add tdx label to this issue.

@chris-oo chris-oo added the tdx TDX specific bugs or features label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tdx TDX specific bugs or features
Projects
None yet
Development

No branches or pull requests

2 participants