| /openbmc/u-boot/tools/ |
| H A D | imx8m_image.sh | 33 …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 D | lircd.conf | 18 gap 113123 86 gap 100000 153 gap 67800 235 gap 81698
|
| /openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp/ |
| H A D | 0001-kernel-kvm-don-t-hardcode-objcopy.patch | 57 - 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 D | ti_soc_thermal.txt | 5 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 D | orphan.c | 193 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 D | boot.c | 244 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 D | virt-fdt-build.c | 130 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 D | virt-acpi-build.c | 186 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 D | virt.c | 631 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 D | Makefile | 8 $(OBJCOPY) -O binary --gap-fill 0xff $< $@
|
| /openbmc/webui-vue/docs/.vuepress/components/colors/ |
| H A D | colors.scss | 3 grid-gap: 1rem;
|
| /openbmc/webui-vue/src/layouts/ |
| H A D | LoginLayout.vue | 54 gap: $spacer * 2; 92 gap: $spacer * 1.5;
|
| /openbmc/u-boot/doc/device-tree-bindings/exynos/ |
| H A D | soc.txt | 5 name, this property fills the gap.
|
| /openbmc/qemu/semihosting/ |
| H A D | arm-compat-semi.c | 159 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 D | config.mk | 24 --gap-fill=0
|
| /openbmc/qemu/tests/qtest/ |
| H A D | fdc-test.c | 125 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 D | 0001-pyproject.toml-remove-benchmark-disable-option.patch | 7 to avoid python3-pytest-benchmark rdepends to fix the gap.
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3-cython_3.1.0.bb | 4 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 D | 0011-ac_add_search_path.m4-keep-consistent-between-32bit-.patch | 12 So add the patch to fix the gap between 32bit and 64bit system.
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/ |
| H A D | bluez5_5.82.bb | 27 tools/gap-tester \
|
| /openbmc/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_debug.c | 1096 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 D | encrypted_boot.txt | 37 objcopy -I binary -O binary --pad-to <blob_dst> --gap-fill=0x00 \
|
| /openbmc/qemu/hw/i2c/ |
| H A D | aspeed_i2c.c | 1218 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 D | fdc.c | 129 unsigned char gap; /* gap1 size */ member 274 pCMD->cmd[GAP]=pFG->gap; /* gap */ in fdc_issue_cmd()
|
| /openbmc/u-boot/disk/ |
| H A D | Kconfig | 106 hole into a device" to create a gap for an SPL, its payload
|