EDK2 takes information from TF-A. How it got that info does not interest us.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiew...@linaro.org> --- .../Library/SbsaQemuHardwareInfoLib/SbsaQemuHardwareInfoLib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Silicon/Qemu/SbsaQemu/Library/SbsaQemuHardwareInfoLib/SbsaQemuHardwareInfoLib.c b/Silicon/Qemu/SbsaQemu/Library/SbsaQemuHardwareInfoLib/SbsaQemuHardwareInfoLib.c index 596a3453c70f..05b6fca9e538 100644 --- a/Silicon/Qemu/SbsaQemu/Library/SbsaQemuHardwareInfoLib/SbsaQemuHardwareInfoLib.c +++ b/Silicon/Qemu/SbsaQemu/Library/SbsaQemuHardwareInfoLib/SbsaQemuHardwareInfoLib.c @@ -15,7 +15,7 @@ #include <IndustryStandard/SbsaQemuSmc.h> /** - Get CPU count from information passed by Qemu. + Get CPU count from information passed by TF-A. **/ UINT32 @@ -38,7 +38,7 @@ GetCpuCount ( } /** - Get MPIDR for a given cpu from device tree passed by Qemu. + Get MPIDR for a given cpu from TF-A. @param [in] CpuId Index of cpu to retrieve MPIDR value for. @@ -67,7 +67,7 @@ GetMpidr ( } /** - Get NUMA node id for a given cpu from device tree passed by Qemu. + Get NUMA node id for a given cpu from TF-A. @param [in] CpuId Index of cpu to retrieve NUMA node id for. -- 2.45.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119890): https://edk2.groups.io/g/devel/message/119890 Mute This Topic: https://groups.io/mt/107158769/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-