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

V7a mon #14371

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

V7a mon #14371

wants to merge 3 commits into from

Commits on Oct 16, 2024

  1. nuttx/arch/sm: add the secure monitor setup procedure

    VELAPLATFO-7449
    
    1. add the secure monitor runtime
    2. implement ap switch to tee and back with smc/fiq
    
    Signed-off-by: guoshichao <guoshichao@xiaomi.com>
    Change-Id: Iaaf25f4670ce2b87adb1a23390554565e94920fa
    guoshichao committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1499b7b View commit details
    Browse the repository at this point in the history
  2. arch/arm/qemu_idle: add qemu_idle implementation

    VELAPLATFO-7449
    
    the qemu_idle implement up_idle() method, inside the up_idle()
    method will invoke sm_switch_nsec() function to implement
    boot the ap core from tee core
    
    Signed-off-by: guoshichao <guoshichao@xiaomi.com>
    Change-Id: I43d4be20265b1d89dca7e2613ad523979b7371c6
    guoshichao committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b6f9586 View commit details
    Browse the repository at this point in the history
  3. nuttx: Adapt to new function names

    VELAPLATFO-7449
    
    Change-Id: Id38ebd39f6c31ba15ba53e1f1964b9eac5eac00d
    Signed-off-by: genglong <genglong@xiaomi.com>
    genglong authored and guoshichao committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    887a862 View commit details
    Browse the repository at this point in the history