Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: 1f462def90617b3823fb5dd222b003e5529b9940
https://github.com/tianocore/edk2/commit/1f462def90617b3823fb5dd222b003e5529b9940
Author: Aaron Li <[email protected]>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M PrmPkg/Application/PrmInfo/PrmInfoStrings.uni
M PrmPkg/PrmConfigDxe/PrmConfigDxe.c
M PrmPkg/PrmLoaderDxe/PrmLoaderDxe.c
Log Message:
-----------
PrmPkg: Fix debug log format specifier for PhysicalAddress
The debug print incorrectly uses "%016x" to print a UINT64 PhysicalAddress.
This can cause truncation since "%x" expects UINT32.
Update the format specifier to "%016llx" to properly handle UINT64 values
and ensure correct output across all architectures.
Signed-off-by: Aaron Li <[email protected]>
To unsubscribe from these emails, change your notification settings at
https://github.com/tianocore/edk2/settings/notifications
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits