Skip to content

Tags: goujibing123/uefi-ntfs

Tags

v2.2

Toggle v2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
pbatard Pete Batard
add application banner and coloured text output

v2.1

Toggle v2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
pbatard Pete Batard
make sure tagged releases are published

v2.0

Toggle v2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
pbatard Pete Batard
add automated release creation

* Also update gnu-efi to latest

v1.8

Toggle v1.8's commit message

Verified

This commit was signed with the committer’s verified signature.
pbatard Pete Batard
add reporting of SMBIOS information

* Also update gnu-efi to latest

v1.7

Toggle v1.7's commit message

Verified

This commit was signed with the committer’s verified signature.
pbatard Pete Batard
misc. improvements & refactoring

* Improve output messages
* Reorder operations
* Print target device path and volume label

v1.6

Toggle v1.6's commit message
add full ARM64 support

* Also remove VS/Clang support
* Also update gnu-efi to latest and use HTTPS for downloads

v1.5

Toggle v1.5's commit message
check that the loaded driver is of EFI subsystem 'Boot System Driver'

* This is needed for HP UEFI firmwares, who apparently won't start
  drivers that are of a different type, such as 'Runtime Driver'
* Also avoid using HandleProtocol() as advised by the UEFI specs
  and improve the output of DisconnectBlockingDrivers()

v1.4

Toggle v1.4's commit message
use uefi_main as entry point and use UEFI arch designations

* Also finx additional ARM compilation issues with gcc and
  enable ARM debugging with Visual Studio

v1.3

Toggle v1.3's commit message
use 'ia32' for x86_32 driver suffix

* This is the same as what rEFInd uses
* Also update downloads for latest efifs drivers (0.8)
* Also fix OVMF download for Linux

v1.2

Toggle v1.2's commit message
fix 32 bit build and add 32 bit testing