diff options
author | Akshay Behl <cap2k4@rivosinc.com> | 2025-06-08 22:49:22 +0530 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-07-08 18:35:46 +0000 |
commit | 67b744697c0780cce462560ab2d5d1c7fc18ecaf (patch) | |
tree | 7365eeaee0f1848a285bcfbb421f0e029d7798f6 /MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptExecute.c | |
parent | 5ea0be305a072d995c11b163f6292d24cf514d0b (diff) | |
download | edk2-67b744697c0780cce462560ab2d5d1c7fc18ecaf.zip edk2-67b744697c0780cce462560ab2d5d1c7fc18ecaf.tar.gz edk2-67b744697c0780cce462560ab2d5d1c7fc18ecaf.tar.bz2 |
UefiCpuPkg: TimerLib support to fetch freq from DT
On RISC-V platforms, just like other platforms, we need to pass various
information from one stage to another (hartid/cmo operations etc).
Also there are some settings like Timer freq which are platform dependent
which use PCDs. Today hartid is extracted through Firmware Context
(custom in mem structure passed from one stage to another). For CMO we
have a features HOB. Going forward we would like to have a standard
mechanism to pass on such information and DT is handy as it can easily
carry all this information (in some cases nodes already exists). This
patch implement timebase frequency extraction from DT.
Signed-off-by: Akshay Behl <cap2k4@rivosinc.com>
Co-authored-by: Dhaval Sharma <dhaval@rivosinc.com>
Diffstat (limited to 'MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptExecute.c')
0 files changed, 0 insertions, 0 deletions