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.
1 parent 853cf41 commit c78069c5c05b043eb161f8ac6286f442de8e18b8
@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