NetBSD/sys/stand
jmcneill 3fc11eecb7 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.
2020-07-15 00:51:40 +00:00
..
efiboot Fixup OpenSimpleReadFile usage: 2020-07-15 00:51:40 +00:00
cat.c
copy.c
ls.c