]> git.baikalelectronics.ru Git - arm-tf.git/commit
marvell: uart: a3720: Implement console_a3700_core_flush
authorPali Rohár <pali@kernel.org>
Wed, 23 Dec 2020 18:23:26 +0000 (19:23 +0100)
committerPali Rohár <pali@kernel.org>
Wed, 23 Dec 2020 18:23:26 +0000 (19:23 +0100)
commite63e4140e0970e3161b117b8884f7b5a030c68c5
treef49afc66263311f27d0821d6d8bd689c8c0eba24
parentdb7571a2e655755ee7b93903c9dd6275a21730cd
marvell: uart: a3720: Implement console_a3700_core_flush

Implementation is simple, just wait for the TX FIFO to be empty.

Without this patch TF-A on A3720 truncate the last line:

  NOTICE:  BL31: Built : 16:1

With this patch TF-A on A3720 print correctly also the last line:

  NOTICE:  BL31: Built : 19:03:31, Dec 23 2020

Signed-off-by: Pali Rohár <pali@kernel.org>
Change-Id: I2f2ea42beab66ba132afdb400ca7898c5419db09
drivers/marvell/uart/a3700_console.S