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
d65895f4
Commit
d65895f4
authored
Nov 06, 2018
by
ldts
Browse files
plat: rcar: support plat_crash_console_flush
Signed-off-by:
ldts
<
jorge.ramirez.ortiz@gmail.com
>
parent
dd756c98
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/renesas/rcar/aarch64/plat_helpers.S
View file @
d65895f4
...
...
@@ -19,6 +19,7 @@
.
globl
plat_crash_console_init
.
globl
plat_crash_console_putc
.
globl
plat_crash_console_flush
.
globl
plat_invalidate_icache
.
globl
plat_report_exception
.
globl
plat_secondary_reset
...
...
@@ -286,6 +287,15 @@ func plat_crash_console_putc
ret
endfunc
plat_crash_console_putc
/
*
---------------------------------------------
*
int
plat_crash_console_flush
()
*
*
---------------------------------------------
*/
func
plat_crash_console_flush
b
console_flush
endfunc
plat_crash_console_flush
/
*
--------------------------------------------------------------------
*
void
plat_reset_handler
(
void
)
;
*
...
...
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