summaryrefslogtreecommitdiff
path: root/sys/stand/efiboot/efiblock.c
AgeCommit message (Expand)Author
2023-06-14Avoid void * pointer arithmetic; cast to UINT8 * explicitly.rin
2022-04-24Use physical sector size as unit for disk addresses.mlelstv
2021-10-30If a path is not specified, assume /. This makes "ls" and "ls hd0b:" workjmcneill
2021-06-23fix typojmcneill
2021-06-23Fix buffer size for alignment adjusted block I/O reads.jmcneill
2021-06-22efiboot: Use EFI_BLOCK_IO_PROTOCOL if EFI_DISK_IO_PROTOCOL is missingjmcneill
2021-06-21efiboot: Add readahead support.jmcneill
2021-06-21efiboot: Use disk I/O protocol for block device access.jmcneill
2021-06-20Add support for the boot services watchdog and pet it on every block I/Ojmcneill
2021-05-26add basic raidframe support to efiboot.mrg
2020-11-28Deal with devices that report either 512 or 2048 as logical block sizejmcneill
2020-10-18efiboot: recognize the EFI system partition as fstype MSDOStnn
2020-10-11Add ISO9660 support.jmcneill
2019-09-27Use roundup2() instead of open coding something almost the same thatjakllsch
2019-09-21Honour block device's IO alignment requirements.jmcneill
2019-03-09Workaround a bug with ROCKPro64's U-Boot EFI implementation. The bootedjmcneill
2018-11-01Add GPT support.jmcneill
2018-09-14MI efiboot: avoid LBA overflow in efi_block_find_partitions_disklabel()jakllsch
2018-08-27Pass a hash of the MBR and the booted partition to the kernel.jmcneill
2018-08-26Add support for booting kernels from FFS partitions.jmcneill