Source: dtbloader
Section: admin
Priority: optional
Maintainer: binarycraft007 <keep.it.sns@gmail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13), clang, lld, llvm
Standards-Version: 4.7.2
Homepage: https://github.com/TravMurav/dtbloader
Vcs-Git: https://github.com/TravMurav/dtbloader.git

Package: dtbloader
Architecture: arm64
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 systemd-boot
Description: EFI driver that finds and installs DeviceTree
 This package provides an EFI driver that locates a DeviceTree blob (.dtb)
 file and installs it into the UEFI configuration table. This is useful
 for systems that require a DeviceTree for proper hardware initialization
 but do not have a bootloader that natively supports loading it.
