]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Add EDK debug info.
authorlongpanda <admin@ventoy.net>
Fri, 6 May 2022 06:44:10 +0000 (14:44 +0800)
committerlongpanda <admin@ventoy.net>
Fri, 6 May 2022 06:44:10 +0000 (14:44 +0800)
EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/VentoyProtocol.c
INSTALL/ventoy/ventoy_aa64.efi
INSTALL/ventoy/ventoy_ia32.efi
INSTALL/ventoy/ventoy_x64.efi

index 56cb39489e8a9eb9650d92716f67bc91ae4f26a6..544bfac18df729e5341c1e71053754f56f534d54 100644 (file)
@@ -155,7 +155,8 @@ STATIC EFI_STATUS EFIAPI ventoy_read_iso_sector
     ventoy_override_chunk *pOverride = g_override_chunk;
     EFI_BLOCK_IO_PROTOCOL *pRawBlockIo = gBlockData.pRawBlockIo;
     
     ventoy_override_chunk *pOverride = g_override_chunk;
     EFI_BLOCK_IO_PROTOCOL *pRawBlockIo = gBlockData.pRawBlockIo;
     
-    debug("read iso sector %lu count %u Buffer:%p Align:%u", Sector, Count, Buffer, pRawBlockIo->Media->IoAlign);
+    debug("read iso sector %lu count %u Buffer:%p Align:%u blk:%u", 
+        Sector, Count, Buffer, pRawBlockIo->Media->IoAlign, pRawBlockIo->Media->BlockSize);
 
     ReadStart = Sector * 2048;
     ReadEnd = (Sector + Count) * 2048;
 
     ReadStart = Sector * 2048;
     ReadEnd = (Sector + Count) * 2048;
index f550456e0db4dbf959a524821fbf987b03a7184a..e240dbb81f637dc1a82b1c2c96a009dcd8c01a1f 100644 (file)
Binary files a/INSTALL/ventoy/ventoy_aa64.efi and b/INSTALL/ventoy/ventoy_aa64.efi differ
index 61515d747e65ca35e421b5c457c9bc93b3444414..dad50d66ad7bc72ea94c2ca0f56f7e6514332642 100644 (file)
Binary files a/INSTALL/ventoy/ventoy_ia32.efi and b/INSTALL/ventoy/ventoy_ia32.efi differ
index 73eef7b69a1f7224a853d4843976a7afa6a16c46..3facee7ee898983ee78d1300fe8dc7f658b3a734 100644 (file)
Binary files a/INSTALL/ventoy/ventoy_x64.efi and b/INSTALL/ventoy/ventoy_x64.efi differ