Skip to content

Releases: pbatard/EfiFs

EfiFs 1.10

05 Jun 11:45
4087873
Compare
Choose a tag to compare
  • Add EROFS support
  • Add Btrfs zstd compression support (with thanks to Jan Schmitz)
  • Update GRUB and gnu-efi to latest

EfiFs 1.9

05 Sep 15:57
3ac43bb
Compare
Choose a tag to compare
  • Work around Linux kernel's EFI stub not properly handling EFI_BUFFER_TOO_SMALL on GetInfo (#38, #26, #27)
  • Update solution for VS2022
  • Update GRUB and gnu-efi to latest

EfiFs 1.8

20 Aug 15:58
6de1473
Compare
Choose a tag to compare
  • Add RISC-V 64 bit drivers
  • Support SetPosition() value 0xFFFFFFFFFFFFFFFF meaning SEEK_END
  • Update GRUB and gnu-efi to latest

The SHA-256 of each individual driver (which demonstrates that the binaries were built from the public source found here, and not tampered with in any way) can be found in the GitHub Action logs.

EfiFs 1.7

13 Aug 16:51
10ddc39
Compare
Choose a tag to compare

Originally released on 2020.11.18

  • Fix potential freezout due to freeing of system resources
  • Fix Device Path not being displayed when logging is enabled
  • Improve asserts
  • Update GRUB and gnu-efi to latest

EfiFs 1.6

13 Aug 16:44
93bab86
Compare
Choose a tag to compare

Originally released on 2020.05.26

  • Improve compatibility by removing reliance on Device Path to Text protocol
  • Update GRUB and gnu-efi to latest

EfiFs 1.5

13 Aug 16:41
c80c1b1
Compare
Choose a tag to compare

Originally released on 2020.04.14

  • Fix a crash with recent QEMU AARCH64 firmwares
  • Update GRUB to latest

EfiFs 1.4

13 Aug 16:39
d5ae82f
Compare
Choose a tag to compare

Originally released on 2020.03.04

  • Add SquashFS driver
  • Fix unable to switch drive on recent UEFI Shells
  • Fix DEBUG warnings on FreePool()
  • Fix grub_errno not being set on error
  • Fix calling convention for Print() calls
  • Update GRUB and gnu-efi to latest

EfiFs 1.3

13 Aug 16:36
Compare
Choose a tag to compare

Originally released on 2018.04.25

  • Fix F2FS driver bug (MSVC only) that was introduced in v1.2
  • Remove custom EDK2 patches for VS2017 and ARM/ARM64 support (now integrated upstream)
  • Remove custom GRUB patches for F2FS support (now integrated upstream)
  • Update GRUB and gnu-efi to latest

EfiFs 1.2

13 Aug 16:33
Compare
Choose a tag to compare

Originally released on 2017.11.14

  • Add EDK2 compilation support
  • Add Visual Studio 2017 ARM64 compilation support
  • Update GRUB and gnu-efi to latest

EfiFs 1.1

13 Aug 16:30
Compare
Choose a tag to compare

Originally released on 2016.12.28

  • Add ARM64 platform support
  • Add F2FS support (EXPERIMENTAL)
  • Internal improvements
  • Update GRUB and gnu-efi to latest