| /rk3399_rockchip-uboot/tools/ |
| H A D | ifdtool.c | 49 static struct fdbar_t *find_fd(char *image, int size) in find_fd() 386 static int dump_fd(char *image, int size) in dump_fd() 438 static int write_regions(char *image, int size) in write_regions() 493 static int write_image(char *filename, char *image, int size) in write_image() 523 static void set_spi_frequency(char *image, int size, enum spi_frequency freq) in set_spi_frequency() 546 static void set_em100_mode(char *image, int size) in set_em100_mode() 562 static void lock_descriptor(char *image, int size) in lock_descriptor() 583 static void unlock_descriptor(char *image, int size) in unlock_descriptor() 628 int inject_region(char *image, int size, int region_type, char *region_fname) in inject_region() 707 static int write_data(char *image, int size, unsigned int addr, in write_data() [all …]
|
| /rk3399_rockchip-uboot/tools/binman/etype/ |
| H A D | entry.py | 46 def __init__(self, image, etype, node, read_node=True): argument 63 def Create(image, node, etype=None): argument
|
| H A D | intel_me.py | 13 def __init__(self, image, etype, node): argument
|
| H A D | intel_fsp.py | 13 def __init__(self, image, etype, node): argument
|
| H A D | intel_vga.py | 13 def __init__(self, image, etype, node): argument
|
| H A D | intel_cmc.py | 13 def __init__(self, image, etype, node): argument
|
| H A D | u_boot_dtb.py | 13 def __init__(self, image, etype, node): argument
|
| H A D | u_boot_spl.py | 13 def __init__(self, image, etype, node): argument
|
| H A D | u_boot_nodtb.py | 13 def __init__(self, image, etype, node): argument
|
| H A D | u_boot_spl_with_ucode_ptr.py | 23 def __init__(self, image, etype, node): argument
|
| H A D | u_boot_ucode.py | 55 def __init__(self, image, etype, node): argument
|
| H A D | x86_start16_spl.py | 13 def __init__(self, image, etype, node): argument
|
| H A D | intel_mrc.py | 13 def __init__(self, image, etype, node): argument
|
| H A D | x86_start16.py | 13 def __init__(self, image, etype, node): argument
|
| H A D | u_boot.py | 13 def __init__(self, image, etype, node): argument
|
| H A D | u_boot_spl_bss_pad.py | 17 def __init__(self, image, etype, node): argument
|
| H A D | u_boot_img.py | 13 def __init__(self, image, etype, node): argument
|
| H A D | u_boot_dtb_with_ucode.py | 20 def __init__(self, image, etype, node): argument
|
| H A D | blob.py | 14 def __init__(self, image, etype, node): argument
|
| H A D | u_boot_with_ucode_ptr.py | 23 def __init__(self, image, etype, node): argument
|
| H A D | _testing.py | 14 def __init__(self, image, etype, node): argument
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | reloc_arm_efi.c | 18 efi_status_t _relocate(long ldbase, Elf32_Dyn *dyn, efi_handle_t image, in _relocate()
|
| H A D | reloc_aarch64_efi.c | 41 efi_status_t _relocate(long ldbase, Elf64_Dyn *dyn, efi_handle_t image, in _relocate()
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | reloc_x86_64_efi.c | 18 efi_status_t _relocate(long ldbase, Elf64_Dyn *dyn, efi_handle_t image, in _relocate()
|
| H A D | reloc_ia32_efi.c | 16 efi_status_t _relocate(long ldbase, Elf32_Dyn *dyn, efi_handle_t image, in _relocate()
|