Home
last modified time | relevance | path

Searched full:boot1 (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/stand/i386/boot2/
H A DMakefile3 FILES= boot boot1 boot2
45 boot: boot1 boot2
46 cat boot1 boot2 > boot
48 CLEANFILES+= boot1 boot1.out boot1.o
50 boot1: boot1.out target
51 ${OBJCOPY} -S -O binary boot1.out ${.TARGET}
53 boot1.out: boot1.o
54 ${LD} ${LD_FLAGS} -e start --defsym ORG=${ORG1} -T ${LDSCRIPT} -o ${.TARGET} boot1.o
86 boot2.h: boot1.out
H A Dboot1.S56 * Note: If additional space is needed in boot1, one solution would be to
126 * %cx == 0x100. Note that boot1 does not use this relocated copy
128 * used by boot1 during its initialization. As a result, boot2 uses
175 * ahead and load up the first 16 sectors (boot1 + boot2) from that. When
177 * boot1 ends up at 0x8c00, and boot2 starts at 0x8c00 + 0x200 = 0x8e00.
222 * Trampoline used to call read from within boot1.
/freebsd/stand/powerpc/boot1.chrp/
H A DMakefile3 PROG= boot1.elf
7 FILES= boot1.hfs
8 SRCS= boot1.c ashldi3.c syncicache.c memset.c
11 # Load boot1.elf below kernel.
21 # boot1.elf defined in the HFS template, but sometimes boot1.elf is written
33 boot1.hfs: boot1.elf bootinfo.txt
38 ${DD} if=boot1.elf of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc
42 CLEANFILES+= boot1.hfs
H A Dgenerate-hfs.sh30 # Make two dummy files for the CHRP boot script and boot1
32 echo 'Boot1 START' | dd of=boot1.elf.tmp cbs=$BOOT1_SIZE count=1 conv=block
34 hcopy boot1.elf.tmp :boot1.elf
40 rm boot1.elf.tmp
44 BOOT1_OFFSET=$(hd $OUTPUT_FILE | grep 'Boot1 START' | cut -f 1 -d ' ')
H A Dbootinfo.txt11 boot &device;:&partition;,\ppc\boot1.elf
/freebsd/stand/efi/boot1/
H A DMakefile3 BOOT1?= boot1 macro
4 PROG= ${BOOT1}.sym
15 CWARNFLAGS.boot1.c += -Wno-format
32 SRCS+= boot1.c proto.c self_reloc.c start.S ufs_module.c
63 FILES= ${BOOT1}.efi
64 FILESMODE_${BOOT1}.efi= ${BINMODE}
91 CLEANFILES+= ${BOOT1}.efi
93 ${BOOT1}.efi: ${PROG}
H A Dproto.c188 * Define TEST_FAILURE to create a boot1.efi that always fails after in choice_protocol()
/freebsd/stand/efi/gptboot/
H A DMakefile8 BOOT1?= gptboot
10 .PATH: ${SRCTOP}/stand/efi/boot1 ${SRCTOP}/stand/libsa
11 CFLAGS+= -I${SRCTOP}/stand/efi/boot1
18 .include "${.CURDIR}/../boot1/Makefile"
7 BOOT1?= gptboot global() macro
H A Dgptboot.efi.855 .Xr boot1.efi 8 .
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmmc-card.yaml17 partition, the 2 BOOT partition (boot1/2) and the 4 GP (gp1/2/3/4) if supported
85 partitions-boot1 {
/freebsd/stand/man/
H A Dboot1.efi.831 .Nm boot1.efi
100 will show up on the serial console from boot1.efi.
H A DMakefile3 M.${MK_EFI}+= boot1.efi.8
H A Dloader.efi.844 .Xr boot1.efi 8
491 The old, now obsolete, boot1.efi was installed as bootx64.efi in
497 However, if the old boot1.efi still works, there's no need to update
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpartedit_powerpc.c140 return ("/boot/boot1.hfs"); in partcode_path()
142 return ("/boot/boot1.elf"); in partcode_path()
/freebsd/stand/powerpc/
H A DMakefile5 SUBDIR.yes= boot1.chrp ofw
/freebsd/stand/efi/
H A DMakefile10 SUBDIR.yes+= boot1 gptboot
/freebsd/tools/boot/
H A Dinstall-boot.sh123 # Check if /EFI/BOOT/BOOTxx.EFI is the FreeBSD boot1.efi
130 …echo "Only ${kbfree}KB space remaining: removing old FreeBSD boot1.efi file /EFI/BOOT/${efibootnam…
134 …echo "${kbfree}KB space remaining on ESP: renaming old boot1.efi file /EFI/BOOT/${efibootname}.efi…
/freebsd/release/powerpc/
H A Dgenerate-hfs.sh33 <VERSION> $FreeBSD: head/stand/powerpc/boot1.chrp/bootinfo.txt 184490 2008-10
/freebsd/targets/pseudo/userland/misc/
H A DMakefile.depend9 _sys_boot_efi= stand/efi/loader stand/efi/boot1
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-ha-common.dtsi65 fpga_boot1_pins: fpga-boot1-pins {
/freebsd/stand/efi/libefi/
H A Defizfs.c105 * Find the handle for the boot device. The boot1 did find the in efi_zfs_probe()
/freebsd/release/tools/
H A Dvmimage.subr458 BOOTPARTS="-p prepboot:=${BOOTFILES}/powerpc/boot1.chrp/boot1.elf -a 1"
/freebsd/stand/i386/gptboot/
H A Dgptldr.S30 * Partly from: src/sys/boot/i386/boot2/boot1.S 1.31
/freebsd/sbin/reboot/
H A Dboot_i386.8268 .It Pa /boot/boot1
/freebsd/stand/i386/loader/
H A Dmain.c58 /* Arguments passed in from the boot1/boot2 loader */

12