Separate out common console functionality
Separate out the common console functionality in
`drivers/arm/pl011/pl011_console.S` into a new source file
`drivers/console/console.S`. The former includes the latter to
provide backwards compatibility for platform make files.

Also add a skeleton console implementation for platforms that do not
want to use PL011.

Change-Id: I1ff963b2b54a872fbcf1eb0700797b9e9afa2538
1 parent e2bf57f commit d3b638cb4ac581789737c1a4c86032b00707cb8c
@Dan Handley Dan Handley authored on 1 Apr 2015
Showing 3 changed files
View
drivers/arm/pl011/pl011_console.S
View
drivers/console/console.S 0 → 100644
View
drivers/console/skeleton_console.S 0 → 100644