Home
last modified time | relevance | path

Searched refs:bootloader (Results 1 – 25 of 268) sorted by relevance

1234567891011

/netbsd-src/sys/arch/x68k/stand/
H A DREADME6 It is placed in ffs's boot area and loads secondary bootloader
8 This historical primary bootloader uses custom ffs op
14 is placed in CD and loads secondary bootloader
18 bootloader from subsequent USTARFS.
24 and loads secondary bootloader from its filesystem.
41 mboot is 0-th bootloader.
45 which should have primary bootloader.
54 SCSI IPL using mboot bootloader to make a disk bootable.
/netbsd-src/sys/arch/acorn32/doc/
H A Dbootloader1 # $NetBSD: bootloader,v 1.1 2001/10/18 00:05:00 reinoud Exp $
4 The current bootloader (since 2001) is written in BASIC and is RISC OS
7 In contrast to the old bootloader, the (new) bootloader is relocating the
11 The development of a 2nd stage bootloader is a possible extension.
/netbsd-src/usr.sbin/sysinst/arch/prep/
H A Dmd.c184 char rawdev[100], bootpart[100], bootloader[100]; in md_post_extract() local
193 snprintf(bootloader, 100, "/usr/mdec/boot_com0"); in md_post_extract()
195 snprintf(bootloader, 100, "/usr/mdec/boot"); in md_post_extract()
204 "-r %s /.bootimage", bootloader, rawdev); in md_post_extract()
208 bootloader); in md_post_extract()
/netbsd-src/sys/arch/x68k/stand/xxboot/
H A Dboot.S5 | bootloader to (*). (*) is 0x2000 (from FD) or 0x2400 (from SASI/SCSI).
7 | (2) The first 1KB loads full primary bootloader (including first 1KB) from
10 | (3) The full primary bootloader loads the secondary bootloader known as
95 | of the IPL (or the previous bootloader). At this point
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dat91-sama5d27_som1.dtsi55 bootloader@40000 {
56 label = "bootloader";
61 label = "bootloader env redundant";
66 label = "bootloader env";
H A Dbcm2711-rpi.dtsi7 /* Will be filled by the bootloader */
58 * RPi4's co-processor will copy the board's bootloader configuration
63 compatible = "raspberrypi,bootloader-config", "nvmem-rmem";
H A Dsama5d3xcm.dtsi100 bootloader@40000 {
101 label = "bootloader";
106 label = "bootloader env";
H A Darmada-xp-crs326-24g-2s.dtsi10 * Note: this Device Tree assumes that the bootloader has remapped the
14 * boards were delivered with an older version of the bootloader that
16 * situation, you should either update your bootloader (preferred
H A Darmada-xp-crs328-4c-20s-4s.dtsi10 * Note: this Device Tree assumes that the bootloader has remapped the
14 * boards were delivered with an older version of the bootloader that
16 * situation, you should either update your bootloader (preferred
H A Darmada-xp-crs305-1g-4s.dtsi10 * Note: this Device Tree assumes that the bootloader has remapped the
14 * boards were delivered with an older version of the bootloader that
16 * situation, you should either update your bootloader (preferred
H A Dat91-sama5d4_xplained.dts210 bootloader@40000 {
211 label = "bootloader";
216 label = "bootloader env redundant";
221 label = "bootloader env";
H A Darmada-xp-db-dxbc2.dts9 * Note: this Device Tree assumes that the bootloader has remapped the
13 * boards were delivered with an older version of the bootloader that
15 * situation, you should either update your bootloader (preferred
H A Darmada-xp-db-xc3-24g4xg.dts9 * Note: this Device Tree assumes that the bootloader has remapped the
13 * boards were delivered with an older version of the bootloader that
15 * situation, you should either update your bootloader (preferred
H A Darmada-xp-gp.dts12 * Note: this Device Tree assumes that the bootloader has remapped the
16 * boards were delivered with an older version of the bootloader that
18 * situation, you should either update your bootloader (preferred
39 * bootloader according the size of the module
H A Dsama5d3xcm_cmp.dtsi154 bootloader@40000 {
155 label = "bootloader";
160 label = "bootloader env";
H A Dat91-sama5d27_wlsom1.dtsi225 bootloader@40000 {
226 label = "bootloader";
231 label = "bootloader env redundant";
236 label = "bootloader env";
H A Dhisi-x5hd2-dkb.dts57 /* Placeholder, overwritten by bootloader */
71 /* Placeholder, overwritten by bootloader */
H A Dat91sam9261ek.dts97 bootloader@40000 {
98 label = "bootloader";
103 label = "bootloader env";
H A Dat91sam9rlek.dts97 bootloader@40000 {
98 label = "bootloader";
103 label = "bootloader env";
H A Dat91-sama5d3_xplained.dts329 bootloader@40000 {
330 label = "bootloader";
335 label = "bootloader env redundant";
340 label = "bootloader env";
H A Dat91-sama5d2_ptc_ek.dts91 bootloader@40000 {
92 label = "bootloader";
97 label = "bootloader env redundant";
102 label = "bootloader env";
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/Docs/
H A DFiles12 BtNetBSD - Old NetBSD bootloader
13 boot32 - New NetBSD bootloader
/netbsd-src/usr.sbin/sysinst/arch/luna68k/
H A Dmsg.md.en49 be prepared for the LUNA's firmware to load our native bootloader.}
52 {Copying bootloader into the 4.3BSD boot partition on %s...
57 firmware NVRAM variables to load NetBSD's bootloader by default.
/netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/
H A Delf32msp430.sc43 bootloader(rx) : ORIGIN = 0x0c00, LENGTH = 1K
55 .bootloader ${RELOCATING-0} :
58 *(.bootloader)
60 ${RELOCATING+*(.bootloader.*)}
61 } ${RELOCATING+ > bootloader}
/netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/
H A Delf32msp430.sc43 bootloader(rx) : ORIGIN = 0x0c00, LENGTH = 1K
55 .bootloader ${RELOCATING-0} :
58 *(.bootloader)
60 ${RELOCATING+*(.bootloader.*)}
61 } ${RELOCATING+ > bootloader}

1234567891011