opnsense-src/sys/boot/efi/loader
Toomas Soome b07d6aa2ae libefi: pdinfo_t pd_unit and pd_open should be unsigned
The device index, partition index and reference counter are all positive
numbers. However, since our internal partition number may be negative
to indicate GPT table, the compare expression need to take care when comparing
pdinfo_t and partition data.
2017-09-22 07:29:26 +00:00
..
arch Make spinconsole platform independent and hook it up into EFI loader on 2017-08-25 17:29:48 +00:00
autoload.c Enable warnings in EFI boot code 2016-01-12 02:17:39 +00:00
bootinfo.c Fix loader bug causing too many pages allocation when bootloader is U-Boot 2017-09-05 05:53:43 +00:00
conf.c Make spinconsole platform independent and hook it up into EFI loader on 2017-08-25 17:29:48 +00:00
copy.c loader.efi: use stricter check for Hyper-V 2017-03-14 08:12:14 +00:00
efi_main.c Link in libefi for boot1 2017-08-26 18:30:14 +00:00
loader_efi.h Move EFI fmtdev functionality to libefi 2017-08-04 16:33:36 +00:00
main.c libefi: pdinfo_t pd_unit and pd_open should be unsigned 2017-09-22 07:29:26 +00:00
Makefile Move efi_main into efi/loader 2017-08-26 18:29:24 +00:00
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
version Move the efi loaders to be under sys/boot/efi. This will help us add 2015-04-01 08:30:40 +00:00