arm-trusted-firmware/plat/fvp
Sandrine Bailleux 65a9c0e96a Revert "Move architecture timer setup to platform-specific code"
This reverts commit 1c297bf015
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
2014-04-08 15:22:56 +01:00
..
aarch64 Remove partially qualified asm helper functions 2014-03-21 17:17:48 +00:00
bl1_plat_setup.c Revert "Move architecture timer setup to platform-specific code" 2014-04-08 15:22:56 +01:00
bl2_plat_setup.c Initialise UART console in all bootloader stages 2014-03-26 17:36:36 +00:00
bl31_plat_setup.c Revert "Move architecture timer setup to platform-specific code" 2014-04-08 15:22:56 +01:00
bl32_plat_setup.c Add Test Secure Payload (BL3-2) image 2014-02-20 19:06:34 +00:00
plat_gic.c Fix implementation and users of gicd_set_ipriorityr() 2014-03-05 16:21:14 +00:00
plat_io_storage.c Semihosting: Fix file mode to load binaries on Windows 2014-03-21 17:17:49 +00:00
plat_pm.c Add standby state support in PSCI cpu_suspend api 2014-03-26 17:36:35 +00:00
plat_topology.c fvp: rename fvp_* files to plat_* 2014-01-20 18:45:04 +00:00
platform.h Remove unused 'CPU present' flag 2014-03-10 14:17:58 +00:00
platform.mk Move console functions out of pl011.c 2014-03-26 17:36:36 +00:00