Alexander Coffin

Results 1 issues of Alexander Coffin

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: ```c FwPackageCopyImageName (PkgName, PkgImageInfo, sizeof (PkgName)); ``` instead of the current: ```c FwPackageCopyImageName (PkgName,...