From 3da85e633e2589a312fb3646660ef68e6a0bf18b Mon Sep 17 00:00:00 2001 From: klu2 Date: Fri, 25 Apr 2008 09:30:24 +0000 Subject: 1, Use PrintLib in Duet loader 2, Fix missing compress image in final disk image. I think the raw disk image had better be organized as our FD image format. I will discuss this after enabling DUET for R9. 3, Add more debug output in loader. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5128 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/EfiLdr/EfiLdr.h | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'DuetPkg/EfiLdr/EfiLdr.h') diff --git a/DuetPkg/EfiLdr/EfiLdr.h b/DuetPkg/EfiLdr/EfiLdr.h index b1d0e1c272..1417b761c6 100644 --- a/DuetPkg/EfiLdr/EfiLdr.h +++ b/DuetPkg/EfiLdr/EfiLdr.h @@ -30,6 +30,7 @@ Revision History: #include #include #include +#include #define INT15_E820_AddressRangeMemory 1 #define INT15_E820_AddressRangeReserved 2 @@ -80,28 +81,6 @@ typedef struct { BIOS_MEMORY_MAP_ENTRY MemoryMapEntry[1]; } BIOS_MEMORY_MAP; -EFI_STATUS -EFIAPI -UefiDecompressGetInfo ( - IN EFI_TIANO_DECOMPRESS_PROTOCOL *This, - IN VOID *Source, - IN UINT32 SrcSize, - OUT UINT32 *DstSize, - OUT UINT32 *ScratchSize - ); - -EFI_STATUS -EFIAPI -TianoDecompress ( - IN EFI_TIANO_DECOMPRESS_PROTOCOL *This, - IN VOID *Source, - IN UINT32 SrcSize, - IN OUT VOID *Destination, - IN UINT32 DstSize, - IN OUT VOID *Scratch, - IN UINT32 ScratchSize - ); - EFILDR_LOADED_IMAGE DxeCoreImage; EFILDR_LOADED_IMAGE DxeIplImage; -- cgit v1.2.3