-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Implement isteps 8.1-8.4 #64
Merged
krystian-hebel
merged 5 commits into
raptor-cs_talos-2/develop
from
raptor-cs_talos-2/istep8
Feb 2, 2022
Merged
Implement isteps 8.1-8.4 #64
krystian-hebel
merged 5 commits into
raptor-cs_talos-2/develop
from
raptor-cs_talos-2/istep8
Feb 2, 2022
Conversation
This file contains 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
Merged
krystian-hebel
changed the base branch from
raptor-cs_talos-2/develop
to
raptor-cs_talos-2/mvpd_2nd_cpu
January 5, 2022 15:58
I've changed base branch so it will be easier to review, I'll do the same with other PRs. I think I will merge it from the newest to oldest to keep history clean. |
I could just rebase, but either way will work. |
SergiiDmytruk
force-pushed
the
raptor-cs_talos-2/istep8
branch
from
January 31, 2022 22:51
b61273a
to
08af1e6
Compare
krystian-hebel
approved these changes
Feb 1, 2022
SergiiDmytruk
force-pushed
the
raptor-cs_talos-2/mvpd_2nd_cpu
branch
from
February 1, 2022 17:43
2a87acc
to
1f02ac5
Compare
SergiiDmytruk
force-pushed
the
raptor-cs_talos-2/istep8
branch
from
February 1, 2022 18:17
08af1e6
to
71cf0cf
Compare
krystian-hebel
changed the base branch from
raptor-cs_talos-2/mvpd_2nd_cpu
to
raptor-cs_talos-2/develop
February 2, 2022 16:49
Avoid duplication of constants related to scratch registers. Change-Id: I30af7bfa2d65af1ba3b6005ce40b9e9befac9fc8 Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
`size` needs to be set before call to mvpd_extract_keyword() on each iteration of the loop because it's assigned to by the function. Setting it once might result in a failure if size of data increases on some iteration. Change-Id: I73532b9ced11bcc658936212babdc86ac64f42d0 Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Change-Id: Ic808c276d7e3aa5c880604d322b64eff86c869ff Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
These isteps initialize and start second CPU. Change-Id: I0b721dbf1a6282650f4c67194765c250f263e23e Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Change-Id: I62f658a5c3983642976eeb3264e02aead9223a22 Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
krystian-hebel
force-pushed
the
raptor-cs_talos-2/istep8
branch
from
February 2, 2022 16:57
71cf0cf
to
53ec947
Compare
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.
This implements initialization of second CPU in the system and starts its SBE.
Depends on #57 and transitively on #56 PRs.