Skip to content
GitLab
Menu
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
Oct 31, 2016
by
davidcunado-arm
Committed by
GitHub
Oct 31, 2016
Browse files
Merge pull request #742 from masahir0y/misc
Comment fixes and .gitignore update
parents
061723f9
589b827f
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
9c4c18fa
...
...
@@ -2,6 +2,7 @@
cscope.*
*.swp
*.patch
*~
.project
.cproject
...
...
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
...
...
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
...
...
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