diff options
author | Leif Lindholm <quic_llindhol@quicinc.com> | 2024-06-19 15:41:33 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-06-26 01:51:15 +0000 |
commit | a715d456de47187cbaad1747a398499180cac710 (patch) | |
tree | b911de0e8f891f1cf96f2b08c0f6222eee93fade /EmulatorPkg | |
parent | 2fbaaa96d11ad61a9133df1728e3fe965d1457a5 (diff) | |
download | edk2-a715d456de47187cbaad1747a398499180cac710.zip edk2-a715d456de47187cbaad1747a398499180cac710.tar.gz edk2-a715d456de47187cbaad1747a398499180cac710.tar.bz2 |
ArmPkg: drop manual ARM programming of generic timer frequency
There is a bit of legacy code in ArmArchTimerLib that attempts to program
the generic timer based on a Pcd. This was only ever done for (32-bit)
ARM in case the cpu lacked the Security Extensions (because if they were
there, Secure firmware would be expected to have configured this before
switching to Non-secure state).
We don't support operation without Secure firmware anymore, but also the
code has been incorrectly invoked only on platforms that *do* implement
the Security Extensions since December 2020 and commit 0dd0d42ab5b6
("ArmPkg: use helper to check for Security extensions in ArmArchTimerLib")
As a result, edk2 has been overriding any programming done by Secure
Firmware on ARM platforms. Which is wrong.
Drop this programming in preparation for deleting the Pcd completely.
Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
Diffstat (limited to 'EmulatorPkg')
0 files changed, 0 insertions, 0 deletions