Home
last modified time | relevance | path

Searched refs:gap (Results 1 – 25 of 31) 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/board/freescale/mx7ulp_evk/
H A DMakefile8 $(OBJCOPY) -O binary --gap-fill 0xff $< $@
/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/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/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 \
H A Dmx6_mx7_secure_boot.txt348 $ objcopy -I binary -O binary --pad-to 0x64A000 --gap-fill=0x00 \
/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
/openbmc/u-boot/arch/arm/mach-imx/
H A DMakefile89 $(OBJCOPY) -O binary --gap-fill 0xff $< $@
/openbmc/obmc-console/docs/
H A Dmux-support.md93 may be confusion as to why there is a gap in the logs.
/openbmc/docs/designs/
H A Dbmc-boot-ready.md22 has a large time gap between when the webserver is available and when all BMC
/openbmc/u-boot/
H A DMakefile893 cmd_objcopy = $(OBJCOPY) --gap-fill=0xff $(OBJCOPYFLAGS) \
1317 --gap-fill=0xff
1444 --gap-fill=0xff
1456 --pad-to=$(CONFIG_UBOOT_PAD_TO) --gap-fill=0xff
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.1.rst38 gap in official PowerPC reference hardware support; this may change in

12