commit | 14292864e2b832940e0c701d03f1c0ebca1751d1 | [log] [tgz] |
---|---|---|
author | Abhi.Singh <abhi.singh@arm.com> | Thu Aug 29 11:31:44 2024 -0500 |
committer | Abhi.Singh <abhi.singh@arm.com> | Wed Sep 18 11:26:38 2024 -0500 |
tree | f503fff93adaae9e08f28a1afa0b91bd71a190ed | |
parent | b7aacd18bf6da5f8bcdd267bc3754b48be828bdc [diff] |
fix(rpi3): manually populate CNTFRQ reg The rpi3 does not initialize the generic timer in BL1, which is now required to use the delay timer in the dTPM driver. This change sets the counter frequency register (CNTFRQ) with the rpi3's system counter frequency value, as a prerequisite for timer initialization, and then initializes the generic timer all during BL1 setup. Change-Id: I4e2475b63ce4a97653202f94f506b5d3edc4c1a7 Signed-off-by: Abhi Singh <abhi.singh@arm.com>