/openbmc/openbmc/meta-raspberrypi/recipes-bsp/rpi-eeprom/ |
H A D | rpi-eeprom_git.bb | 2 DESCRIPTION = "This repository contains the rpi4 bootloader and scripts \ 37 install -d ${D}${base_libdir}/firmware/raspberrypi/bootloader-2711/default 38 install -d ${D}${base_libdir}/firmware/raspberrypi/bootloader-2711/latest 39 install -d ${D}${base_libdir}/firmware/raspberrypi/bootloader-2712/default 40 install -d ${D}${base_libdir}/firmware/raspberrypi/bootloader-2712/latest 42 …install -m 644 ${S}/firmware-2711/default/* ${D}${base_libdir}/firmware/raspberrypi/bootloader-271… 43 …install -m 644 ${S}/firmware-2711/latest/* ${D}${base_libdir}/firmware/raspberrypi/bootloader-2711… 44 …install -m 644 ${S}/firmware-2712/default/* ${D}${base_libdir}/firmware/raspberrypi/bootloader-271… 45 …install -m 644 ${S}/firmware-2712/latest/* ${D}${base_libdir}/firmware/raspberrypi/bootloader-2712… 47 ln -s default ${D}${base_libdir}/firmware/raspberrypi/bootloader-2711/critical [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.ramboot-ppc85xx | 5 pre-mechanism is required to load the DDR with the bootloader binary. 9 which can initialize the DDR and get the complete bootloader copied to DDR. 15 1. Load the RAM based bootloader onto DDR via JTAG/BDI interface. And then 16 execute the bootloader from DDR. 22 2. Load the RAM based bootloader onto DDR using already existing bootloader on 23 the board.And then execute the bootloader from DDR. 27 Suppose the board already has a working bootloader on it. And you would 28 prefer to keep it intact, at the same time want to test your bootloader. 29 In this case you can get your test bootloader binary into DDR via tftp 30 for example. Then execute the test bootloader. [all …]
|
H A D | README.android-fastboot-protocol | 85 Host: "flash:bootloader" request to flash the data to the bootloader 108 "getvar:%s" Read a config/version variable from the bootloader. 119 data. Required if the bootloader is "secure" 135 "reboot-bootloader" Reboot back into the bootloader. 137 the bootloader and then upgrading other partitions 138 using the new bootloader. 156 version-bootloader Version string for the Bootloader. 165 bootloader requiring a signature before
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | ksparser.py | 141 self.bootloader = None 193 bootloader = subparsers.add_parser('bootloader') 194 bootloader.add_argument('--append') 195 bootloader.add_argument('--configfile') 196 bootloader.add_argument('--ptable', choices=('msdos', 'gpt', 'gpt-hybrid'), 198 bootloader.add_argument('--timeout', type=int) 199 bootloader.add_argument('--source') 205 if not self.bootloader: 207 self.bootloader = bootloader.parse_args([]) 288 if not self.bootloader: [all …]
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | image_types_phosphor_nuvoton_npcm8xx.bbclass | 25 do_make_ubi[depends] += "npcm8xx-bootloader:do_deploy" 26 do_generate_ubi_tar[depends] += "npcm8xx-bootloader:do_deploy" 27 do_generate_static_tar[depends] += "npcm8xx-bootloader:do_deploy" 29 npcm8xx-bootloader:do_deploy \ 32 do_generate_static_norootfs[depends] += "npcm8xx-bootloader:do_deploy" 33 do_generate_ext4_tar[depends] += "npcm8xx-bootloader:do_deploy"
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | bootimg-pcbios.py | 91 bootloader = creator.ks.bootloader 94 if bootloader.configfile: 95 custom_cfg = get_custom_config(bootloader.configfile) 100 "for syslinux.cfg", bootloader.configfile) 103 "get it from %s." % bootloader.configfile) 115 syslinux_conf += "TIMEOUT " + str(bootloader.timeout) + "\n" 129 (creator.rootdev, bootloader.append)
|
H A D | bootimg-efi.py | 64 configfile = creator.ks.bootloader.configfile 84 bootloader = creator.ks.bootloader 90 grubefi_conf += "timeout=%s\n" % bootloader.timeout 105 % (kernel, label_conf, bootloader.append) 144 bootloader = creator.ks.bootloader 148 loader_conf += "timeout %d\n" % (bootloader.timeout or 5) 162 configfile = creator.ks.bootloader.configfile 194 (label_conf, bootloader.append)
|
H A D | bootimg-partition.py | 73 configfile = cr.ks.bootloader.configfile 120 bootloader = cr.ks.bootloader 122 % (cr.rootdev, bootloader.append if bootloader.append else '')
|
H A D | isoimage-isohybrid.py | 61 bootloader = creator.ks.bootloader 65 syslinux_conf += "TIMEOUT %s \n" % (bootloader.timeout or 10) 83 % bootloader.append 96 configfile = creator.ks.bootloader.configfile 112 bootloader = creator.ks.bootloader 118 grubefi_conf += "timeout=%s\n" % (bootloader.timeout or 10) 131 % (kernel, bootloader.append)
|
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/ |
H A D | directdisk-bootloader-config.wks | 1 # short-description: Create a 'pcbios' direct disk image with custom bootloader config 3 # can directly dd to boot media. The bootloader configuration source is a user file. 7 bootloader --configfile="directdisk-bootloader-config.cfg"
|
H A D | systemd-bootdisk.wks | 3 # can directly dd to boot media. The selected bootloader is systemd-boot. 11 bootloader --ptable gpt --timeout=5 --append="rootwait rootfstype=ext4 console=ttyS0,115200 console…
|
/openbmc/linux/arch/alpha/boot/ |
H A D | Makefile | 14 tools/bootpzh bootloader bootpheader bootpzheader 90 $(obj)/tools/lxboot: $(obj)/bootloader $(OBJSTRIP) FORCE 93 $(obj)/tools/bootlx: $(obj)/bootloader $(OBJSTRIP) FORCE 111 $(obj)/bootloader: $(obj)/bootloader.lds $(OBJ_bootlx) $(LIBS_Y) FORCE 114 $(obj)/bootpheader: $(obj)/bootloader.lds $(OBJ_bootph) $(LIBS_Y) FORCE 117 $(obj)/bootpzheader: $(obj)/bootloader.lds $(OBJ_bootpzh) $(LIBS_Y) FORCE
|
/openbmc/u-boot/arch/arm/mach-bcmstb/ |
H A D | Kconfig | 8 is acting as the second stage bootloader, and U-Boot is 9 acting as the third stage bootloader (TSBL), loaded by BOLT. 16 is acting as the second stage bootloader, and U-Boot is 17 acting as the third stage bootloader (TSBL), loaded by BOLT.
|
/openbmc/u-boot/board/cobra5272/ |
H A D | README | 3 Contents: This is the README of u-boot (Universal bootloader) for our 54 The u-boot bootloader for Coldfire processors can be configured 56 1. as a standalone bootloader residing in flash & relocating itself to RAM on 60 prestage bootloader ("chainloading") & is running only from the RAM address it 89 => u-boot as single bootloader starting from flash 96 => linking address for u-boot as single bootloader stored in flash 128 => u-boot as RAM version, chainloaded by another bootloader or using bdm cable
|
/openbmc/linux/Documentation/translations/zh_CN/arch/arm/ |
H A D | Booting | 97 bootloader 必须创建和初始化内核标签列表。一个有效的标签列表以 106 bootloader 必须传递一个系统内存的位置和最小值,以及根文件系统位置。 125 bootloader 必须以 64bit 地址对齐的形式加载一个设备树映像(dtb)到系统 131 bootloader 必须传递一个系统内存的位置和最小值,以及根文件系统位置。
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | at91-sama5d27_som1.dtsi | 57 bootloader@40000 { 58 label = "bootloader"; 63 label = "bootloader env redundant"; 68 label = "bootloader env";
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | mpc8349emitxgp.dts | 34 timebase-frequency = <0>; // from bootloader 35 bus-frequency = <0>; // from bootloader 36 clock-frequency = <0>; // from bootloader 52 bus-frequency = <0>; // from bootloader 189 clock-frequency = <0>; // from bootloader 199 clock-frequency = <0>; // from bootloader
|
H A D | tqm5200.dts | 29 timebase-frequency = <0>; // from bootloader 30 bus-frequency = <0>; // from bootloader 31 clock-frequency = <0>; // from bootloader 46 bus-frequency = <0>; // from bootloader 47 system-frequency = <0>; // from bootloader
|
H A D | charon.dts | 32 timebase-frequency = <0>; // from bootloader 33 bus-frequency = <0>; // from bootloader 34 clock-frequency = <0>; // from bootloader 49 bus-frequency = <0>; // from bootloader 50 system-frequency = <0>; // from bootloader
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm2711-rpi.dtsi | 7 /* 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";
|
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | st-rproc.txt | 6 Co-processors can be controlled from the bootloader or the primary OS. If 7 the bootloader starts a co-processor, the primary OS must detect its state 18 - clock-frequency Clock frequency to set co-processor at if the bootloader
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | kickstart.rst | 14 ``bootloader``. 184 identifier is used in the bootloader configuration to specify the 193 filesystem UUID is added to the kernel command line in the bootloader 205 Command: bootloader 208 This command specifies how the bootloader should be configured and 214 various source plugins that implement bootloader functionality. The bootloader 215 command essentially provides a means of modifying bootloader 222 the bootloader. You can provide a full pathname for the file or a 224 all other bootloader options. 233 bootloader times out and boots the default option.
|
/openbmc/linux/arch/mips/loongson64/ |
H A D | reset.c | 61 char *str, *ptr, *bootloader = "kexec"; in loongson_kexec_prepare() local 72 if (!strncmp(bootloader, (char *)image->segment[i].buf, in loongson_kexec_prepare() 73 strlen(bootloader))) { in loongson_kexec_prepare()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sama5d3xcm.dtsi | 87 bootloader@40000 { 88 label = "bootloader"; 93 label = "bootloader env";
|
/openbmc/linux/Documentation/arch/x86/x86_64/ |
H A D | uefi.rst | 10 the needed bootloader support and associated tools for x86_64 platforms 15 2. Booting Linux kernel on UEFI x86_64 platform requires bootloader 37 elilo bootloader with x86_64 support, elilo configuration file,
|