Commit 9c4c18fa authored by davidcunado-arm's avatar davidcunado-arm Committed by GitHub
Browse files

Merge pull request #742 from masahir0y/misc

Comment fixes and .gitignore update
parents 061723f9 589b827f
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
cscope.* cscope.*
*.swp *.swp
*.patch *.patch
*~
.project .project
.cproject .cproject
......
...@@ -558,7 +558,7 @@ reset vector code to perform the above tasks. ...@@ -558,7 +558,7 @@ reset vector code to perform the above tasks.
Argument : void Argument : void
Return : uintptr_t 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 (`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 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 platform-specific means. If it's a warm reset, then it returns the warm
......
...@@ -98,7 +98,7 @@ endfunc plat_crash_console_putc ...@@ -98,7 +98,7 @@ endfunc plat_crash_console_putc
/* ----------------------------------------------------- /* -----------------------------------------------------
* Placeholder function which should be redefined by * Placeholder function which should be redefined by
* each platform. This function should preserve x10. * each platform. This function should preserve x19 - x29.
* ----------------------------------------------------- * -----------------------------------------------------
*/ */
func plat_reset_handler func plat_reset_handler
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment