Merged
Conversation
Signed-off-by: Bokdeuk Jeong <[email protected]>
e5c9747 to
1d0a7df
Compare
To pass gic_timer_rel1_trig test suite in the acs test, add the timer state management for the non-sec world. Signed-off-by: Bokdeuk Jeong <[email protected]>
Signed-off-by: Bokdeuk Jeong <[email protected]>
da043d8 to
6100a81
Compare
Do not print messages until MMU is turned on, except on cpu0. Cores other than cpu0 at this point are still in its mmu off state with d-cache disabled and i-cache enabled. This may cause incosistencies between cpus with mmu enabled and cpus with mmu disabled. Logging involves buffer allocation and its global data struct for heap (linked_list) could be corrupted due to the reason above. Signed-off-by: Bokdeuk Jeong <[email protected]>
Update acs test count but leave cmd_multithread_realm_mp test excluded. cmd_mutithread_realm_mp test passes now. However, an Inst abort took place at the end of the mp test within the host for unknown reason. Signed-off-by: Bokdeuk Jeong <[email protected]>
aa81418 to
81f1438
Compare
Signed-off-by: Bokdeuk Jeong <[email protected]>
a59edea to
22574fa
Compare
I<VRWGS>: On REC entry, for both the EL1 Virtual Timer and the EL1 Physical Timer, if the EL1 timer asserts its output in the state described in the REC exit structure from the previous REC exit then the RMM masks the hardware timer signal before returning to the Realm. Signed-off-by: Bokdeuk Jeong <[email protected]>
22574fa to
ceda1a9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It now passes the muti-core test in acs, but the test case causes an instruction abort within the normal world. Although, it has no relation with the mp test itself, I left the test case in the skipped-tests.txt to continue performing remaining tests.