/openbmc/u-boot/common/ |
H A D | image-fit.c | 115 prop_name, (ulong)fit, noffset, fit_get_name(fit, noffset, NULL), in fit_get_debug() 360 ret = fit_get_desc(fit, 0, &desc); in fit_print_contents() 989 *data = fit + offset; in fit_image_get_data_and_size() 1086 return map_to_sysmem((void *)(fit + fdt_totalsize(fit))); in fit_get_end() 1326 (ulong)fit); in fit_all_image_verify() 1459 if (fdt_check_header(fit)) { in fit_check_format() 1796 const void *fit; in fit_image_load() local 1808 fit = map_sysmem(addr, 0); in fit_image_load() 1816 if (!fit_check_format(fit)) { in fit_image_load() 2039 const void *fit; in boot_get_fdt_fit() local [all …]
|
H A D | image-sig.c | 205 region[i].data = fit + fdt_regions[i].offset; in fit_region_make_list() 213 const void *fit, int noffset, int required_keynode, in fit_image_setup_verify() argument 235 info->fit = (void *)fit; in fit_image_setup_verify() 293 fdt_for_each_subnode(noffset, fit, image_noffset) { in fit_image_verify_sig() 298 ret = fit_image_check_sig(fit, noffset, data, in fit_image_verify_sig() 319 err_msg, fit_get_name(fit, noffset, NULL), in fit_image_verify_sig() 320 fit_get_name(fit, image_noffset, NULL)); in fit_image_verify_sig() 398 fit_get_name(fit, noffset, NULL), in fit_config_check_sig() 461 count = fdt_find_regions(fit, node_inc, count, in fit_config_check_sig() 539 err_msg, fit_get_name(fit, noffset, NULL), in fit_config_verify_sig() [all …]
|
H A D | boot_fit.c | 15 static int fdt_offset(const void *fit) in fdt_offset() argument 20 node = fit_find_config_node(fit); in fdt_offset() 24 images = fdt_path_offset(fit, FIT_IMAGES_PATH); in fdt_offset() 30 fdt_name = fdt_getprop(fit, node, FIT_FDT_PROP, &fdt_len); in fdt_offset() 37 fdt_node = fdt_subnode_offset(fit, images, fdt_name); in fdt_offset() 49 fdt_len = fdt_getprop_u32(fit, fdt_node, "data-size"); in fdt_offset() 57 void *locate_dtb_in_fit(const void *fit) in locate_dtb_in_fit() argument 63 size = fdt_totalsize(fit); in locate_dtb_in_fit() 66 header = (struct image_header *)fit; in locate_dtb_in_fit() 73 ret = fdt_offset(fit); in locate_dtb_in_fit() [all …]
|
H A D | update.c | 223 if (fit_image_get_load(fit, noffset, (ulong *)fladdr)) in update_fit_getparams() 238 void *fit; in update_tftp() local 281 fit = (void *)addr; in update_tftp() 283 if (!fit_check_format((void *)fit)) { in update_tftp() 290 images_noffset = fdt_path_offset(fit, FIT_IMAGES_PATH); in update_tftp() 293 noffset = fdt_next_node(fit, images_noffset, &ndepth); in update_tftp() 298 fit_image_name = (char *)fit_get_name(fit, noffset, NULL); in update_tftp() 301 if (!fit_image_verify(fit, noffset)) { in update_tftp() 308 if (update_fit_getparams(fit, noffset, &update_addr, in update_tftp() 323 } else if (fit_image_check_type(fit, noffset, in update_tftp() [all …]
|
/openbmc/u-boot/tools/ |
H A D | image-host.c | 68 node_name = fit_get_name(fit, noffset, NULL); in fit_image_process_hash() 118 string_size = fdt_size_dt_strings(fit); in fit_image_write_sig() 162 node_name = fit_get_name(fit, noffset, NULL); in fit_image_setup_sig() 174 info->fit = fit; in fit_image_setup_sig() 210 void *fit, const char *image_name, in fit_image_process_sig() argument 226 node_name = fit_get_name(fit, noffset, NULL); in fit_image_process_sig() 344 fit, image_name, noffset, data, size, in fit_image_add_verification_data() 526 sig_name = fit_get_name(fit, noffset, NULL); in fit_config_get_data() 726 fit, noffset, comment, in fit_add_verification_data() 742 cfg_noffset = fit_conf_get_node(fit, NULL); in fit_check_sign() [all …]
|
H A D | fit_image.c | 733 const void *fit, in fit_image_extract() argument 741 fit_image_get_data(fit, image_noffset, &file_data, &file_size); in fit_image_extract() 760 const void *fit = ptr; in fit_extract_contents() local 767 if (!fit_check_format(fit)) { in fit_extract_contents() 773 images_noffset = fdt_path_offset(fit, FIT_IMAGES_PATH); in fit_extract_contents() 781 count = fit_get_subimage_count(fit, images_noffset); in fit_extract_contents() 789 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_extract_contents() 791 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_extract_contents() 799 count, fit_get_name(fit, noffset, NULL)); in fit_extract_contents() 801 fit_image_print(fit, noffset, p); in fit_extract_contents() [all …]
|
/openbmc/u-boot/common/spl/ |
H A D | spl_fit.c | 48 conf_node = fit_find_config_node(fit); in spl_fit_get_image_name() 54 node = fdt_next_subnode(fit, node)) { in spl_fit_get_image_name() 106 node = fdt_subnode_offset(fit, images, str); in spl_fit_get_image_node() 189 if (fit_image_get_type(fit, node, &type)) in spl_load_fit_image() 244 fit_get_name(fit, node, NULL)); in spl_load_fit_image() 245 if (!fit_image_verify_with_data(fit, node, in spl_load_fit_image() 329 fdt_getprop(fit, node, "os", NULL)); in spl_fit_record_loadable() 371 size = fdt_totalsize(fit); in spl_load_simple_fit() 394 fit = spl_get_load_buffer(-hsize, hsize); in spl_load_simple_fit() 398 sector, sectors, fit, count, size); in spl_load_simple_fit() [all …]
|
/openbmc/u-boot/include/ |
H A D | image.h | 973 void fit_print_contents(const void *fit); 983 static inline ulong fit_get_size(const void *fit) in fit_get_size() argument 985 return fdt_totalsize(fit); in fit_get_size() 995 ulong fit_get_end(const void *fit); 1021 int fit_image_get_data(const void *fit, int noffset, 1063 int fit_image_verify(const void *fit, int noffset); 1065 int fit_all_image_verify(const void *fit); 1070 int fit_check_format(const void *fit); 1086 int fit_conf_get_prop_node(const void *fit, int noffset, 1089 int fit_check_ramdisk(const void *fit, int os_noffset, [all …]
|
H A D | boot_fit.h | 13 void *locate_dtb_in_fit(const void *fit);
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_vboot.py | 93 '%s%s' % (datadir, its), fit]) 107 '-r', fit]) 122 with open(fit, 'r+b') as handle: 167 util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', tmpdir, 184 (fit, sig_node)) 190 (fit, sig_node, sig)) 195 util.run_and_log_expect_exception(cons, [fit_check_sign, '-f', fit, 202 fit = '%stest.fit' % tmpdir
|
H A D | test_fit.py | 187 fit = make_fname('test.fit') 189 util.run_and_log(cons, [mkimage, '-f', its, fit]) 192 return fit 357 fit = make_fit(mkimage, params) 358 params['fit'] = fit 377 data = read_file(fit) 388 fit = make_fit(mkimage, params) 400 fit = make_fit(mkimage, params) 412 fit = make_fit(mkimage, params)
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | serial-console.js | 4 import * as fit from 'xterm/lib/addons/fit/fit'; 140 Terminal.applyAddon(fit); // Apply the `fit` addon 151 term.fit(); 183 term.fit(); 196 term.fit();
|
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/ |
H A D | spl.c | 86 void board_fit_image_post_process(const void *fit, int node, void **p_image, size_t *p_size) in board_fit_image_post_process() argument 91 fit_image_get_os(fit, node, &os); in board_fit_image_post_process() 97 fit_image_get_entry(fit, node, &s_ep); in board_fit_image_post_process()
|
/openbmc/qemu/hw/acpi/ |
H A D | nvdimm.c | 379 g_array_free(fit_buf->fit, true); in nvdimm_build_fit_buffer() 414 g_array_append_vals(table_data, fit_buf->fit->data, fit_buf->fit->len); in nvdimm_build_nfit() 505 uint8_t fit[]; /* the FIT data. */ member 545 GArray *fit; in nvdimm_dsm_func_read_fit() local 552 fit = fit_buf->fit; in nvdimm_dsm_func_read_fit() 557 if (read_fit->offset > fit->len) { in nvdimm_dsm_func_read_fit() 571 read_len = MIN(fit->len - read_fit->offset, in nvdimm_dsm_func_read_fit() 580 memcpy(read_fit_out->fit, fit->data + read_fit->offset, read_len); in nvdimm_dsm_func_read_fit() 1159 fit = aml_local(2); in nvdimm_build_fit() 1235 aml_append(ifctx, aml_return(fit)); in nvdimm_build_fit() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | source.c | 31 static const char *get_default_image(const void *fit) in get_default_image() argument 35 images_noffset = fdt_path_offset(fit, FIT_IMAGES_PATH); in get_default_image() 39 return fdt_getprop(fit, images_noffset, FIT_DEFAULT_PROP, NULL); in get_default_image()
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | ppa.c | 161 struct fdt_header fit; in ppa_init() local 168 &fdt_header_len, (u_char *)&fit); in ppa_init() 175 ret = fdt_check_header(&fit); in ppa_init() 204 fw_length = fdt_totalsize(&fit); in ppa_init()
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | facebook-bmc-flash-layout.dtsi | 19 fit@80000 { 21 label = "fit";
|
H A D | facebook-bmc-flash-layout-128.dtsi | 37 fit@100000 { 39 label = "fit";
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | beaglebone_vboot.txt | 316 $UOUT/tools/fit_info -f image.fit -n /images/kernel -p data 384 fdtget -l image.fit / 388 fdtget -l image.fit /configurations 390 fdtget -l image.fit /configurations/conf-1 393 fdtget -p image.fit /configurations/conf-1/signature-1 404 fdtget image.fit /configurations/conf-1/signature-1 hashed-nodes 415 fdtget -tx image.fit /images/kernel/hash-1 value 440 fdtput -p image.fit /configurations/conf-1/signature-1 value fred 505 …sudo mount $KDEV /mnt/tmp && sudo cp $WORK/image.fit /mnt/tmp/boot/image.fit && sleep 1 && sudo um… 514 ext2load mmc 0:2 82000000 /boot/image.fit [all …]
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | using-gpio.rst | 27 software-hardware interface to be set up. They should not have a natural fit 28 to any existing kernel subsystem and not be a good fit for an operating system, 33 from userspace will likely be a good fit for using GPIO lines from userspace as
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | v4l2-selection-targets.rst | 46 - Bounds of the crop rectangle. All valid crop rectangles fit inside 68 - Bounds of the compose rectangle. All valid compose rectangles fit
|
/openbmc/webui-vue/src/views/Operations/SerialOverLan/ |
H A D | SerialOverLanConsole.vue | 48 import { FitAddon } from 'xterm-addon-fit'; 124 fitAddon.fit(); 127 fitAddon.fit();
|
/openbmc/u-boot/doc/ |
H A D | README.chromium | 64 ./b/nyan-big/tools/mkimage -f doc/chromium/nyan-big.its u-boot-chromium.fit 68 --version 1 --config dummy.txt --vmlinuz u-boot-chromium.fit \ 118 You should see that the data at 0x100 in u-boot-chromium.fit is the first few 121 hd u-boot-chromium.fit |head -20 166 u-boot-chromium.fit 170 --version 1 --config dummy.txt --vmlinuz u-boot-chromium.fit \
|
/openbmc/linux/arch/m68k/ |
H A D | Kconfig.bus | 27 expansion cards that do not fit in the Zorro slots but fit in e.g.
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | index.rst | 8 fit into other categories.
|