Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
9c4c18fa
Commit
9c4c18fa
authored
8 years ago
by
davidcunado-arm
Committed by
GitHub
8 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #742 from masahir0y/misc
Comment fixes and .gitignore update
parents
061723f9
589b827f
master
v2.5
v2.5-rc1
v2.5-rc0
v2.4
v2.4-rc2
v2.4-rc1
v2.4-rc0
v2.3
v2.3-rc2
v2.3-rc1
v2.3-rc0
v2.2
v2.2-rc2
v2.2-rc1
v2.2-rc0
v2.1
v2.1-rc1
v2.1-rc0
v2.0
v2.0-rc0
v1.6
v1.6-rc1
v1.6-rc0
v1.5
v1.5-rc3
v1.5-rc2
v1.5-rc1
v1.5-rc0
v1.4
v1.4-rc0
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
.gitignore
docs/porting-guide.md
+1
-1
docs/porting-guide.md
plat/common/aarch64/platform_helpers.S
+1
-1
plat/common/aarch64/platform_helpers.S
with
3 additions
and
2 deletions
+3
-2
.gitignore
View file @
9c4c18fa
...
...
@@ -2,6 +2,7 @@
cscope.*
*.swp
*.patch
*~
.project
.cproject
...
...
This diff is collapsed.
Click to expand it.
docs/porting-guide.md
View file @
9c4c18fa
...
...
@@ -558,7 +558,7 @@ reset vector code to perform the above tasks.
Argument : void
Return : uintptr_t
This function is called with the
called with the
MMU and caches disabled
This function is called with the MMU and caches disabled
(
`SCTLR_EL3.M`
= 0 and
`SCTLR_EL3.C`
= 0). The function is responsible for
distinguishing between a warm and cold reset for the current CPU using
platform-specific means. If it's a warm reset, then it returns the warm
...
...
This diff is collapsed.
Click to expand it.
plat/common/aarch64/platform_helpers.S
View file @
9c4c18fa
...
...
@@ -98,7 +98,7 @@ endfunc plat_crash_console_putc
/
*
-----------------------------------------------------
*
Placeholder
function
which
should
be
redefined
by
*
each
platform
.
This
function
should
preserve
x1
0
.
*
each
platform
.
This
function
should
preserve
x1
9
-
x29
.
*
-----------------------------------------------------
*/
func
plat_reset_handler
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help