Home
last modified time | relevance | path

Searched refs:env_set_hex (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/u-boot/cmd/
H A Dtrace.c48 env_set_hex("profbase", map_to_sysmem(buff)); in create_func_list()
49 env_set_hex("profsize", buff_size); in create_func_list()
50 env_set_hex("profoffset", buff_ptr + used); in create_func_list()
73 env_set_hex("profbase", map_to_sysmem(buff)); in create_call_list()
74 env_set_hex("profsize", buff_size); in create_call_list()
75 env_set_hex("profoffset", buff_ptr + used); in create_call_list()
H A Dximg.c253 env_set_hex("fileaddr", data); in do_imgextract()
254 env_set_hex("filesize", len); in do_imgextract()
H A Dzip.c32 env_set_hex("filesize", dst_len); in do_zip()
H A Dlzmadec.c44 env_set_hex("filesize", src_len); in do_lzmadec()
H A Dsetexpr.c316 env_set_hex(argv[1], a); in do_setexpr()
372 env_set_hex(argv[1], value); in do_setexpr()
H A Dunzip.c31 env_set_hex("filesize", src_len); in do_unzip()
H A Dspl.c122 env_set_hex("fdtargslen", fdt_totalsize(images.ft_addr)); in spl_export()
H A Dload.c184 env_set_hex("filesize", size); in load_serial()
531 env_set_hex("filesize", size); in load_serial_bin()
1002 env_set_hex("filesize", size); in load_serial_ymodem()
H A Dreiser.c159 env_set_hex("filesize", filelen); in do_reiserload()
H A Dzfs.c117 env_set_hex("filesize", zfile.size); in do_zfs_load()
H A Dcbfs.c82 env_set_hex("filesize", size); in do_cbfs_fsload()
H A Dcramfs.c141 env_set_hex("filesize", size); in do_cramfs_load()
H A Dnand.c308 env_set_hex("nand_writesize", mtd->writesize); in nand_print_and_set_info()
309 env_set_hex("nand_oobsize", mtd->oobsize); in nand_print_and_set_info()
310 env_set_hex("nand_erasesize", mtd->erasesize); in nand_print_and_set_info()
H A Dfdt.c45 env_set_hex("fdtaddr", addr); in set_working_fdt_addr()
103 env_set_hex(argv[3], val); in fdt_get_header_value()
/openbmc/u-boot/arch/arm/mach-tegra/tegra186/
H A Dnvtboot_board.c137 err = env_set_hex(alias, address); in set_calculated_aliases()
195 err = env_set_hex(var, address); in set_calculated_env_var()
277 ret = env_set_hex("fdt_addr", nvtboot_boot_x0); in set_fdt_addr()
/openbmc/u-boot/board/emulation/qemu-riscv/
H A Dqemu-riscv.c47 env_set_hex("kernel_start", kernel_start); in board_late_init()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0027-corstone1000-set-kernel_addr-based-on-boot_idx.patch95 + ret |= env_set_hex("kernel_addr", plat->phys_base +
97 + ret |= env_set_hex("kernel_size", part_info.size * part_info.blksz);
/openbmc/u-boot/board/freescale/qemu-ppce500/
H A Dqemu-ppce500.c213 env_set_hex("qemu_kernel_addr", *prop); in last_stage_init()
216 env_set_hex("fdt_addr_r", (ulong)fdt); in last_stage_init()
/openbmc/u-boot/include/
H A Dcommon.h236 int env_set_hex(const char *varname, ulong value);
247 return env_set_hex(varname, (ulong)addr); in env_set_addr()
/openbmc/u-boot/board/broadcom/bcmstb/
H A Dbcmstb.c185 env_set_hex("fdtcontroladdr", prior_stage_fdt_address); in board_late_init()
/openbmc/u-boot/fs/
H A Dfs.c619 env_set_hex("filesize", size); in do_size()
688 env_set_hex("fileaddr", addr); in do_load()
689 env_set_hex("filesize", len_read); in do_load()
/openbmc/u-boot/board/xilinx/zynqmp/
H A Dcmds.c59 env_set_hex("zynqmp_verified_img_addr", addr); in do_zynqmp_verify_secure()
/openbmc/u-boot/drivers/fastboot/
H A Dfb_command.c252 env_set_hex("filesize", image_size); in fastboot_data_complete()
/openbmc/u-boot/board/raspberrypi/rpi/
H A Drpi.c312 env_set_hex("fdt_addr", fw_dtb_pointer); in set_fdt_addr()
/openbmc/u-boot/common/
H A Dbootm_os.c26 env_set_hex("filesize", images->os.image_len); in do_bootm_standalone()

12