| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl.c | 99 __weak void spl_board_storages_fixup(struct spl_image_loader *loader) in spl_board_storages_fixup() argument 422 struct spl_image_loader *loader) in spl_load_image() argument 426 bootdev.boot_device = loader->boot_device; in spl_load_image() 429 return loader->load_image(spl_image, &bootdev); in spl_load_image() 446 struct spl_image_loader *loader; in boot_from_devices() local 448 loader = spl_ll_find_loader(spl_boot_list[i]); in boot_from_devices() 450 if (loader) in boot_from_devices() 451 printf("Trying to boot from %s\n", loader->name); in boot_from_devices() 455 if (loader && !spl_load_image(spl_image, loader)) { in boot_from_devices() 460 spl_board_storages_fixup(loader); in boot_from_devices()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | fit-core.sh | 137 …--ini-trust|--ini-loader|--rollback-index-boot|--rollback-index-recovery|--rollback-index-uboot|--… 193 --ini-loader) # Assign loader ini file 279 ./make.sh loader ${ARG_INI_LOADER} 386 ./make.sh loader ${ARG_INI_LOADER} 632 if ls *loader*.bin >/dev/null 2>&1 ; then 633 ${RK_SIGN_TOOL} sl --loader *loader*.bin 636 ${RK_SIGN_TOOL} sl --loader *download*.bin 714 if ls *loader*.bin >/dev/null 2>&1 ; then 715 LOADER=`ls *loader*.bin` 731 if ls *loader*.bin >/dev/null 2>&1 ; then [all …]
|
| H A D | fit-sign.sh | 275 if ls ${SIGN_OUTPUT}/*loader*.bin >/dev/null 2>&1 ; then 276 ${TOOL_RK_SIGN} sl --loader ${SIGN_OUTPUT}/*loader*.bin 279 ${TOOL_RK_SIGN} sl --loader ${SIGN_OUTPUT}/*download*.bin
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | boot_merger.c | 284 gOpts.loader = (name_entry *)malloc(sizeof(name_entry) * gOpts.loaderNum); in parseLoader() 292 strcpy(gOpts.loader[index].name, buf); in parseLoader() 293 LOGD("name%d:%s\n", index, gOpts.loader[index].name); in parseLoader() 302 if (!strcmp(gOpts.loader[j].name, buf)) { in parseLoader() 304 strcpy(gOpts.loader[j].path, buf2); in parseLoader() 305 LOGD("%s=%s\n", gOpts.loader[j].name, gOpts.loader[j].path); in parseLoader() 351 fprintf(out, OPT_LOADER_NAME "%d=%s\n", i + 1, gOpts.loader[i].name); in printOpts() 354 fprintf(out, "%s=%s\n", gOpts.loader[i].name, gOpts.loader[i].path); in printOpts() 466 snprintf(gOpts.loader[0].path, sizeof(gOpts.loader[0].path), "%s", in parseOpts_from_cmdline() 471 snprintf(gOpts.loader[1].path, sizeof(gOpts.loader[1].path), "%s", in parseOpts_from_cmdline() [all …]
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | README.mx6qsabrelite | 12 a small SD card loader to support boot from SD card. This small SD card loader 14 the loader will in turn request the BootROM to load the U-Boot from SD card. 16 The SD card loader is available from 25 1. Write this SD card loader onto a large SD card using: 31 Note: This writes SD card loader at address 0
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3506/ |
| H A D | rk3506.c | 123 void spl_board_storages_fixup(struct spl_image_loader *loader) in spl_board_storages_fixup() argument 125 if (!loader) in spl_board_storages_fixup() 129 if (loader->boot_device == BOOT_DEVICE_MMC1) in spl_board_storages_fixup()
|
| /rk3399_rockchip-uboot/board/hisilicon/poplar/ |
| H A D | README | 33 U-boot has a *strong* dependency with the l-loader and the arm trusted firmware 37 l-loader --> arm_trusted_firmware --> u-boot 44 - https://github.com/Linaro/poplar-l-loader.git 50 l-loader: use external memory region definitions 68 images and FIP into a new file. The "l-loader" image uses knowledge 90 > git clone https://github.com/Linaro/poplar-l-loader.git l-loader 117 > cp build/hi3798cv200/debug/bl1.bin ~/poplar/src/l-loader/atf/ 118 > cp build/hi3798cv200/debug/fip.bin ~/poplar/src/l-loader/atf/ 120 Compile l-loader: 123 > cd ~/poplar/src/l-loader [all …]
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | x86-fit-boot.txt | 32 - Elf loader complete with relocation (for the above) 34 - Some sort of EFI mini-loader (1000+ glorious lines of code) 38 doesn't make a huge amount of sense. Any boot loader worth its salts already 39 has most of the above features and more besides. The boot loader already knows 41 ELF loader and supports device tree and ramdisks. The decision to duplicate 43 denominator: a boot loader which consists of a BIOS call to load something off 46 (Aside: On ARM systems, we worry that the boot loader won't know where to load 48 or in the boot loader rather than adding a self-relocator to put it in the 59 images which are loaded into the right place by the boot loader and then 153 line and various settings need by the kernel. Arguably the boot loader should [all …]
|
| /rk3399_rockchip-uboot/lib/avb/rk_avb_user/ |
| H A D | Kconfig | 25 bool "Rockchip AVB use pre-loader public key" 29 Use pre-loader public key to decode in avb.
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.m68k | 67 At the moment the code isn't fully implemented and still needs a pre-loader! 69 must be configured for a pre-loader (see 4.1) 92 4.1 Configuration to use a pre-loader 94 If U-Boot should be loaded to RAM and started by a pre-loader 108 -- defined if U-Boot is loaded by a pre-loader 133 -- defined if U-Boot is loaded by a pre-loader
|
| H A D | README.TPL | 11 program loader (TPL) to enable a loader stub loaded by the code from the
|
| H A D | README.pblimage | 2 Freescale PBL(pre-boot loader) Boot Image generation using mkimage 7 instructions. For more details refer section 5 Pre-boot loader
|
| H A D | README.zfs | 9 in the boot loader prompt using
|
| H A D | README.ag101p | 23 other boot loader on ROM). You should undefine CONFIG_SKIP_LOWLEVEL_INIT
|
| H A D | README.ramboot-ppc85xx | 32 support for example AMP boot. In this case also RAM boot loader can be 55 Load the RAM based boot loader to the proper location in DDR/L2SRAM. 60 get the rambased boot loader binary into DDR/L2SRAM via tftp.
|
| /rk3399_rockchip-uboot/common/ |
| H A D | bootm_os.c | 56 void (*loader)(bd_t *, image_header_t *, char *, char *); in do_bootm_netbsd() local 104 loader = (void (*)(bd_t *, image_header_t *, char *, char *))images->ep; in do_bootm_netbsd() 107 (ulong)loader); in do_bootm_netbsd() 118 (*loader)(gd->bd, os_hdr, "", cmdline); in do_bootm_netbsd()
|
| /rk3399_rockchip-uboot/arch/xtensa/dts/ |
| H A D | xtfpga-flash-128m.dtsi | 15 label = "boot loader area";
|
| H A D | xtfpga-flash-16m.dtsi | 11 label = "boot loader area";
|
| /rk3399_rockchip-uboot/board/hisilicon/hikey/ |
| H A D | README | 25 The HiKey U-Boot port has been tested with l-loader, booting ATF, which then boots 37 > git clone https://github.com/96boards/l-loader.git 68 Compile l-loader 70 > cd ~/hikey/src/l-loader 73 > cp l-loader.bin ~/hikey/bin 81 1. Connect the second jumper on J15 BOOT SEL, to go into recovery mode and flash l-loader.bin with 85 > sudo ~/hikey/src/burn-boot/hisi-idt.py -d /dev/ttyUSB0 --img1=~/hikey/bin/l-loader.bin
|
| /rk3399_rockchip-uboot/fs/cbfs/ |
| H A D | Kconfig | 6 on systems that use coreboot as the first boot-loader and then load
|
| /rk3399_rockchip-uboot/doc/SPL/ |
| H A D | README.spl-secure-boot | 13 The SPL image is responsible for loading the next stage boot loader, which is
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | elf_x86_64_efi.lds | 43 /* the EFI loader doesn't seem to like a .bss section, so we stick
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | elf_arm_efi.lds | 37 * The EFI loader doesn't seem to like a .bss section, so we
|
| H A D | elf_aarch64_efi.lds | 37 * The EFI loader doesn't seem to like a .bss section, so we
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | logicpd-som-lv.dtsi | 70 …/* u-boot uses mtdparts=omap2-nand.0:512k(x-loader),1920k(u-boot),128k(u-boot-env),4m(kernel),-(fs… 72 x-loader@0 { 73 label = "x-loader";
|