Searched refs:efi (Results 26 - 50 of 101) sorted by relevance

12345

/freebsd-13-stable/stand/efi/boot1/
H A DMakefile56 # Always add MI sources and REGULAR efi loader bits
63 FILES= ${BOOT1}.efi
64 FILESMODE_${BOOT1}.efi= ${BINMODE}
77 LIBEFI= ${BOOTOBJ}/efi/libefi/libefi.a
89 ${BOOT1}.efi: ${PROG}
H A Dboot_module.h34 #include <efi.h>
/freebsd-13-stable/stand/efi/libefi/
H A Dlibefi.c30 #include <efi.h>
H A Dtime_event.c30 #include <efi.h>
H A Dwchar.c29 #include <efi.h>
H A Defi_driver_utils.c31 #include <efi.h>
H A Derrno.c30 #include <efi.h>
H A Defichar.c39 #include <sys/efi.h>
40 #include <machine/efi.h>
H A DMakefile5 LIB= efi
H A Defizfs.c38 #include <efi.h>
/freebsd-13-stable/stand/efi/loader/
H A Dconf.c32 #include <efi.h>
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A DMakefile14 PARTEDIT_ARCH= efi
/freebsd-13-stable/usr.sbin/efidp/
H A Defidp.c46 { "to-efi", no_argument, NULL, 'e' },
140 char efi[MAXSIZE]; local
153 warn("Can't convert '%s' to efi", walker);
156 if (efidp_format_device_path(efi, sizeof(efi),
161 printf("%s\n", efi);
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dscript135 # /boot/efi is empty and does not handle analagous problems on
137 tar -xf "$BSDINSTALL_DISTDIR/$set" -C $BSDINSTALL_CHROOT --exclude boot/efi
138 mkdir -p $BSDINSTALL_CHROOT/boot/efi
H A Dbootconfig50 if [ -n "$(awk '{if ($2=="/boot/efi") printf("%s\n",$1);}' $PATH_FSTAB)" ]; then
59 BOOTDIR="/efi/boot"
60 BOOTNAME="${BOOTDIR}/boot${ARCHBOOTNAME}.efi"
61 FREEBSD_BOOTDIR="/efi/freebsd"
62 FREEBSD_BOOTNAME="${FREEBSD_BOOTDIR}/loader.efi"
63 mntpt="$BSDINSTALL_CHROOT/boot/efi"
65 f_dprintf "Installing loader.efi onto ESP"
67 cp "$BSDINSTALL_CHROOT/boot/loader.efi" "${mntpt}/${FREEBSD_BOOTNAME}"
81 cp "$BSDINSTALL_CHROOT/boot/loader.efi" "${mntpt}/${BOOTNAME}"
/freebsd-13-stable/release/tools/
H A Darm.subr69 chroot ${CHROOTDIR} gpart add -t efi -l efi -a 512k -s ${FAT_SIZE} ${mddev}
70 chroot ${CHROOTDIR} newfs_msdos -L efi -F ${FAT_TYPE} /dev/${mddev}p1
143 echo '# Multiple console (serial+efi gop) enabled.' \
187 chroot ${CHROOTDIR} mkdir -p ${DESTDIR}/boot/efi
202 echo "/dev/msdosfs/EFI /boot/efi msdosfs rw,noatime 0 0" \
259 chroot ${CHROOTDIR} cp -p ${BOOTFILES}/efi/loader_lua/loader_lua.efi \
H A Dvmimage.subr234 make_esp_file ${espfilename} ${fat32min} ${BOOTFILES}/efi/loader_lua/loader_lua.efi
235 BOOTPARTS="${BOOTPARTS} -p efi/efiesp:=${espfilename}"
238 mkdir -p ${DESTDIR}/boot/efi
239 echo "/dev/${ROOTLABEL}/efiesp /boot/efi msdosfs rw 2 2" \
/freebsd-13-stable/lib/libefivar/
H A DMakefile29 EFIBOOT=${SRCTOP}/stand/efi
/freebsd-13-stable/stand/efi/loader/arch/arm/
H A Dexec.c40 #include <efi.h>
/freebsd-13-stable/stand/efi/loader/arch/i386/
H A Delf32_freebsd.c38 #include <efi.h>
/freebsd-13-stable/stand/efi/loader/arch/riscv/
H A Dexec.c40 #include <efi.h>
/freebsd-13-stable/release/amd64/
H A Dmkisoimages.sh52 make_esp_file ${espfilename} ${espsize} ${BASEBITSDIR}/boot/loader.efi
53 bootable="$bootable -o bootimage=i386;${espfilename} -o no-emul-boot -o platformid=efi"
79 if [ "$et_platform" = "efi" ]; then
82 espparam="-p efi::$espsize:$espstart"
/freebsd-13-stable/stand/forth/
H A DMakefile21 FILES+= efi.4th
/freebsd-13-stable/stand/
H A DMakefile41 S.${MK_EFI}+= efi
/freebsd-13-stable/tools/boot/
H A Drootgen.sh62 make_esp_file ${img}.p1 ${espsize} ${src}/boot/loader.efi
65 -p efi:=${img}.p1 \
77 make_esp_file ${img}.p1 ${espsize} ${src}/boot/loader.efi
81 -p efi:=${img}.p1 \
140 gpart add -t efi -s ${espsize}k -a 4k ${md}
179 gpart add -t efi -s ${espsize}k -a 4k ${md}
226 make_esp_file ${img}.s1 ${espsize} ${src}/boot/loader.efi
229 mkimg -a 1 -s mbr -p efi:=${img}.s1 -p freebsd:=${img}.s2 -o ${img}
240 make_esp_file ${img}.s1 ${espsize} ${src}/boot/loader.efi
243 mkimg -a 2 -s mbr -b ${src}/boot/mbr -p efi
[all...]

Completed in 207 milliseconds

12345