]> git.baikalelectronics.ru Git - arm-tf.git/commit
Introduce asm console functions in TF
authorSoby Mathew <soby.mathew@arm.com>
Tue, 24 Jun 2014 11:28:41 +0000 (12:28 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Mon, 28 Jul 2014 09:44:04 +0000 (10:44 +0100)
commitfce5f7501afad3fb1aa0cbff3c3d666e2c0f36f9
tree5791bfd0084ca699f87301d1a2ac0f475ecbc772
parent592dd7cbe658cc33ae2818c9ed543ac57e97f784
Introduce asm console functions in TF

This patch replaces the pl011 console family of functions
with their equivalents defined in assembly. The baud rate is
defined by the PL011_BAUDRATE macro and IBRD and FBRD values
for pl011 are computed statically. This patch will enable
us to invoke the console functions without the C Runtime Stack.

Change-Id: Ic3f7b7370ded38bf9020bf746b362081b76642c7
drivers/arm/pl011/pl011.c [deleted file]
drivers/arm/pl011/pl011_console.S [new file with mode: 0644]
drivers/arm/pl011/pl011_console.c [deleted file]
include/drivers/arm/pl011.h
plat/fvp/platform.mk