Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 25 of 55) sorted by relevance

123

/u-boot/tools/binman/test/
A D088_expand_size.dts7 fill {
9 fill-byte = [61];
27 fill {
29 fill-byte = [63];
37 type = "fill";
39 fill-byte = [64];
A D070_fill_no_size.dts10 fill {
11 fill-byte = [ff];
A D069_fill.dts10 fill {
12 fill-byte = [ff];
A D080_fill_empty.dts10 fill {
12 fill-byte = [ff];
A D099_hash_section.dts9 fill {
11 fill-byte = [61];
A D181_section_align.dts11 fill {
24 fill {
A D160_pack_overlap_zero.dts13 fill {
A D175_env_no_size.dts14 fill-byte = [ff];
A D174_env.dts15 fill-byte = [ff];
A D176_env_too_small.dts15 fill-byte = [ff];
/u-boot/tools/
A Dimx8m_image.sh25 …objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 lpddr4_pmu_train_1d_imem.bin lpddr4_pmu…
26 …objcopy -I binary -O binary --pad-to 0x4000 --gap-fill=0x0 lpddr4_pmu_train_1d_dmem.bin lpddr4_pmu…
27 …objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 lpddr4_pmu_train_2d_imem.bin lpddr4_pmu…
35 objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 ddr4_imem_1d.bin ddr4_imem_1d_pad.bin
36 objcopy -I binary -O binary --pad-to 0x4000 --gap-fill=0x0 ddr4_dmem_1d.bin ddr4_dmem_1d_pad.bin
37 objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 ddr4_imem_2d.bin ddr4_imem_2d_pad.bin
A Dmxsimage.h166 } fill; member
/u-boot/lib/zlib/
A Dinftrees.c46 unsigned fill; /* index for replicating entries */ in inflate_table() local
227 fill = 1U << curr; in inflate_table()
228 min = fill; /* save offset to next table */ in inflate_table()
230 fill -= incr; in inflate_table()
231 next[(huff >> drop) + fill] = this; in inflate_table()
232 } while (fill != 0); in inflate_table()
/u-boot/test/fs/
A Dfat-noncontig-test.sh58 fill=/dev/urandom
98 dd if=${fill} of=${fn} bs=512 count=${sects} >/dev/null 2>&1
100 dd if=${fill} of=${fn} bs=512 count=${sects} >/dev/null 2>&1
107 dd if=${fill} of=${mnttestfn} bs=511 >/dev/null 2>&1
/u-boot/board/freescale/mx7ulp_evk/
A DMakefile8 $(OBJCOPY) -O binary --gap-fill 0xff $< $@
/u-boot/drivers/bios_emulator/include/x86emu/
A Dprim_ops.h100 u16 shld_word (u16 d, u16 fill, u8 s);
101 u32 shld_long (u32 d, u32 fill, u8 s);
102 u16 shrd_word (u16 d, u16 fill, u8 s);
103 u32 shrd_long (u32 d, u32 fill, u8 s);
/u-boot/board/imgtec/boston/
A Dconfig.mk6 -fill 0x00 -within $< -binary -range-pad 16 \
/u-boot/lib/
A Dsha1.c228 int fill; in sha1_update() local
235 fill = 64 - left; in sha1_update()
243 if (left && ilen >= fill) { in sha1_update()
244 memcpy ((void *) (ctx->buffer + left), (void *) input, fill); in sha1_update()
246 input += fill; in sha1_update()
247 ilen -= fill; in sha1_update()
A Dsha256.c191 uint32_t left, fill; in sha256_update() local
197 fill = 64 - left; in sha256_update()
205 if (left && length >= fill) { in sha256_update()
206 memcpy((void *) (ctx->buffer + left), (void *) input, fill); in sha256_update()
208 length -= fill; in sha256_update()
209 input += fill; in sha256_update()
/u-boot/arch/arm/mach-keystone/
A Dconfig.mk24 --gap-fill=0
/u-boot/arch/x86/dts/
A Dedison.dts169 fill-byte = [ff];
177 fill-byte = [ff];
/u-boot/arch/nds32/dts/
A Dag101p.dts31 /* FIXME: to fill correct frqeuency */
A Dae3xx.dts38 /* FIXME: to fill correct frqeuency */
/u-boot/arch/arm/mach-rmobile/
A DMakefile19 cmd_objcopy = $(OBJCOPY) --gap-fill=0x00 $(OBJCOPYFLAGS) \
/u-boot/arch/arm/dts/
A Dsocfpga_agilex_socdk.dts41 /* We expect the bootloader to fill in the reg */

Completed in 33 milliseconds

123