Home
last modified time | relevance | path

Searched refs:arc_id (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-chip/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-sopine/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-pandaboard/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-orangepi-r1/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-orangepi-zero/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/board/synopsys/hsdk/
H A Dheaderize-hsdk.py29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument
30 if arc_id not in [0x52, 0x53, 0x54]:
31 print("unknown ARC ID: " + hex(arc_id))
62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL)
74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16)
78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id)
86 file.write(arc_id.to_bytes(2, byteorder='little'))

12345678910