Home
last modified time | relevance | path

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

123

/u-boot/tools/binman/test/
A D088_extend_size.dts7 fill {
9 fill-byte = [61];
27 fill {
29 fill-byte = [63];
37 type = "fill";
39 fill-byte = [64];
A D198_collection.dts13 fill {
15 fill-byte = [ff];
20 type = "fill";
22 fill-byte = [fe];
A D246_collection_other.dts14 fill {
16 fill-byte = [ff];
21 type = "fill";
23 fill-byte = [fe];
A D199_collection_section.dts13 fill {
15 fill-byte = [ff];
24 type = "fill";
26 fill-byte = [fe];
A D070_fill_no_size.dts10 fill {
11 fill-byte = [ff];
A D080_fill_empty.dts10 fill {
12 fill-byte = [ff];
A D069_fill.dts10 fill {
12 fill-byte = [ff];
A D099_hash_section.dts9 fill {
11 fill-byte = [61];
A D272_overlap_no_size.dts14 type = "fill";
15 fill-byte = [61];
A D269_overlap.dts14 type = "fill";
15 fill-byte = [61];
A D271_overlap_bad.dts14 type = "fill";
15 fill-byte = [61];
A D181_section_align.dts11 fill {
24 fill {
A D240_fit_extract_replace.dts12 fill {
14 fill-byte = [77];
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
45 objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 ddr3_imem_1d.bin ddr3_imem_1d_pad.bin
/u-boot/arch/arm/dts/
A Dk3-am65-iot2050-boot-image.dtsi137 fill@0x680000 {
140 fill-byte = [00];
143 fill@0x6a0000 {
146 fill-byte = [00];
158 fill@0x6c0000 {
161 fill-byte = [ff];
/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/drivers/crypto/aspeed/
A Daspeed_hace.c170 uint32_t left, fill; in aspeed_hace_update() local
174 fill = hace_ctx->blk_size - left; in aspeed_hace_update()
180 if (left && ilen >= fill) { in aspeed_hace_update()
181 memcpy(hace_ctx->buf + left, ibuf, fill); in aspeed_hace_update()
187 ilen -= fill; in aspeed_hace_update()
188 ibuf += fill; in aspeed_hace_update()
/u-boot/lib/blake2/
A Dblake2b.c234 size_t fill = BLAKE2B_BLOCKBYTES - left; in blake2b_update() local
235 if( inlen > fill ) in blake2b_update()
238 memcpy( S->buf + left, in, fill ); /* Fill buffer */ in blake2b_update()
241 in += fill; inlen -= fill; in blake2b_update()
/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 \

Completed in 30 milliseconds

123