Searched refs:fill (Results 1 – 25 of 55) sorted by relevance
123
/u-boot/tools/binman/test/ |
A D | 088_expand_size.dts | 7 fill { 9 fill-byte = [61]; 27 fill { 29 fill-byte = [63]; 37 type = "fill"; 39 fill-byte = [64];
|
A D | 070_fill_no_size.dts | 10 fill { 11 fill-byte = [ff];
|
A D | 069_fill.dts | 10 fill { 12 fill-byte = [ff];
|
A D | 080_fill_empty.dts | 10 fill { 12 fill-byte = [ff];
|
A D | 099_hash_section.dts | 9 fill { 11 fill-byte = [61];
|
A D | 181_section_align.dts | 11 fill { 24 fill {
|
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
|
A D | mxsimage.h | 166 } fill; member
|
/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/board/freescale/mx7ulp_evk/ |
A D | Makefile | 8 $(OBJCOPY) -O binary --gap-fill 0xff $< $@
|
/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 \
|
/u-boot/lib/ |
A D | sha1.c | 228 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 D | sha256.c | 191 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 D | config.mk | 24 --gap-fill=0
|
/u-boot/arch/x86/dts/ |
A D | edison.dts | 169 fill-byte = [ff]; 177 fill-byte = [ff];
|
/u-boot/arch/nds32/dts/ |
A D | ag101p.dts | 31 /* FIXME: to fill correct frqeuency */
|
A D | ae3xx.dts | 38 /* FIXME: to fill correct frqeuency */
|
/u-boot/arch/arm/mach-rmobile/ |
A D | Makefile | 19 cmd_objcopy = $(OBJCOPY) --gap-fill=0x00 $(OBJCOPYFLAGS) \
|
/u-boot/arch/arm/dts/ |
A D | socfpga_agilex_socdk.dts | 41 /* We expect the bootloader to fill in the reg */
|
Completed in 33 milliseconds
123