Home
last modified time | relevance | path

Searched refs:gap (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/u-boot/tools/
H A Dimx8m_image.sh33 …objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 $srctree/lpddr4_pmu_train_1d_imem.bin l…
34 …objcopy -I binary -O binary --pad-to 0x4000 --gap-fill=0x0 $srctree/lpddr4_pmu_train_1d_dmem.bin l…
35 …objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 $srctree/lpddr4_pmu_train_2d_imem.bin l…
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlircd.conf18 gap 113123
86 gap 100000
153 gap 67800
235 gap 81698
/openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp/
H A D0001-kernel-kvm-don-t-hardcode-objcopy.patch57 - objcopy -O binary -j .init.boot -j .text -j .data -j .init -j .preinit_array -j .init_array --gap
58 …j .init.boot -j .text -j .data -j .init -j .preinit_array -j .init_array --gap-fill=0 $*-payload.e…
62 …j .init.boot -j .text -j .data -j .init -j .preinit_array -j .init_array --gap-fill=0 $*-payload.e…
63 …j .init.boot -j .text -j .data -j .init -j .preinit_array -j .init_array --gap-fill=0 $*-payload.e…
/openbmc/u-boot/doc/device-tree-bindings/thermal/
H A Dti_soc_thermal.txt5 gap voltage and temperature sensor (VBGAPTS) module. The band
6 gap provides current and voltage reference for its internal
/openbmc/u-boot/fs/ubifs/
H A Dorphan.c193 int avail_lebs, avail, gap; in avail_orphs() local
198 gap = c->leb_size - c->ohead_offs; in avail_orphs()
199 if (gap >= UBIFS_ORPH_NODE_SZ + sizeof(__le64)) in avail_orphs()
200 avail += (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in avail_orphs()
266 int gap, err, len, cnt, i; in write_orph_node() local
269 gap = c->leb_size - c->ohead_offs; in write_orph_node()
270 if (gap < UBIFS_ORPH_NODE_SZ + sizeof(__le64)) { in write_orph_node()
273 gap = c->leb_size; in write_orph_node()
283 cnt = (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in write_orph_node()
/openbmc/qemu/hw/loongarch/
H A Dboot.c244 hwaddr base, ram_size, gap, low_end; in alloc_initrd_memory() local
248 gap = VIRT_LOWMEM_SIZE; in alloc_initrd_memory()
253 low_end = base + MIN(ram_size, gap); in alloc_initrd_memory()
258 if (ram_size <= gap) { in alloc_initrd_memory()
268 ram_size -= gap; in alloc_initrd_memory()
H A Dvirt-fdt-build.c130 hwaddr base, size, ram_size, gap; in fdt_add_memory_nodes() local
136 gap = VIRT_LOWMEM_SIZE; in fdt_add_memory_nodes()
155 if (size >= gap) { in fdt_add_memory_nodes()
156 fdt_add_memory_node(ms, base, gap, i); in fdt_add_memory_nodes()
157 size -= gap; in fdt_add_memory_nodes()
159 gap = ram_size - VIRT_LOWMEM_SIZE; in fdt_add_memory_nodes()
165 gap -= size; in fdt_add_memory_nodes()
H A Dvirt-acpi-build.c186 hwaddr len, base, gap; in build_srat() local
218 gap = VIRT_LOWMEM_SIZE; in build_srat()
237 if (len >= gap) { in build_srat()
238 build_srat_memory(table_data, base, gap, i, MEM_AFFINITY_ENABLED); in build_srat()
239 len -= gap; in build_srat()
241 gap = machine->ram_size - VIRT_LOWMEM_SIZE; in build_srat()
247 gap -= len; in build_srat()
H A Dvirt.c631 hwaddr base, size, ram_size, gap; in fw_cfg_add_memory() local
637 gap = VIRT_LOWMEM_SIZE; in fw_cfg_add_memory()
651 if (size >= gap) { in fw_cfg_add_memory()
652 memmap_add_entry(ms, base, gap, 1); in fw_cfg_add_memory()
653 size -= gap; in fw_cfg_add_memory()
667 if (numa_info[0].node_mem < gap && ram_size > gap) { in fw_cfg_add_memory()
673 memmap_add_entry(ms, base, gap - numa_info[0].node_mem, 1); in fw_cfg_add_memory()
674 size = ram_size - gap; in fw_cfg_add_memory()
/openbmc/u-boot/board/freescale/mx7ulp_evk/
H A DMakefile8 $(OBJCOPY) -O binary --gap-fill 0xff $< $@
/openbmc/webui-vue/docs/.vuepress/components/colors/
H A Dcolors.scss3 grid-gap: 1rem;
/openbmc/webui-vue/src/layouts/
H A DLoginLayout.vue54 gap: $spacer * 2;
92 gap: $spacer * 1.5;
/openbmc/u-boot/doc/device-tree-bindings/exynos/
H A Dsoc.txt5 name, this property fills the gap.
/openbmc/qemu/semihosting/
H A Darm-compat-semi.c159 RomGap gap = rom_find_largest_gap_between(info.rambase, info.ramsize); in common_semi_find_bases() local
160 info.heapbase = gap.base; in common_semi_find_bases()
161 info.heaplimit = gap.base + gap.size; in common_semi_find_bases()
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dconfig.mk24 --gap-fill=0
/openbmc/qemu/tests/qtest/
H A Dfdc-test.c125 uint8_t gap = 0x1b; in send_read_command() local
141 floppy_send(gap); in send_read_command()
181 uint8_t gap = 0x1b; in send_read_no_dma_command() local
197 floppy_send(gap); in send_read_no_dma_command()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/
H A D0001-pyproject.toml-remove-benchmark-disable-option.patch7 to avoid python3-pytest-benchmark rdepends to fix the gap.
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-cython_3.1.0.bb4 It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0011-ac_add_search_path.m4-keep-consistent-between-32bit-.patch12 So add the patch to fix the gap between 32bit and 64bit system.
/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/
H A Dbluez5_5.82.bb27 tools/gap-tester \
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_debug.c1096 int if_id = 0, gap = 0; in ddr3_tip_run_leveling_sweep_test() local
1159 gap = ctrl_adll1[if_id * cs * octets_per_if_num + pup] - in ddr3_tip_run_leveling_sweep_test()
1161 gap = (((adll_value % 32) + gap) % 64); in ddr3_tip_run_leveling_sweep_test()
1182 gap)); in ddr3_tip_run_leveling_sweep_test()
/openbmc/u-boot/doc/imx/habv4/guides/
H A Dencrypted_boot.txt37 objcopy -I binary -O binary --pad-to <blob_dst> --gap-fill=0x00 \
/openbmc/qemu/hw/i2c/
H A Daspeed_i2c.c1218 int offset = i < aic->gap ? 1 : 5; in aspeed_i2c_realize()
1496 aic->gap = 7; in aspeed_2400_i2c_class_init()
1530 aic->gap = 7; in aspeed_2500_i2c_class_init()
1560 aic->gap = -1; /* no gap */ in aspeed_2600_i2c_class_init()
1584 aic->gap = -1; /* no gap */ in aspeed_1030_i2c_class_init()
1609 aic->gap = -1; /* no gap */ in aspeed_2700_i2c_class_init()
/openbmc/u-boot/cmd/
H A Dfdc.c129 unsigned char gap; /* gap1 size */ member
274 pCMD->cmd[GAP]=pFG->gap; /* gap */ in fdc_issue_cmd()
/openbmc/u-boot/disk/
H A DKconfig106 hole into a device" to create a gap for an SPL, its payload

12