We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c2e91 commit 3e24c0fCopy full SHA for 3e24c0f
Platforms/AndromedaPkg/Library/QcSecProtocolsLocatorSecLib/QcSecProtocolsLocatorSecLib.c
@@ -67,6 +67,12 @@ EFI_STATUS FindTeAddr(TE_INFO_STRUCT *TEInfo)
67
// Store Address
68
TEInfo->TEBuffer = (VOID *)SecurityCoreAddress;
69
TEInfo->programBuffer = (VOID *)ProgramBufferAddress;
70
+
71
+ // TODO: Fix this properly! - For now we use a generous size
72
+ UINTN len = 0x40000;
73
74
+ TEInfo->fileSize = len;
75
+ TEInfo->teSize = len - sizeof(EFI_TE_IMAGE_HEADER);
76
goto exitLoop;
77
}
78
0 commit comments