Home
last modified time | relevance | path

Searched full:bootloader (Results 1 – 25 of 1485) sorted by relevance

12345678910>>...60

/OK3568_Linux_fs/u-boot/doc/
H A DREADME.ramboot-ppc85xx5 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 DREADME.android-fastboot-protocol85 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/u-boot/include/
H A Dandroid_bootloader_message.h21 * 0 - 2K Bootloader Message
22 * 2K - 16K Used by Vendor's bootloader (the 2K - 4K range may be optionally used
26 * Note that these offsets are admitted by bootloader,recovery and uncrypt, so they
33 /* Bootloader Message (2-KiB)
36 * that is used for recovery and the bootloader to talk to
40 * reboot into recovery or to update radio or bootloader firmware.
41 * It is also updated by the bootloader when firmware update
44 * The status field is written by the bootloader after the
90 * The A/B-specific bootloader message structure (4-KiB).
92 * We separate A/B boot control metadata from the regular bootloader
[all …]
H A Dandroid_bootloader.h22 /* "bootloader" mode is triggered by the "reboot bootloader" command or
24 * "bootonce-bootloader" in the BCB message. This mode should boot into
30 /** android_bootloader_boot_flow - Execute the Android Bootloader Flow.
31 * Performs the Android Bootloader boot flow, loading the appropriate Android
32 * image (normal kernel, recovery kernel or "bootloader" mode) and booting it.
33 * The boot mode is determined by the contents of the Android Bootloader
44 /** android_avb_boot_flow - Execute the Android Bootloader Flow.
96 /** android_bcb_write- write the android bootloader message.
/OK3568_Linux_fs/buildroot/board/beaglev/
H A Dreadme.txt20 + 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/
H A Dksparser.py141 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:
203 logger.warning('bootloader config not specified, using defaults\n')
204 self.bootloader = bootloader.parse_args([])
[all …]
/OK3568_Linux_fs/buildroot/boot/s500-bootloader/
H A Ds500-bootloader.mk3 # s500-bootloader
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 DConfig.in2 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/documentation/ref-manual/
H A Dkickstart.rst14 ``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
213 Bootloader functionality and boot partitions are implemented by the
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
[all …]
/OK3568_Linux_fs/tools/windows/RKDevTool/rockdev/
H A Dupdate-script34 # д�������bootloader����ʱ����bootloader
35 write_blcmd update-bootloader
37 # ��bootloader��ŵ�MISC����
38 write_loader PACKAGE:bootloader MISC: 0xC000
/OK3568_Linux_fs/buildroot/package/uboot-tools/
H A DConfig.in4 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/kernel/arch/m68k/include/asm/
H A Dbootstd.h2 /* bootstd.h: Bootloader system call interface
10 #define NR_BSC 21 /* last used bootloader system call */
12 #define __BN_reset 0 /* reset and start the bootloader */
14 #define __BN_exec 2 /* executes a bootloader image */
15 #define __BN_exit 3 /* terminates a bootloader image */
26 #define __BN_getbenv 14 /* get a bootloader envvar */
27 #define __BN_setbenv 15 /* get a bootloader envvar */
35 * We use similar macros to call into the bootloader as for uClinux
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Disoimage-isohybrid.py31 implemented yet) as bootloader. The plugin creates the directories required
33 bootloader files.
38 bootloader --timeout=10 --append=" "
40 In --sourceparams "loader" specifies the bootloader used for booting in EFI
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)
[all …]
H A Dbootimg-efi.py42 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 Dbootimg-pcbios.py91 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)
/OK3568_Linux_fs/kernel/drivers/soc/bcm/brcmstb/pm/
H A Daon_defs.h3 * Always ON (AON) register interface between bootloader and Linux
28 * Modification of this bit reserved for bootloader only.
34 * Modification of this bit reserved for bootloader only.
65 * Bootloader utilizes a custom parameter block left in DRAM for handling S3
69 /* scratch memory for bootloader */
92 * providing a large DRAM buffer to the bootloader
/OK3568_Linux_fs/buildroot/package/mender/
H A DConfig.in16 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 DREADME3 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/board/kontron/smarc-sal28/
H A Dreadme.txt39 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/devicetree/bindings/power/reset/
H A Dreboot-mode.yaml15 or ram. Then the bootloader can read it and take different
19 the bootloader what to do when the system reboots, and should be named
25 …- bootloader: Android fastboot mode, it's a mode to re-flash partitions on the Android based devic…
26 - loader: A bootloader mode, it's a mode used to download image on Rockchip platform,
46 mode-bootloader = <2>;
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/canned-wks/
H A Ddirectdisk-bootloader-config.wks1 # 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/arm/mach-omap1/
H A DKconfig35 Pin multiplexing support for OMAP boards. If your bootloader
48 bool "Warn about pins the bootloader didn't set up"
119 need a PalmOS compatible bootloader; check out
128 you'll need a PalmOS compatible bootloader; check out
137 need a PalmOS compatible bootloader (Garux); check out
147 you'll need a SX1 compatible bootloader; check out
/OK3568_Linux_fs/kernel/arch/alpha/boot/
H A DMakefile14 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/external/recovery/
H A Dbootloader.h49 /* Bootloader Message
52 * that is used for recovery and the bootloader to talk to
56 * reboot into recovery or to update radio or bootloader firmware.
57 * It is also updated by the bootloader when firmware update
60 * The status field is written by the bootloader after the
77 /* Read and write the bootloader command from the "misc" partition.
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7164/
H A Dsaa7164-fw.c261 "%s() Unknown bootloader flags 0x%x\n", in saa7164_downloadfirmware()
323 "%s() Unknown bootloader flags 0x%x\n", in saa7164_downloadfirmware()
434 /* Retrieve bootloader if reqd */ in saa7164_downloadfirmware()
436 /* Second bootloader in the firmware file */ in saa7164_downloadfirmware()
445 /* Get bootloader (if reqd) and firmware header */ in saa7164_downloadfirmware()
455 dprintk(DBGLVL_FW, "Onboard BootLoader:\n"); in saa7164_downloadfirmware()
468 dprintk(DBGLVL_FW, "BootLoader version in rom %d.%d.%d.%d\n", in saa7164_downloadfirmware()
474 dprintk(DBGLVL_FW, "BootLoader version in file %d.%d.%d.%d\n", in saa7164_downloadfirmware()
511 /* Get ready to upload the bootloader */ in saa7164_downloadfirmware()
519 dprintk(DBGLVL_FW, "bootloader d/l starts.\n"); in saa7164_downloadfirmware()
[all …]

12345678910>>...60