Goldfish64 / AppleSupportPkg

AppleSupportPkg - contains UEFI drivers for Apple environment support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppleSupportPkg

Build Status Scan Status


ApfsDriverLoader

Open source apfs.efi loader based on reverse-engineered Apple's ApfsJumpStart driver. It chain loads the apfs.efi driver that is already embedded in the APFS container from this container.

  • Loads apfs.efi from APFS container located on the block device.
  • Apfs driver verbose logging suppressed.
  • Version system: connects each apfs.efi to the device from which it was retrieved.
  • Embedded signature verification of chainloaded apfs.efi driver, what prevents possible implant injection.

AppleImageLoader

Secure AppleEfiFat binary driver with implementation of AppleLoadImage protocol with EfiBinary signature verification.

It provides secure loading of Apple EFI binary files into memory by pre-authenticating its signature.

AppleUiSupport

Driver which implements set of protocol for support EfiLoginUi which used for FileVault as login window. In short, it implements FileVault support and replaces AppleKeyMapAggregator.efi, AppleEvent.efi, AppleUiTheme.efi, FirmwareVolume.efi, AppleImageCodec.efi. Also, it contains hash service fixes and unicode collation for some boards. These fixes removed from AptioMemoryFix in R23.

AppleEfiSignTool

Open source tool for verifying Apple EFI binaries. It supports ApplePE and AppleFat binaries.

AppleDxeImageVerificationLib

This library provides Apple's crypto signature algorithm for EFI binaries.

Credits

About

AppleSupportPkg - contains UEFI drivers for Apple environment support

License:BSD 2-Clause "Simplified" License


Languages

Language:C 86.3%Language:C++ 10.7%Language:Objective-C 2.1%Language:Shell 0.8%Language:Makefile 0.1%