| /src/sys/arch/hpc/stand/hpcboot/ |
| boot.h | 1 /* -*-C++-*- $NetBSD: boot.h,v 1.5 2008/04/28 20:23:20 martin Exp $ */ 44 class Boot { 46 static Boot *_instance; 52 Boot(void); 53 virtual ~Boot(void); 62 static Boot &Instance(void); 69 BOOL Boot::attachLoader(void);
|
| boot.cpp | 1 /* $NetBSD: boot.cpp,v 1.7 2008/04/28 20:23:20 martin Exp $ */ 34 #include <boot.h> 55 Boot *Boot::_instance = 0; 57 Boot & 58 Boot::Instance() 65 // (will be invoked by boot button) 88 Boot::Destroy() 96 Boot::setup() 125 Boot::Boot( [all...] |
| hpcboot.cpp | 44 #include <boot.h> 74 Boot::Instance(); // Boot loader 81 Boot::Destroy(); 92 // boot sequence. 102 Boot &f = Boot::Instance(); 224 if (MessageBox(menu._root->_window, TEXT("Push YES to boot."), 246 TEXT("BOOT FAILED"), MB_ICONERROR | MB_OK); 260 // cancel auto-boot [all...] |
| /src/sys/arch/hpc/stand/hpcboot/arm/ |
| arm_boot.h | 35 #include <boot.h> 37 class ARMBoot : public Boot { 39 typedef Boot super;
|
| /src/sys/arch/hpc/stand/hpcboot/mips/ |
| mips_boot.h | 35 #include <boot.h> 37 class MIPSBoot : public Boot { 39 typedef Boot super;
|
| /src/sys/arch/hpc/stand/hpcboot/sh3/ |
| sh_boot.h | 35 #include <boot.h> 37 class SHBoot : public Boot { 39 typedef Boot super;
|
| /src/sys/arch/amiga/stand/bootblock/bootxx_ffs/ |
| startit.s | 39 movel %sp@(4),%a0 | Boot loader address 44 * but boot.amiga uses the default command in boot.amiga. Copy the 45 * possibly modified default command before entering the boot loader.
|
| /src/usr.sbin/sysinst/arch/ofppc/ |
| msg.md.de | 67 {Es gibt keine Boot Partition in der MBR Partitionstabelle.} 70 {Die Boot Partition ist zu klein. Sie ben�tigt mindestens 2MB, 74 {Es gibt keine Boot Partition im Disklabel. Die Boot Partition sollte
|
| /src/games/hunt/huntd/ |
| extern.c | 59 PLAYER Boot[NBOOTS]; /* all the boots */
|
| hunt.h | 151 extern PLAYER Boot[NBOOTS];
|
| /src/sys/arch/acorn32/doc/ |
| bootoptions | 38 * Description of all available boot options 44 This file describes all the boot options available. 46 RiscPC Boot options 74 RC7500 Boot options
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| socfpga_arria10_socdk_qspi.dts | 28 partition@qspi-boot { 29 label = "Boot and fpga data";
|
| at91sam9x5cm.dtsi | 86 label = "u-boot"; 91 label = "U-Boot Env Redundant"; 96 label = "U-Boot Env";
|
| kirkwood-ts219.dtsi | 50 label = "U-Boot"; 68 label = "U-Boot Config";
|
| omap3-gta04a5one.dts | 91 label = "U-Boot"; 96 label = "U-Boot Env";
|
| am335x-moxa-uc-2100-common.dtsi | 23 regulator-boot-on; 205 label = "U-Boot"; 210 label = "U-Boot Env";
|
| ls1021a-moxa-uc-8410a.dts | 216 label = "U-Boot"; 221 label = "U-Boot Env";
|
| at91-cosino.dtsi | 83 label = "u-boot"; 88 label = "U-Boot Env";
|
| imx6ul-imx6ull-opos6ul.dtsi | 8 reg = <0x80000000 0>; /* will be filled by U-Boot */
|
| kirkwood-nas2big.dts | 67 regulator-boot-on; 113 label = "U-Boot";
|
| /src/sys/arch/hpcmips/stand/pbsdboot/res/ |
| pbsdboot.rc | 85 DEFPUSHBUTTON "&Boot",IDC_BOOT,46,105,47,12
107 DEFPUSHBUTTON "&Boot",IDC_BOOT,92,64,45,11
131 CONTROL "Pause before boot.",IDC_PAUSE,"Button",BS_AUTOCHECKBOX |
141 CHECKBOX "Auto Boot",IDC_AUTOBOOT,6,18,46,10
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/ |
| armada-7040-db.dts | 97 label = "U-Boot"; 168 label = "U-Boot"; 200 label = "U-Boot";
|
| armada-8040-db.dts | 86 label = "U-Boot"; 252 label = "Boot"; 288 label = "U-Boot";
|
| armada-3720-turris-mox.dts | 70 regulator-boot-on; 84 regulator-boot-on; 109 /* enabled by U-Boot if SFP module is present */ 139 * U-Boot port for Turris Mox has a bug which always expects that "ranges" DT property 142 * conditions are not met then U-Boot crashes during loading kernel DTB file. PCIe address 145 * This bug is not present in U-Boot ports for other Armada 3700 devices and is fixed in 146 * U-Boot version 2021.07. See relevant U-Boot commits (the last one contains fix): 147 * https://source.denx.de/u-boot/u-boot/-/commit/cb2ddb291ee6fcbddd6d8f4ff49089dfe580f5d [all...] |
| /src/distrib/acorn32/stand/ |
| Makefile | 43 SETTYPE_FILES=!BtNetBSD/!Boot !BtNetBSD/!Edit !BtNetBSD/!Help !BtNetBSD/!Run 47 SETTYPE_FILE_!BtNetBSD/!Boot=feb
|