Move console functions out of pl011.c
authorSoby Mathew <soby.mathew@arm.com>
Wed, 12 Mar 2014 14:52:51 +0000 (14:52 +0000)
committerDan Handley <dan.handley@arm.com>
Wed, 26 Mar 2014 17:36:36 +0000 (17:36 +0000)
commitc1df3be7dd61fcc6ff31c4ff0ecc1e822fc5d573
tree04f70ba864d43b72526a7d4c6afe0ceb526bef80
parent08c7ed0fe85fa66f1a0f51e9a6747e38342c66a0
Move console functions out of pl011.c

This commit isolates the accessor functions in pl011.c and builds
a wrapper layer for console functions.

This also modifies the console driver to use the pl011 FIFO.

Fixes ARM-software/tf-issues#63

Change-Id: I3b402171cd14a927831bf5e5d4bb310b6da0e9a8
drivers/arm/peripherals/pl011/console.h [deleted file]
drivers/arm/peripherals/pl011/pl011.c
drivers/arm/peripherals/pl011/pl011.h
drivers/console/console.c [new file with mode: 0644]
drivers/console/console.h [new file with mode: 0644]
plat/fvp/platform.mk