Specify address of UART device to use as a console
authorAchin Gupta <achin.gupta@arm.com>
Sun, 9 Feb 2014 13:47:08 +0000 (13:47 +0000)
committerDan Handley <dan.handley@arm.com>
Thu, 20 Feb 2014 19:06:34 +0000 (19:06 +0000)
commit8aa0cd43a8c4c59012eb26fad11abbd7359ea114
tree5a161540711f61f2996fffc715b3dc978b2ea886
parenta0cd989dd589acaa6cddaa6617bd59dde0b8ce26
Specify address of UART device to use as a console

This patch adds the ability to specify the base address of a UART
device for initialising the console. This allows a boot loader stage
to use a different UART device from UART0 (default) for the console.

Change-Id: Ie60b927389ae26085cfc90d22a564ff83ba62955
drivers/arm/peripherals/pl011/console.h
drivers/arm/peripherals/pl011/pl011.c
plat/fvp/bl1_plat_setup.c
plat/fvp/platform.h