mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
fix(intel): revert sys counter to 400MHz
For Simics and official release, revert back to 400MHz instead of 80MHz. Sys counter shall get from a static clock. Change-Id: I9ee3586bc411af8d7381c8bd6404b8449b0c3f69 Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com>
This commit is contained in:
parent
93823fb6ec
commit
460692afb5
1 changed files with 6 additions and 3 deletions
|
@ -23,9 +23,12 @@
|
|||
#define PLAT_CPU_ID_MPIDR_AFF_SHIFT MPIDR_AFF1_SHIFT
|
||||
#define PLAT_L2_RESET_REQ 0xB007C0DE
|
||||
|
||||
/* System Counter */ /* TODO: Update back to 400MHz */
|
||||
#define PLAT_SYS_COUNTER_FREQ_IN_TICKS (80000000)
|
||||
#define PLAT_SYS_COUNTER_FREQ_IN_MHZ (80)
|
||||
/* System Counter */
|
||||
/* TODO: Update back to 400MHz.
|
||||
* This shall be updated to read from L4 clock instead of hardcoded.
|
||||
*/
|
||||
#define PLAT_SYS_COUNTER_FREQ_IN_TICKS (400000000)
|
||||
#define PLAT_SYS_COUNTER_FREQ_IN_MHZ (400)
|
||||
|
||||
/* FPGA config helpers */
|
||||
#define INTEL_SIP_SMC_FPGA_CONFIG_ADDR 0x400000
|
||||
|
|
Loading…
Add table
Reference in a new issue