/tools/binman/test/ |
A D | embed_data.lds | 22 *(.data*)
|
A D | u_boot_binman_embed.lds | 23 dtb_embed_begin = .; 25 dtb_embed_end = .;
|
A D | elf_sections.c | 8 int __attribute__((section(".sram_data"))) data[29]; variable
|
/tools/binman/ |
A D | elf.py | 324 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 D | fip_util.py | 260 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 D | cbfs_util_test.py | 78 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 D | cbfs_util.py | 222 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 D | fip_util_test.py | 85 def setup_macro(self, data=macro_contents): argument 90 def setup_name(self, data=name_contents): argument
|
A D | control.py | 328 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 D | fdtmap.py | 23 def LocateFdtmap(data): argument 165 def GetAltFormat(self, data, alt_format): argument
|
A D | tee_os.py | 63 def is_optee_bin_v1(data): argument
|
A D | xilinx_bootgen.py | 126 def _ToElf(cls, data, output_fname): argument
|
A D | image_header.py | 20 def LocateHeaderOffset(data): argument
|
A D | intel_descriptor.py | 21 def __init__(self, data, frba, region_num): argument
|
A D | blob_dtb.py | 72 def WriteData(self, data, decomp=True): argument
|
/tools/buildman/ |
A D | bsettings.py | 31 def add_file(data): argument
|
/tools/u_boot_pylib/ |
A D | cros_subprocess.py | 103 def convert_data(self, data): argument 274 def output(self, stream, data): argument
|
/tools/ |
A D | microcode-tool | 26 def __init__(self, name, data): argument
|
A D | microcode-tool.py | 26 def __init__(self, name, data): argument
|
A D | relocate-rela.c | 90 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 D | img2srec.c | 151 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 D | aisimage.h | 31 uint32_t data[1]; member 77 char data[1]; member
|
A D | image-host.c | 71 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 D | prelink-riscv.c | 93 void *data = in main() local
|
A D | efivar.py | 71 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
|