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
484752f3
Commit
484752f3
authored
Dec 31, 2020
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Dec 31, 2020
Browse files
Merge "marvell: uart: a3720: Implement console_a3700_core_flush" into integration
parents
c390ecd6
e63e4140
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/marvell/uart/a3700_console.S
View file @
484752f3
...
...
@@ -232,6 +232,11 @@ endfunc console_a3700_getc
*
---------------------------------------------
*/
func
console_a3700_core_flush
/
*
Wait
for
the
TX
FIFO
to
be
empty
*/
1
:
ldr
w1
,
[
x0
,
#
UART_STATUS_REG
]
and
w1
,
w1
,
#
UARTLSR_TXFIFOEMPTY
cmp
w1
,
#
UARTLSR_TXFIFOEMPTY
b.ne
1
b
ret
endfunc
console_a3700_core_flush
...
...
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