| /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/meta-raspberrypi/recipes-bsp/rpi-eeprom/ |
| H A D | rpi-eeprom_git.bb | 2 DESCRIPTION = "This repository contains the rpi4/rpi5 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/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/ |
| 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: 206 logger.warning('bootloader config not specified, using defaults\n') 207 self.bootloader = bootloader.parse_args([]) [all …]
|
| /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"
|
| /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/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 213 Bootloader functionality and boot partitions are implemented by the 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. [all …]
|
| /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/openbmc/meta-arm/ci/ |
| H A D | genericarm64.yml | 14 bootloader: | 15 # If running genericarm64 in a qemu we need to manually build the bootloader 16 EXTRA_IMAGEDEPENDS += "virtual/bootloader"
|
| /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 | isoimage-isohybrid.py | 33 implemented yet) as bootloader. The plugin creates the directories required 35 bootloader files. 40 bootloader --timeout=10 --append=" " 42 In --sourceparams "loader" specifies the bootloader used for booting in EFI 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) [all …]
|
| 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 '')
|
| /openbmc/u-boot/tools/ |
| H A D | ublimage.h | 57 uint32_t entry; /* entry point address for bootloader */ 58 uint32_t pages; /* number of pages (size of bootloader) */ 60 * blocknumber where user bootloader is 64 * page number where user bootloader is
|
| /openbmc/openbmc/meta-nuvoton/recipes-bsp/images/ |
| H A D | npcm8xx-bootloader_04.03.09.bb | 1 SUMMARY = "Nuvoton NPCM8XX bootloader" 82 BOOTLOADER=u-boot.bin.merged 85 install -m 644 ${OUT}/Secure/image_no_tip_SA.bin ${DEPLOYDIR}/${BOOTLOADER} 87 … 644 ${OUT}/Secure/Kmt_TipFwL0_Skmt_TipFwL1_BootBlock_BL31_Tee_uboot.bin ${DEPLOYDIR}/${BOOTLOADER} 89 install -m 644 ${OUT}/Basic/image_no_tip.bin ${DEPLOYDIR}/${BOOTLOADER}
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | uboot.py | 1 # Qemu-based u-boot bootloader integration testing 31 PREFERRED_PROVIDER_virtual/bootloader = "u-boot" 34 bitbake("virtual/bootloader core-image-minimal")
|
| H A D | barebox.py | 1 # Qemu-based barebox bootloader integration testing 31 PREFERRED_PROVIDER_virtual/bootloader = "barebox" 35 bitbake("virtual/bootloader core-image-minimal")
|
| /openbmc/u-boot/board/buffalo/lsxl/ |
| H A D | README | 8 bootloader and its environment. The linux kernel and the initial ramdisk 64 Bootloader is running normally. 80 the bootloader starts, the bootloader will disable the HDD and USB power 93 as the original bootloader. 134 you already have a bootloader CLI, you can use the following commands:
|
| /openbmc/u-boot/board/freescale/mx35pdk/ |
| H A D | README | 11 a linux kernel and how to replace the original bootloader with U-Boot. 46 0x00000000-0x00100000 : "nand.bootloader" 53 0x00000000-0x00080000 : "Bootloader" 79 If something goes wrong flashing the bootloader, it is always possible to 89 0x00000000-0x00080000 : "Bootloader"
|
| /openbmc/u-boot/board/davinci/da8xxevm/ |
| H A D | README.da850 | 7 bootloader which executes upon reset is the ROM Boot Loader (RBL) and sits 79 conveniently have a bootloader partition starting at the second block 83 setenv mtdparts mtdparts=davinci_nand.0:128k(bootenv),2m(bootloader) 88 U-Boot > nand erase.part bootloader 89 U-Boot > nand write 0xc0700000 bootloader 130 which the bootloader jumps when powered on.
|
| /openbmc/u-boot/arch/x86/include/asm/fsp/ |
| H A D | fsp_support.h | 37 * back to the bootloader with HOB list pointer as the parameter. 63 * @stack_top: bootloader stack top address 182 * This function retrieves Bootloader temporary stack buffer and size. 185 * @len: A pointer to the bootloader temporary stack length. 188 * @retval NULL: Failed to find the bootloader temporary stack HOB. 189 * @retval others: Bootloader temporary stackbuffer pointer.
|
| /openbmc/openbmc/poky/meta/recipes-bsp/barebox/ |
| H A D | barebox.bb | 1 SUMMARY = "barebox is a bootloader designed for embedded systems. It runs on a variety of architect… 2 DESCRIPTION = "barebox aims to be a versatile and flexible bootloader not only for booting embedded…
|
| /openbmc/u-boot/board/work-microwave/work_92105/ |
| H A D | README | 57 the reserved area for the first bootloader copy 61 be used as the second bootloader copy. 65 the content of whole bootloader as present in 74 To update the whole bootloader:
|
| /openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/ |
| H A D | beaglebone-yocto.conf | 9 EXTRA_IMAGEDEPENDS += "virtual/bootloader" 18 …ools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot virtual/bootloader:do_deploy" 29 PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/ |
| H A D | juno.conf | 21 PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot" 23 EXTRA_IMAGEDEPENDS += "trusted-firmware-a virtual/bootloader firmware-image-juno"
|