Revert "Move architecture timer setup to platform-specific code"
This reverts commit 1c297bf
because it introduced a bug: the CNTFRQ_EL0 register was no
longer programmed by all CPUs.  bl31_platform_setup() function
is invoked only in the cold boot path and consequently only
on the primary cpu.

A subsequent commit will correctly implement the necessary changes
to the counter frequency setup code.

Fixes ARM-software/tf-issues#125

Conflicts:

	docs/firmware-design.md
	plat/fvp/bl31_plat_setup.c

Change-Id: Ib584ad7ed069707ac04cf86717f836136ad3ab54
1 parent e6e54a1 commit 65a9c0e96a9fe033936f40b7603e0ae267b97d96
@Sandrine Bailleux Sandrine Bailleux authored on 31 Mar 2014
Showing 6 changed files
View
bl1/aarch64/bl1_arch_setup.c
View
bl31/aarch64/bl31_arch_setup.c
View
docs/firmware-design.md
View
docs/porting-guide.md
View
plat/fvp/bl1_plat_setup.c
View
plat/fvp/bl31_plat_setup.c