| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/buildroot/boot/s500-bootloader/ |
| H A D | s500-bootloader.mk | 17 s500/bootloader/bootloader.bin \ 18 s500/boards/$(S500_BOOTLOADER_BOARD)/bootloader.ini \ 19 s500-bootloader.bin 23 $(INSTALL) -m 0644 -D $(@D)/s500-bootloader.bin \ 24 $(BINARIES_DIR)/s500-bootloader.bin 32 $(error No s500-bootloader board specified. Check your BR2_TARGET_S500_BOOTLOADER settings)
|
| H A D | Config.in | 2 bool "s500-bootloader" 7 1st level bootloader for Actions Semiconductor S500 SoC. 15 Specify the board to configure the bootloader for. 17 containing a suitable bootloader.ini file.
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | ksparser.py | 141 self.bootloader = None 190 bootloader = subparsers.add_parser('bootloader') 191 bootloader.add_argument('--append') 192 bootloader.add_argument('--configfile') 193 bootloader.add_argument('--ptable', choices=('msdos', 'gpt'), 195 bootloader.add_argument('--timeout', type=int) 196 bootloader.add_argument('--source') 202 if not self.bootloader: 204 self.bootloader = bootloader.parse_args([]) 285 if not self.bootloader: [all …]
|
| /OK3568_Linux_fs/buildroot/board/beaglev/ |
| H A D | readme.txt | 20 + bootloader-BEAGLEV-buildroot.bin.out 33 - bootloader-BEAGLEV-buildroot.bin.out, the first stage bootloader 37 - fw_payload.bin.out, which is the bootloader image, containing 63 The bootloader pre-flashed on the Beagle-V has a non-working 65 as-is. Reflashing the bootloader with the bootloader image produced by 74 bootloader version:210209-4547a8d 102 completeness, Buildroot builds and provides those low-level bootloader 112 bootloader-BEAGLEV-buildroot.bin.out file. 121 https://wiki.seeedstudio.com/BeagleV-Update-bootloader-ddr-init-boot-uboot-Recover-bootloader/ 122 section "Recover the bootloader" for more details. The instructions
|
| /OK3568_Linux_fs/yocto/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 | 42 configfile = creator.ks.bootloader.configfile 71 bootloader = creator.ks.bootloader 77 grubefi_conf += "timeout=%s\n" % bootloader.timeout 92 % (kernel, label_conf, bootloader.append) 120 bootloader = creator.ks.bootloader 125 loader_conf += "timeout %d\n" % bootloader.timeout 148 configfile = creator.ks.bootloader.configfile 181 (label_conf, bootloader.append) 311 bootloader = creator.ks.bootloader 313 cmdline.write("%s %s" % (label_conf, bootloader.append))
|
| H A D | isoimage-isohybrid.py | 59 bootloader = creator.ks.bootloader 63 syslinux_conf += "TIMEOUT %s \n" % (bootloader.timeout or 10) 81 % bootloader.append 94 configfile = creator.ks.bootloader.configfile 110 bootloader = creator.ks.bootloader 116 grubefi_conf += "timeout=%s\n" % (bootloader.timeout or 10) 129 % (kernel, bootloader.append)
|
| H A D | bootimg-partition.py | 105 configfile = cr.ks.bootloader.configfile 152 bootloader = cr.ks.bootloader 154 % (cr.rootdev, bootloader.append if bootloader.append else '')
|
| /OK3568_Linux_fs/yocto/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"
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/buildroot/package/mender/ |
| H A D | Config.in | 16 For systems using uboot as the bootloader: 24 …https://docs.mender.io/2.6/system-updates-yocto-project/board-integration/bootloader-support/u-boo… 26 For systems using Grub2 as the bootloader: 33 secondary bootloader whenever possible. Using Grub2 as a 34 secondary bootloader prevents users from porting the patches
|
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/buildroot/package/uboot-tools/ |
| H A D | Config.in | 4 Companion tools for Das U-Boot bootloader. 56 The fit_check_sign tool from Das U-Boot bootloader, which 66 The mkimage tool from Das U-Boot bootloader, which allows 74 The mkenvimage tool from Das U-Boot bootloader, which allows 85 bootloader, which allows access to the U-Boot environment 93 The dumpimage tool from Das U-Boot bootloader, which allows
|
| /OK3568_Linux_fs/buildroot/board/kontron/smarc-sal28/ |
| H A D | readme.txt | 39 By default the bootloader will search for the first valid image, starting 41 DIP switches to select specific boot devices. To use the bootloader 75 Updating the bootloader 78 Buildroot will automatically build the u-boot bootloader. The resulting 81 To update the bootloader on the board you could either copy it to an 83 example assumes you have the bootloader image copied to the root of
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/arm/ |
| H A D | Booting | 97 bootloader 必须创建和初始化内核标签列表。一个有效的标签列表以 106 bootloader 必须传递一个系统内存的位置和最小值,以及根文件系统位置。 125 bootloader 必须以 64bit 地址对齐的形式加载一个设备树映像(dtb)到系统 131 bootloader 必须传递一个系统内存的位置和最小值,以及根文件系统位置。
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A D | Kconfig | 4 The new android bootloader need to startup 11 The new android bootloader need to startup 18 The new android bootloader need to startup
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | at91-sama5d27_som1.dtsi | 55 bootloader@00040000 { 56 label = "bootloader"; 61 label = "bootloader env redundant"; 66 label = "bootloader env";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | cyttsp.txt | 9 - bootloader-key : the 8-byte bootloader key that is required to switch 10 the chip from bootloader mode (default mode) to 60 bootloader-key = /bits/ 8 <0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08>; 85 bootloader-key = /bits/ 8 <0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08>;
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/yocto/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 216 plugins that implement bootloader functionality. The bootloader 217 command essentially provides a means of modifying bootloader 221 bootloader times out and boots the default option. 227 the bootloader. You can provide a full pathname for the file or a 229 all other bootloader options.
|
| /OK3568_Linux_fs/u-boot/lib/optee_clientApi/ |
| H A D | Kconfig | 6 be use in android bootloader a/b and avb 15 be use in android bootloader a/b and avb 24 be use in android bootloader a/b and avb
|