| /freebsd/stand/i386/boot2/ |
| H A D | Makefile | 3 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 D | boot1.S | 56 * 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 D | Makefile | 3 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 D | generate-hfs.sh | 30 # 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 D | bootinfo.txt | 11 boot &device;:&partition;,\ppc\boot1.elf
|
| /freebsd/stand/efi/boot1/ |
| H A D | Makefile | 3 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 D | proto.c | 188 * Define TEST_FAILURE to create a boot1.efi that always fails after in choice_protocol()
|
| /freebsd/stand/efi/gptboot/ |
| H A D | Makefile | 8 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 D | gptboot.efi.8 | 55 .Xr boot1.efi 8 .
|
| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | mmc-card.yaml | 17 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 D | boot1.efi.8 | 31 .Nm boot1.efi 100 will show up on the serial console from boot1.efi.
|
| H A D | Makefile | 3 M.${MK_EFI}+= boot1.efi.8
|
| H A D | loader.efi.8 | 44 .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 D | partedit_powerpc.c | 140 return ("/boot/boot1.hfs"); in partcode_path() 142 return ("/boot/boot1.elf"); in partcode_path()
|
| /freebsd/stand/powerpc/ |
| H A D | Makefile | 5 SUBDIR.yes= boot1.chrp ofw
|
| /freebsd/stand/efi/ |
| H A D | Makefile | 10 SUBDIR.yes+= boot1 gptboot
|
| /freebsd/tools/boot/ |
| H A D | install-boot.sh | 123 # 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 D | generate-hfs.sh | 33 <VERSION> $FreeBSD: head/stand/powerpc/boot1.chrp/bootinfo.txt 184490 2008-10
|
| /freebsd/targets/pseudo/userland/misc/ |
| H A D | Makefile.depend | 9 _sys_boot_efi= stand/efi/loader stand/efi/boot1
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | omap3-ha-common.dtsi | 65 fpga_boot1_pins: fpga-boot1-pins {
|
| /freebsd/stand/efi/libefi/ |
| H A D | efizfs.c | 105 * Find the handle for the boot device. The boot1 did find the in efi_zfs_probe()
|
| /freebsd/release/tools/ |
| H A D | vmimage.subr | 458 BOOTPARTS="-p prepboot:=${BOOTFILES}/powerpc/boot1.chrp/boot1.elf -a 1"
|
| /freebsd/stand/i386/gptboot/ |
| H A D | gptldr.S | 30 * Partly from: src/sys/boot/i386/boot2/boot1.S 1.31
|
| /freebsd/sbin/reboot/ |
| H A D | boot_i386.8 | 268 .It Pa /boot/boot1
|
| /freebsd/stand/i386/loader/ |
| H A D | main.c | 58 /* Arguments passed in from the boot1/boot2 loader */
|