Home
last modified time | relevance | path

Searched refs:uboot_elf_filename (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/synopsys/axs10x/
H A Dheaderize-axs.py32 def arg_verify(uboot_bin_filename, uboot_elf_filename, header_type): argument
37 if not os.path.isfile(uboot_elf_filename):
38 print("uboot elf file not exists: " + uboot_elf_filename)
57 uboot_elf_filename = "u-boot"
85 if opt in ('-e', "--elf"): uboot_elf_filename = arg
87 arg_verify(uboot_bin_filename, uboot_elf_filename, header_type)
90 jump_address = elf_get_entry(uboot_elf_filename)
/openbmc/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
38 if not os.path.isfile(uboot_elf_filename):
39 print("uboot elf file not exists: " + uboot_elf_filename)
52 uboot_elf_filename = "u-boot"
76 if opt in ('-e', "--elf"): uboot_elf_filename = arg
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
81 jump_address = elf_get_entry(uboot_elf_filename)