Closed coffinmatician closed 2 months ago
Thanks for reporting this! Yes, it will be corrected as you indicate in an upcoming release. Without the fix, the length of the partition name for a single image capsule update is limited to 18 CHAR16s instead of the full 36 CHAR16s that should be supported.
As I was reading through the code I noticed that https://github.com/NVIDIA/edk2-nvidia/blob/0c326dcc1fbee072cb03509e42fb48f0cb0c4ce2/Silicon/NVIDIA/Library/FmpDeviceLib/TegraFmp.c#L1127 probably was meant to be:
instead of the current:
as the length is in terms of bytes, and not
CHAR16
s from my reading of the function's description, and other usages of it in this file.