| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | func_test.py | 57 def setUpClass(self): argument 88 def tearDownClass(self): argument 94 def setUp(self): argument 99 def tearDown(self): argument 103 def _RunBinman(self, *args, **kwargs): argument 117 def _DoBinman(self, *args): argument 133 def _DoTestFile(self, fname): argument 142 def _SetupDtb(self, fname, outfile='u-boot.dtb'): argument 164 def _DoReadFileDtb(self, fname, use_real_dtb=False): argument 205 def _DoReadFile(self, fname, use_real_dtb=False): argument [all …]
|
| H A D | image.py | 50 def __init__(self, name, node): argument 67 def _ReadNode(self): argument 87 def CheckSize(self): argument 109 def _Raise(self, msg): argument 119 def _ReadEntries(self): argument 123 def FindEntryType(self, etype): argument 136 def GetEntryContents(self): argument 155 def _SetEntryPosSize(self, name, pos, size): argument 168 def GetEntryPositions(self): argument 179 def PackEntries(self): argument [all …]
|
| H A D | fdt_test.py | 21 def setUpClass(self): argument 26 def TestFile(self, fname): argument 29 def GetCompiled(self, fname): argument 32 def _DeleteProp(self, dt): argument 36 def testFdtNormal(self): argument 41 def testFdtNormalProp(self): argument
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | kconfiglib.py | 104 def __init__(self, filename="Kconfig", base_dir=None, print_warnings=True, argument 230 def get_arch(self): argument 237 def get_srcarch(self): argument 244 def get_srctree(self): argument 251 def get_base_dir(self): argument 256 def get_kconfig_filename(self): argument 261 def get_config_filename(self): argument 266 def get_config_header(self): argument 278 def get_mainmenu_text(self): argument 285 def get_defconfig_filename(self): argument [all …]
|
| H A D | func_test.py | 178 def setUp(self): argument 210 def tearDown(self): argument 213 def setupToolchains(self): argument 217 def _RunBuildman(self, *args): argument 221 def _RunControl(self, *args, **kwargs): argument 230 def testFullHelp(self): argument 238 def testHelp(self): argument 246 def testGitSetup(self): argument 256 def _HandleCommandGitLog(self, args): argument 273 def _HandleCommandGitConfig(self, args): argument [all …]
|
| H A D | test.py | 106 def setUp(self): argument 140 def Make(self, commit, brd, stage, *args, **kwargs): argument 166 def assertSummary(self, text, arch, plus, boards, ok=False): argument 177 def testOutput(self): argument 286 def _testGit(self): argument 311 def testBoardSingle(self): argument 316 def testBoardArch(self): argument 321 def testBoardArchSingle(self): argument 326 def testBoardArchSingleMultiWord(self): argument 331 def testBoardSingleAnd(self): argument [all …]
|
| H A D | board.py | 11 def __init__(self, expr): argument 20 def Matches(self, props): argument 33 def __str__(self): argument 42 def __init__(self): argument 46 def AddExpr(self, expr): argument 55 def __str__(self): argument 59 def Matches(self, props): argument 76 def __init__(self, status, arch, cpu, soc, vendor, board_name, target, options): argument 103 def __init__(self): argument 107 def AddBoard(self, board): argument [all …]
|
| H A D | toolchain.py | 23 def __init__(self, arch): argument 38 def handle_starttag(self, tag, attrs): argument 59 def __init__(self, fname, test, verbose=False, priority=PRIORITY_CALC, argument 111 def GetPriority(self, fname): argument 131 def GetWrapper(self, show_warning=True): argument 143 def MakeEnvironment(self, full_path): argument 184 def __init__(self): argument 190 def GetPathList(self, show_warning=True): argument 216 def GetSettings(self, show_warning=True): argument 225 def Add(self, fname, test=True, verbose=False, priority=PRIORITY_CALC, argument [all …]
|
| H A D | builder.py | 114 def __init__(self, config_filename, target): argument 120 def Add(self, fname, key, value): argument 123 def __hash__(self): argument 204 def __init__(self, rc, err_lines, sizes, func_sizes, config): argument 211 def __init__(self, toolchains, base_dir, git_dir, num_threads, num_jobs, argument 301 def __del__(self): argument 306 def signal_handler(self, signal, frame): argument 309 def SetDisplayOptions(self, show_errors=False, show_sizes=False, argument 328 def _AddTimestamp(self): argument 357 def ClearLine(self, length): argument [all …]
|
| H A D | builderthread.py | 41 def __init__(self): argument 52 def __init__(self, builder): argument 61 def run(self): argument 83 def __init__(self, builder, thread_num, incremental, per_board_out_dir): argument 91 def Make(self, commit, brd, stage, cwd, *args, **kwargs): argument 113 def RunCommit(self, commit_upto, brd, work_dir, do_config, config_only, argument 253 def _WriteResult(self, result, keep_outputs): argument 371 def CopyFiles(self, out_dir, build_dir, dirname, patterns): argument 391 def RunJob(self, job): argument 469 def run(self): argument
|
| /rk3399_rockchip-uboot/tools/dtoc/ |
| H A D | fdt.py | 40 def __init__(self, node, offset, name, bytes): argument 52 def GetPhandle(self): argument 59 def Widen(self, newprop): argument 93 def BytesToValue(self, bytes): argument 142 def GetEmpty(self, type): argument 157 def GetOffset(self): argument 177 def __init__(self, fdt, parent, offset, name, path): argument 186 def _FindNode(self, name): argument 199 def Offset(self): argument 208 def Scan(self): argument [all …]
|
| H A D | test_dtoc.py | 72 def test_name(self): argument 80 def test_tab_to(self): argument 89 def test_get_value(self): argument 100 def test_get_compat_name(self): argument 121 def test_empty_file(self): argument 135 def test_simple(self): argument 237 def test_phandle(self): argument 299 def test_aliases(self): argument 329 def test_addresses64(self): argument 381 def test_addresses32(self): argument [all …]
|
| H A D | dtb_platdata.py | 144 def __init__(self, dtb_fname, include_disabled): argument 153 def setup_output(self, fname): argument 167 def out(self, line): argument 175 def buf(self, line): argument 183 def get_buf(self): argument 193 def out_header(self): argument 203 def get_phandle_argc(self, prop, node_name): argument 240 def scan_dtb(self): argument 248 def scan_node(self, root): argument 266 def scan_tree(self): argument [all …]
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | multiplexed_log.py | 22 def __init__(self, logfile, name, chained_file): argument 39 def close(self): argument 51 def write(self, data, implicit=False): argument 70 def flush(self): argument 89 def __init__(self, logfile, name, chained_file): argument 108 def close(self): argument 112 def run(self, cmd, cwd=None, ignore_errors=False): argument 183 def __init__(self, log, marker, anchor): argument 199 def __enter__(self): argument 202 def __exit__(self, extype, value, traceback): argument [all …]
|
| H A D | u_boot_console_base.py | 47 def __init__(self, console, check_type): argument 51 def __enter__(self): argument 55 def __exit__(self, extype, value, traceback): argument 64 def __init__(self, console, timeout): argument 69 def __enter__(self): argument 72 def __exit__(self, extype, value, traceback): argument 81 def __init__(self, log, config, max_fifo_fill): argument 117 def eval_bad_patterns(self): argument 123 def close(self): argument 141 def run_command(self, cmd, wait_for_echo=True, send_nl=True, argument [all …]
|
| H A D | u_boot_spawn.py | 26 def __init__(self, args, cwd=None): argument 75 def kill(self, sig): argument 87 def isalive(self): argument 107 def send(self, data): argument 119 def expect(self, patterns): argument 189 def close(self): argument 207 def get_expect_output(self): argument
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | cros_subprocess.py | 56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument 103 def CommunicateFilter(self, output): argument 254 def __init__(self, input_to_send=None): argument 271 def Output(self, stream, data): argument 284 def _BasicCheck(self, plist, oper): argument 293 def test_simple(self): argument 299 def test_stderr(self): argument 308 def test_shell(self): argument 318 def test_list_args(self): argument 335 def test_cwd(self): argument [all …]
|
| H A D | series.py | 32 def __init__(self): argument 48 def __setattr__(self, name, value): argument 51 def __getattr__(self, name): argument 54 def AddTag(self, commit, line, name, value): argument 84 def AddCommit(self, commit): argument 95 def ShowActions(self, args, cmd, process_tags): argument 140 def MakeChangeLog(self, commit): argument 183 def DoChecks(self): argument 205 def MakeCcFile(self, process_tags, cover_fname, raise_on_error, argument 257 def AddChange(self, version, commit, info): argument [all …]
|
| H A D | test.py | 24 def testBasic(self): argument 90 def GetData(self, data_type): argument 207 def SetupData(self, data_type): argument 215 def testGood(self): argument 227 def testNoSignoff(self): argument 238 def testSpaces(self): argument 249 def testIndent(self): argument
|
| H A D | func_test.py | 37 def setUp(self): argument 40 def tearDown(self): argument 49 def GetText(self, fname): argument 53 def GetPatchName(self, subject): argument 57 def CreatePatchesForTest(self, series): argument 74 def testBasic(self): argument
|
| H A D | commit.py | 26 def __init__(self, hash): argument 35 def AddChange(self, version, info): argument 46 def CheckTags(self): argument 69 def AddCc(self, cc_list): argument 77 def CheckDuplicateSignoff(self, signoff): argument
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | avbtool.py | 65 def __init__(self, message): argument 86 def __init__(self, algorithm_type, hash_name, hash_num_bytes, argument 350 def __init__(self, key_path): argument 399 def encode(self): argument 425 def sign(self, algorithm_name, data_to_sign, signing_helper=None, argument 673 def __init__(self, chunk_type, chunk_offset, output_offset, output_size, argument 745 def __init__(self, image_filename, read_only=False): argument 762 def _read_header(self): argument 883 def _update_chunks_and_blocks(self): argument 896 def append_dont_care(self, num_bytes): argument [all …]
|
| /rk3399_rockchip-uboot/tools/binman/etype/ |
| H A D | entry.py | 46 def __init__(self, image, etype, node, read_node=True): argument 95 def ReadNode(self): argument 115 def ObtainContents(self): argument 125 def Pack(self, pos): argument 177 def Raise(self, msg): argument 181 def GetPath(self): argument 189 def GetData(self): argument 192 def GetPositions(self): argument 195 def SetPositionSize(self, pos, size): argument 199 def ProcessContents(self): argument
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | moveconfig.py | 764 def __init__(self, total): argument 773 def inc(self): argument 778 def show(self): argument 787 def __init__(self): argument 803 def __init__(self, configs, options, build_dir): argument 820 def get_arch(self): argument 846 def parse_one_config(self, config, dotconfig_lines, autoconf_lines): argument 894 def update_dotconfig(self): argument 976 def check_defconfig(self): argument 1006 def __init__(self, config_db, db_queue): argument [all …]
|
| H A D | rkmux.py | 26 def __init__(self, cols=None): argument 37 def Setup(self, cols): argument 42 def AddDesc(self, desc): argument 45 def Show(self): argument 50 def __str__(self): argument 55 def __init__(self, name): argument 60 def __enter__(self): argument 63 def __exit__(self, type, value, traceback): argument 67 def output_header(self): argument 71 def output_footer(self): argument [all …]
|