mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 04:24:19 +00:00
plat: rcar: support plat_crash_console_flush
Signed-off-by: ldts <jorge.ramirez.ortiz@gmail.com>
This commit is contained in:
parent
dd756c9895
commit
d65895f4a8
1 changed files with 10 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
.globl plat_crash_console_init
|
.globl plat_crash_console_init
|
||||||
.globl plat_crash_console_putc
|
.globl plat_crash_console_putc
|
||||||
|
.globl plat_crash_console_flush
|
||||||
.globl plat_invalidate_icache
|
.globl plat_invalidate_icache
|
||||||
.globl plat_report_exception
|
.globl plat_report_exception
|
||||||
.globl plat_secondary_reset
|
.globl plat_secondary_reset
|
||||||
|
@ -286,6 +287,15 @@ func plat_crash_console_putc
|
||||||
ret
|
ret
|
||||||
endfunc plat_crash_console_putc
|
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);
|
* void plat_reset_handler(void);
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue