Searched refs:fill (Results 1 – 25 of 67) sorted by relevance
123
| /u-boot/tools/binman/test/ |
| A D | 088_extend_size.dts | 7 fill { 9 fill-byte = [61]; 27 fill { 29 fill-byte = [63]; 37 type = "fill"; 39 fill-byte = [64];
|
| A D | 198_collection.dts | 13 fill { 15 fill-byte = [ff]; 20 type = "fill"; 22 fill-byte = [fe];
|
| A D | 246_collection_other.dts | 14 fill { 16 fill-byte = [ff]; 21 type = "fill"; 23 fill-byte = [fe];
|
| A D | 199_collection_section.dts | 13 fill { 15 fill-byte = [ff]; 24 type = "fill"; 26 fill-byte = [fe];
|
| A D | 070_fill_no_size.dts | 10 fill { 11 fill-byte = [ff];
|
| A D | 080_fill_empty.dts | 10 fill { 12 fill-byte = [ff];
|
| A D | 069_fill.dts | 10 fill { 12 fill-byte = [ff];
|
| A D | 099_hash_section.dts | 9 fill { 11 fill-byte = [61];
|
| A D | 272_overlap_no_size.dts | 14 type = "fill"; 15 fill-byte = [61];
|
| A D | 269_overlap.dts | 14 type = "fill"; 15 fill-byte = [61];
|
| A D | 271_overlap_bad.dts | 14 type = "fill"; 15 fill-byte = [61];
|
| A D | 181_section_align.dts | 11 fill { 24 fill {
|
| A D | 240_fit_extract_replace.dts | 12 fill { 14 fill-byte = [77];
|
| A D | 160_pack_overlap_zero.dts | 13 fill {
|
| A D | 175_env_no_size.dts | 14 fill-byte = [ff];
|
| A D | 174_env.dts | 15 fill-byte = [ff];
|
| A D | 176_env_too_small.dts | 15 fill-byte = [ff];
|
| /u-boot/tools/ |
| A D | imx8m_image.sh | 25 …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 D | k3-am65-iot2050-boot-image.dtsi | 137 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 D | inftrees.c | 46 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 D | fat-noncontig-test.sh | 58 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 D | aspeed_hace.c | 170 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 D | blake2b.c | 234 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 D | prim_ops.h | 100 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 D | config.mk | 6 -fill 0x00 -within $< -binary -range-pad 16 \
|
Completed in 30 milliseconds
123