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

Conversation

extinguish
Copy link

Note: Please adhere to Contributing Guidelines.

Summary

Update this section with information on why change is necessary,
what it exactly does and how, if new feature shows up, provide
references (dependencies, similar problems and solutions), etc.

Impact

Update this section, where applicable, on how change affects users,
build process, hardware, documentation, security, compatibility, etc.

Testing

Update this section with details on how did you verify the change,
what Host was used for build (OS, CPU, compiler, ..), what Target was
used for verification (arch, board:config, ..), etc. Providing build
and runtime logs from before and after change is highly appreciated.

guoshichao and others added 3 commits October 16, 2024 22:04
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
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
VELAPLATFO-7449

Change-Id: Id38ebd39f6c31ba15ba53e1f1964b9eac5eac00d
Signed-off-by: genglong <genglong@xiaomi.com>
@extinguish extinguish marked this pull request as draft October 16, 2024 14:17
@github-actions github-actions bot added Arch: arm Issues related to ARM (32-bit) architecture Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces. labels Oct 16, 2024
Copy link

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@@ -220,3 +220,9 @@ config ARMV7A_ICACHE_DISABLE
config ARMV7A_AFE_ENABLE
bool "Enable Access Flag at __start"
default n

config ARMV7A_MONITOR_STACK_SIZE
int "monitor stack size"
Copy link
Contributor

Choose a reason for hiding this comment

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

	int "Monitor stack size"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: arm Issues related to ARM (32-bit) architecture Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants