Searched refs:__init__ (Results 1 - 25 of 159) sorted by relevance

1234567

/u-boot/tools/binman/btool/
H A Dlzop.py29 def __init__(self, name): member in class:Bintoollzop
30 super().__init__(name, 'lzo', compress_args=[])
H A Dxz.py29 def __init__(self, name): member in class:Bintoolxz
30 super().__init__(name, fetch_package='xz-utils',
H A Dzstd.py29 def __init__(self, name): member in class:Bintoolzstd
30 super().__init__(name)
H A Dbzip2.py29 def __init__(self, name): member in class:Bintoolbzip2
30 super().__init__(name, version_regex=r'bzip2.*Version ([0-9.]+)', version_args='--help')
H A Dbtool_gzip.py29 def __init__(self, name): member in class:Bintoolgzip
30 super().__init__(name, compress_args=[],
/u-boot/tools/binman/etype/
H A Du_boot_tpl_dtb_with_ucode.py18 def __init__(self, section, etype, node): member in class:Entry_u_boot_tpl_dtb_with_ucode
19 super().__init__(section, etype, node)
H A Dpowerpc_mpc85xx_bootpg_resetvec.py20 def __init__(self, section, etype, node): member in class:Entry_powerpc_mpc85xx_bootpg_resetvec
21 super().__init__(section, etype, node)
H A Du_boot_expanded.py23 def __init__(self, section, etype, node): member in class:Entry_u_boot_expanded
24 super().__init__(section, etype, node, 'u-boot', 'u-boot-dtb', False)
H A Dintel_vga.py23 def __init__(self, section, etype, node): member in class:Entry_intel_vga
24 super().__init__(section, etype, node)
H A Dscp.py17 def __init__(self, section, etype, node): member in class:Entry_scp
18 super().__init__(section, etype, node, 'scp')
H A Dintel_me.py28 def __init__(self, section, etype, node): member in class:Entry_intel_me
29 super().__init__(section, etype, node)
H A Dintel_mrc.py22 def __init__(self, section, etype, node): member in class:Entry_intel_mrc
23 super().__init__(section, etype, node)
H A Dintel_vbt.py20 def __init__(self, section, etype, node): member in class:Entry_intel_vbt
21 super().__init__(section, etype, node)
H A Dintel_refcode.py22 def __init__(self, section, etype, node): member in class:Entry_intel_refcode
23 super().__init__(section, etype, node)
H A Dintel_fsp_m.py25 def __init__(self, section, etype, node): member in class:Entry_intel_fsp_m
26 super().__init__(section, etype, node)
H A Dintel_cmc.py21 def __init__(self, section, etype, node): member in class:Entry_intel_cmc
22 super().__init__(section, etype, node)
H A Dintel_fsp.py25 def __init__(self, section, etype, node): member in class:Entry_intel_fsp
26 super().__init__(section, etype, node)
H A Dintel_fsp_s.py25 def __init__(self, section, etype, node): member in class:Entry_intel_fsp_s
26 super().__init__(section, etype, node)
H A Dintel_fsp_t.py24 def __init__(self, section, etype, node): member in class:Entry_intel_fsp_t
25 super().__init__(section, etype, node)
H A Datf_bl31.py22 def __init__(self, section, etype, node): member in class:Entry_atf_bl31
23 super().__init__(section, etype, node, 'atf-bl31')
H A Dopensbi.py21 def __init__(self, section, etype, node): member in class:Entry_opensbi
22 super().__init__(section, etype, node, 'opensbi')
H A Drockchip_tpl.py18 def __init__(self, section, etype, node): member in class:Entry_rockchip_tpl
19 super().__init__(section, etype, node, 'rockchip-tpl')
H A Dti_dm.py20 def __init__(self, section, etype, node): member in class:Entry_ti_dm
21 super().__init__(section, etype, node, 'ti-dm')
H A Du_boot_spl_dtb.py21 def __init__(self, section, etype, node): member in class:Entry_u_boot_spl_dtb
22 super().__init__(section, etype, node)
H A Du_boot_tpl_dtb.py21 def __init__(self, section, etype, node): member in class:Entry_u_boot_tpl_dtb
22 super().__init__(section, etype, node)

Completed in 148 milliseconds

1234567