Home
last modified time | relevance | path

Searched defs:data (Results 1 – 25 of 59) sorted by relevance

123

/tools/binman/test/
A Dembed_data.lds22 *(.data*)
A Du_boot_binman_embed.lds23 dtb_embed_begin = .;
25 dtb_embed_end = .;
A Delf_sections.c8 int __attribute__((section(".sram_data"))) data[29]; variable
/tools/binman/
A Delf.py324 def GetSymbolValue(sym, data, msg): argument
346 def MakeElf(elf_fname, text, data): argument
444 def DecodeElf(data, location): argument
528 def read_loadable_segments(data): argument
564 def is_valid(data): argument
A Dfip_util.py260 def from_type(cls, fip_type_or_uuid, data, flags): argument
280 def decode_fip(data): argument
323 def add_entry(self, fip_type, data, flags): argument
387 def __init__(self, data, read=True): argument
527 def _to_hex_list(data): argument
A Dcbfs_util_test.py78 def _check_hdr(self, data, size, offset=0, arch=cbfs_util.ARCHITECTURE_X86): argument
101 data=U_BOOT_DATA, cbfs_offset=None): argument
126 def _check_dtb(self, cbfs, offset=0x24, data=U_BOOT_DTB_DATA, argument
147 def _check_raw(self, data, size, offset=0, arch=cbfs_util.ARCHITECTURE_X86): argument
190 def _compare_expected_cbfs(self, data, cbfstool_fname): argument
A Dcbfs_util.py222 def __init__(self, name, ftype, data, cbfs_offset, compress=COMPRESS_NONE): argument
256 def stage(cls, base_address, name, data, cbfs_offset): argument
275 def raw(cls, name, data, cbfs_offset, compress): argument
529 def add_file_stage(self, name, data, cbfs_offset=None): argument
546 def add_file_raw(self, name, data, cbfs_offset=None, argument
655 def __init__(self, data, read=True): argument
A Dfip_util_test.py85 def setup_macro(self, data=macro_contents): argument
90 def setup_name(self, data=name_contents): argument
A Dcontrol.py328 def ReplaceOneEntry(image, entry, data, do_compress, allow_resize): argument
361 def WriteEntryToImage(image, entry, data, do_compress=True, allow_resize=True, argument
369 def WriteEntry(image_fname, entry_path, data, do_compress=True, argument
/tools/binman/etype/
A Dfdtmap.py23 def LocateFdtmap(data): argument
165 def GetAltFormat(self, data, alt_format): argument
A Dtee_os.py63 def is_optee_bin_v1(data): argument
A Dxilinx_bootgen.py126 def _ToElf(cls, data, output_fname): argument
A Dimage_header.py20 def LocateHeaderOffset(data): argument
A Dintel_descriptor.py21 def __init__(self, data, frba, region_num): argument
A Dblob_dtb.py72 def WriteData(self, data, decomp=True): argument
/tools/buildman/
A Dbsettings.py31 def add_file(data): argument
/tools/u_boot_pylib/
A Dcros_subprocess.py103 def convert_data(self, data): argument
274 def output(self, stream, data): argument
/tools/
A Dmicrocode-tool26 def __init__(self, name, data): argument
A Dmicrocode-tool.py26 def __init__(self, name, data): argument
A Drelocate-rela.c90 static uint16_t elf16_to_cpu(uint16_t data) in elf16_to_cpu()
98 static uint32_t elf32_to_cpu(uint32_t data) in elf32_to_cpu()
106 static uint32_t cpu_to_elf32(uint32_t data) in cpu_to_elf32()
A Dimg2srec.c151 static uint8_t* ExtractBlock(uint16_t count, uint8_t* data, uint8_t* buffer) in ExtractBlock()
172 const uint8_t* data, int nCount) in BuildSRecord()
A Daisimage.h31 uint32_t data[1]; member
77 char data[1]; member
A Dimage-host.c71 int noffset, const void *data, size_t size) in fit_image_process_hash()
234 int noffset, const void *data, size_t size, in fit_image_process_sig()
299 static int fit_image_read_data(char *filename, unsigned char *data, in fit_image_read_data()
381 static int get_random_data(void *data, size_t size) in get_random_data()
495 const void *data, size_t size, in fit_image_write_cipher()
530 int node_noffset, const void *data, size_t size, in fit_image_process_cipher()
583 const void *data; in fit_image_cipher_data() local
670 const void *data; in fit_image_add_verification_data() local
A Dprelink-riscv.c93 void *data = in main() local
A Defivar.py71 def __init__(self, size, attrs, time, guid, name, data): argument
162 def set_var(self, guid, name, data, size, attrs): argument
373 def hexdump(data): argument

Completed in 31 milliseconds

123