Initialise UART console in all bootloader stages
This patch reworks the console driver to ensure that each bootloader stage
initializes it independently. As a result, both BL3-1 and BL2 platform code
now calls console_init() instead of relying on BL1 to perform console setup

Fixes ARM-software/tf-issues#120

Change-Id: Ic4d66e0375e40a2fc7434afcabc8bbb4715c14ab
1 parent c1df3be commit 0796fe01f8a596d4fad84c228cb5f01117b4029e
@Vikram Kanigiri Vikram Kanigiri authored on 25 Mar 2014
Dan Handley committed on 26 Mar 2014
Showing 4 changed files
View
docs/firmware-design.md
View
drivers/console/console.c
View
plat/fvp/bl2_plat_setup.c
View
plat/fvp/bl31_plat_setup.c