From 12b3e61ee873f395920b3397853bde50e37d7b9c Mon Sep 17 00:00:00 2001 From: lgao4 Date: Tue, 28 Apr 2009 01:37:19 +0000 Subject: Add ASSERT when EFI decompress need to be parsed but it is not supported. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8191 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/DxeIplPeim/DxeLoad.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MdeModulePkg/Core/DxeIplPeim') diff --git a/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c b/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c index e756f0ba58..d8f047e80d 100644 --- a/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c +++ b/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c @@ -640,6 +640,11 @@ Decompress ( } break; } else { + // + // PcdDxeIplSupportUefiDecompress is FALSE + // Don't support UEFI decompression algorithm. + // + ASSERT (FALSE); return EFI_NOT_FOUND; } -- cgit v1.2.3