fvp: Initialise UART earlier
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Fri, 21 Feb 2014 14:16:16 +0000 (14:16 +0000)
committerDan Handley <dan.handley@arm.com>
Wed, 26 Feb 2014 19:53:48 +0000 (19:53 +0000)
commit20d284c08d81c288c821ba6878d005dd89c6cfaa
treeec58d6ac65b8a51669f8dd2d5933ea6d5cec140c
parent090630e4bcb5a4266a8a6c4ae50e567efa5db83e
fvp: Initialise UART earlier

The UART used to be initialised in bl1_platform_setup(). This is too
late because there are some calls to the assert() macro, which needs
to print some messages on the console, before that.

This patch moves the UART initialisation code to
bl1_early_platform_setup().

Fixes ARM-software/tf-issues#49

Change-Id: I98c83a803866372806d2a9c2e1ed80f2ef5b3bcc
docs/porting-guide.md
plat/fvp/bl1_plat_setup.c