Home
last modified time | relevance | path

Searched refs:pad (Results 1 – 25 of 61) sorted by relevance

123

/tools/binman/test/
A D180_section_pad.dts10 pad-byte = <0x26>;
14 /* Padding for the section uses the 0x26 pad byte */
15 pad-before = <3>;
16 pad-after = <2>;
19 pad-byte = <0x21>;
22 pad-before = <5>;
23 pad-after = <1>;
A D166_pad_in_sections.dts10 pad-byte = <0x26>;
12 pad-byte = <0x21>;
18 pad-before = <12>;
19 pad-after = <6>;
A D261_section_fname.dts10 pad-byte = <0x26>;
14 pad-byte = <0x21>;
15 pad-before = <2>;
16 pad-after = <3>;
A D055_sections.dts10 pad-byte = <0x26>;
15 pad-byte = <0x21>;
22 pad-byte = <0x61>;
A D060_fdt_update.dts9 pad-byte = <0x26>;
15 pad-byte = <0x21>;
23 pad-byte = <0x61>;
A D056_name_prefix.dts10 pad-byte = <0x26>;
16 pad-byte = <0x21>;
24 pad-byte = <0x61>;
A D101_sections_offset.dts10 pad-byte = <0x26>;
16 pad-byte = <0x21>;
23 pad-byte = <0x61>;
A D061_fdt_update_bad.dts9 pad-byte = <0x26>;
15 pad-byte = <0x21>;
23 pad-byte = <0x61>;
A D181_section_align.dts10 pad-byte = <0x26>;
17 /* Padding for the section uses the 0x26 pad byte */
22 pad-byte = <0x21>;
A D006_dual_image.dts15 pad-before = <3>;
16 pad-after = <5>;
A D178_skip_at_start_pad.dts16 pad-before = <8>;
17 pad-after = <4>;
A D179_skip_at_start_section_pad.dts15 pad-before = <8>;
16 pad-after = <4>;
A D202_section_timeout.dts10 pad-byte = <0x26>;
15 pad-byte = <0x21>;
A D067_fmap.dts13 pad-byte = <0x21>;
22 pad-byte = <0x61>;
A D009_pack_extra.dts10 pad-before = <3>;
11 pad-after = <5>;
A D167_fit_image_subentry_alignment.dts39 pad-before = <20>;
40 pad-after = <30>;
A D021_image_pad.dts8 pad-byte = <0xff>;
A D047_spl_bss_pad.dts11 u-boot-spl-bss-pad {
A D184_compress_section_size.dts9 pad-byte = <0xff>;
/tools/
A Dimx8m_image.sh30 dd if=spl/u-boot-spl.bin of=spl/u-boot-spl-pad.bin bs=4 conv=sync
31 …cat spl/u-boot-spl-pad.bin lpddr4_pmu_train_1d_fw.bin lpddr4_pmu_train_2d_fw.bin > spl/u-boot-spl-…
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
40 dd if=spl/u-boot-spl.bin of=spl/u-boot-spl-pad.bin bs=4 conv=sync
41 cat spl/u-boot-spl-pad.bin ddr4_1d_fw.bin ddr4_2d_fw.bin > spl/u-boot-spl-ddr.bin
45 objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 ddr3_imem_1d.bin ddr3_imem_1d_pad.bin
47 dd if=spl/u-boot-spl.bin of=spl/u-boot-spl-pad.bin bs=4 conv=sync
48 cat spl/u-boot-spl-pad.bin ddr3_1d_fw.bin > spl/u-boot-spl-ddr.bin
[all …]
A Denvcrc.c62 unsigned char pad = 0x00; in main() local
73 pad = ipad; in main()
76 if (pad) { in main()
84 memset(dataptr + eoe, pad, datasize - eoe); in main()
A Dmtk_image.h22 uint8_t pad[0x200]; member
119 uint32_t pad; member
131 uint8_t pad[0x20c]; member
138 uint16_t pad; member
147 uint32_t pad; member
A Dimx8mimage.c244 static void copy_file(int ifd, const char *datafile, int pad, int offset, in copy_file() argument
291 pad = pad - size; in copy_file()
292 if (pad == 1 && tail != 0) { in copy_file()
298 } else if (pad > 1) { in copy_file()
299 while (pad > 0) { in copy_file()
302 if (todo > pad) in copy_file()
303 todo = pad; in copy_file()
309 pad -= todo; in copy_file()
/tools/binman/etype/
A Du_boot_env.py35 pad = self.size - len(data) - 5
36 if pad < 0:
37 self.Raise("'u-boot-env' entry too small to hold data (need %#x more bytes)" % -pad)
38 data += tools.get_bytes(self.fill_value, pad)
/tools/binman/btool/
A Dmkimage.py25 pad=None, align=None, keys_dir=None): argument
43 if pad:

Completed in 26 milliseconds

123