Move console drivers to AArch64 folder
authorSoby Mathew <soby.mathew@arm.com>
Mon, 8 Aug 2016 11:38:52 +0000 (12:38 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Tue, 9 Aug 2016 16:33:57 +0000 (17:33 +0100)
commit9c94d3b326ad14f9a64ccdf2ec1edf0af2595d0b
treecaeca950d029aceb39ac43d8c944872b602af849
parent200026557c848b29b41da527c879892a2db4cead
Move console drivers to AArch64 folder

This patch moves the various assembly console drivers
into `aarch64` architecture specific folder. Stub files,
which include files from new location, are retained at the
original location for platform compatibility reasons.

Change-Id: I0069b6c1c0489ca47f5204d4e26e3bc3def533a8
drivers/arm/pl011/aarch64/pl011_console.S [new file with mode: 0644]
drivers/arm/pl011/pl011_console.S
drivers/cadence/uart/aarch64/cdns_console.S [new file with mode: 0644]
drivers/cadence/uart/cdns_console.S
drivers/console/aarch64/console.S [new file with mode: 0644]
drivers/console/aarch64/skeleton_console.S [new file with mode: 0644]
drivers/console/console.S
drivers/console/skeleton_console.S
drivers/ti/uart/16550_console.S
drivers/ti/uart/aarch64/16550_console.S [new file with mode: 0644]