Home | History | Annotate | Download | only in efiboot
History log of /src/sys/stand/efiboot/efifile.c
RevisionDateAuthorComments
 1.5  15-Jul-2020  jmcneill Fixup OpenSimpleReadFile usage:
- The "EFI_DEVICE_PATH **FilePath" parameter can change, so do not free
the output. This was causing crashes on U-Boot when attempting to load
boot.cfg, even if it didn't exist.
- Allocate the SIMPLE_READ_FILE in advance and store a pointer to it in
struct open_file.
 1.4  27-Jun-2020  jmcneill Load boot.cfg from the EFI system partition instead of the first FFS
partition on that device.
 1.3  26-Aug-2018  jmcneill branches: 1.3.2; 1.3.6;
Add support for booting kernels from FFS partitions.
 1.2  24-Aug-2018  jmcneill If the boot device could not be determined, use the first one found as
the default. While here, remove unnecessary calls to LibFileSystemInfo().
 1.1  24-Aug-2018  jmcneill Add MI EFI bootloader and AArch64 glue.
 1.3.6.2  10-Jun-2019  christos Sync with HEAD
 1.3.6.1  26-Aug-2018  christos file efifile.c was added on branch phil-wifi on 2019-06-10 22:09:56 +0000
 1.3.2.2  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.3.2.1  26-Aug-2018  pgoyette file efifile.c was added on branch pgoyette-compat on 2018-09-06 06:56:47 +0000

RSS XML Feed