mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Merge "fix(intel): revert sys counter to 400MHz" into integration
This commit is contained in:
commit
849c7c154d
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