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

[add] spin-table support #5

Merged
merged 2 commits into from
Jul 29, 2023
Merged

[add] spin-table support #5

merged 2 commits into from
Jul 29, 2023

Commits on Jul 29, 2023

  1. [change] multi_core.rs to lock-free initialization

    Delete `static mut HYPERVISOR_REGISTERS` By writing values into stack.
    
    Signed-off-by: Manami Mori <[email protected]>
    Manami Mori committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    eb79b39 View commit details
    Browse the repository at this point in the history
  2. [add] spin-table support

    Add support of booting application processors by spin-table.
    The implemantation is tested on Raspberry Pi 4 B.
    This commit assumes that each CPU has different cpu-release-addr.
    
    Signed-off-by: Manami Mori <[email protected]>
    Manami Mori committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    2b211c6 View commit details
    Browse the repository at this point in the history