]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/EfiLdr/EfiLoader.c
MdePkg/include: Add Acpi.h to DMAR table.
[mirror_edk2.git] / DuetPkg / EfiLdr / EfiLoader.c
index 6913027650748ce29c6e17974c09099ec9922e4d..ac950b55fa6d70cf83a5354ee2226e18d74b93ab 100644 (file)
@@ -24,6 +24,9 @@ Revision History:
 #include "PeLoader.h"\r
 #include "LzmaDecompress.h"\r
 \r
+EFILDR_LOADED_IMAGE    DxeCoreImage;\r
+EFILDR_LOADED_IMAGE    DxeIplImage;\r
+\r
 VOID\r
 SystemHang (\r
   CHAR8        *Message\r
@@ -63,7 +66,7 @@ EfiLoader (
 \r
   //\r
   // Add all EfiConventionalMemory descriptors to the table.  If there are partial pages, then\r
-  // round the start address up to the next page, and round the length down to a page boundry.\r
+  // round the start address up to the next page, and round the length down to a page boundary.\r
   //\r
   BiosMemoryMap = (BIOS_MEMORY_MAP *) (UINTN) BiosMemoryMapBaseAddress;\r
   NumberOfMemoryMapEntries = 0;\r