| /u-boot/test/py/tests/test_efi_secboot/ |
| A D | test_authvar.py | 35 assert '00000000: 01' in output 50 assert 'PK:' in ''.join(output) 54 assert '00000000: 01' in output 57 assert '00000000: 00' in output 82 assert 'KEK:' in ''.join(output) 86 assert '00000000: 01' in output 100 assert 'db:' in ''.join(output) 104 assert '00000000: 01' in output 122 assert '00000000: 01' in output 142 assert 'db:' in ''.join(output) [all …]
|
| A D | test_signed.py | 29 output = u_boot_console.run_command_list([ 34 assert 'Hello, world!' in ''.join(output) 38 output = u_boot_console.run_command_list([ 42 assert 'Hello, world!' in ''.join(output) 53 output = u_boot_console.run_command_list([ 60 output = u_boot_console.run_command_list([ 66 output = u_boot_console.run_command_list([ 75 output = u_boot_console.run_command_list([ 79 output = u_boot_console.run_command_list([ 84 output = u_boot_console.run_command_list([ [all …]
|
| A D | test_unsigned.py | 29 output = u_boot_console.run_command_list([ 37 output = u_boot_console.run_command_list([ 41 assert '\'HELLO\' failed' in ''.join(output) 42 output = u_boot_console.run_command_list([ 56 output = u_boot_console.run_command_list([ 66 output = u_boot_console.run_command_list([ 70 assert 'Hello, world!' in ''.join(output) 80 output = u_boot_console.run_command_list([ 90 output = u_boot_console.run_command_list([ 95 output = u_boot_console.run_command_list([ [all …]
|
| A D | test_signed_intca.py | 31 output = u_boot_console.run_command_list([ 41 output = u_boot_console.run_command_list([ 50 output = u_boot_console.run_command_list([ 54 assert 'Hello, world!' in ''.join(output) 64 output = u_boot_console.run_command_list([ 72 output = u_boot_console.run_command_list([ 81 output = u_boot_console.run_command_list([ 91 output = u_boot_console.run_command_list([ 96 assert 'Hello, world!' in ''.join(output) 106 output = u_boot_console.run_command_list([ [all …]
|
| /u-boot/test/py/tests/ |
| A D | test_pinmux.py | 10 output = u_boot_console.run_command('pinmux') 11 assert 'Usage:' in output 26 assert ('pinctrl-gpio:' in output) 30 assert ('pinctrl:' in output) 34 assert ('P3 : I2S SD.' in output) 35 assert ('P4 : I2S WS.' in output) 46 assert 'sandbox_pinctrl' in output 55 assert (expected_output in output) 64 assert (expected_output in output) 74 assert (not 'pinctrl-gpio:' in output) [all …]
|
| A D | test_gpt.py | 86 assert 'Start 1MiB, size 1MiB' in output 87 assert 'Block size 512, name part1' in output 88 assert 'Start 2MiB, size 1MiB' in output 89 assert 'Block size 512, name part2' in output 91 assert '0x00000800 0x00000fff "part1"' in output 102 assert 'Verify GPT: success!' in output 112 assert 'Repairing GPT: success!' in output 171 assert 'name first' in output 174 assert 'name second' in output 205 assert 'Writing GPT: success!' in output [all …]
|
| A D | test_tpm2.py | 68 assert output.endswith('0') 78 assert output.endswith('0') 88 assert output.endswith('0') 95 assert output.endswith('0') 99 assert output.endswith('0') 122 assert output.endswith('0') 139 assert output.endswith('0') 161 assert output.endswith('0') 165 assert output.endswith('0') 182 assert output.endswith('0') [all …]
|
| A D | test_extension.py | 28 output = u_boot_console.run_command('extension list') 29 assert('No extension' in output) 32 assert output == 'Found 2 extension board(s).' 35 assert('overlay0.dtbo' in output) 36 assert('overlay1.dtbo' in output) 43 assert('bytes read' in output) 45 output = u_boot_console.run_command('fdt print') 46 assert('button3' in output) 49 assert('bytes read' in output) 51 output = u_boot_console.run_command('fdt print') [all …]
|
| A D | test_fpga.py | 91 assert expected_tftp in output 105 assert expected_usage in output 111 assert expected_usage in output 136 assert expected_usage in output 209 assert expected_text in output 219 assert expected_text in output 226 assert expected_text in output 235 assert expected_text in output 268 assert expected in output 477 assert expected in output [all …]
|
| A D | test_net.py | 101 output = u_boot_console.run_command('dhcp') 102 assert 'DHCP client bound to address ' in output 120 output = u_boot_console.run_command('dhcp6') 121 assert 'DHCP6 client bound to ' in output 157 assert 'is alive' in output 179 assert 'ROUTER SOLICITATION 1' in output 180 assert 'Set gatewayip6:' in output 212 assert expected_text in output 222 assert expected_crc in output 252 assert expected_text in output [all …]
|
| A D | test_ofplatdata.py | 14 output = util.run_and_log(cons, [fdtgrep, '-l', dtb]) 16 assert "bootph-all" not in output 17 assert "bootph-some-ram" not in output 18 assert "bootph-pre-ram" not in output 19 assert "bootph-pre-sram" not in output 21 assert "spl-test5" not in output 22 assert "spl-test6" not in output 23 assert "spl-test7" in output
|
| A D | test_log.py | 23 output = cons.run_command('log format %s' % fmt) 24 assert output == '' 25 output = cons.run_command('log rec arch notice file.c 123 func msg') 26 assert output == expected_output 31 output = cons.run_command('log format') 32 assert output == 'Log format: clFLfm' 47 output = cons.get_spawn_output().replace('\r', '') 48 assert (not 'debug: main' in output)
|
| /u-boot/test/py/tests/test_efi_capsule/ |
| A D | test_capsule_firmware_raw.py | 59 assert 'Old' in ''.join(output) 66 assert 'Old' in ''.join(output) 73 assert 'Test03' in ''.join(output) 132 assert 'Old' in ''.join(output) 139 assert 'Old' in ''.join(output) 146 assert 'Test01' in ''.join(output) 152 assert 'Test02' in ''.join(output) 177 assert 'Test01' in ''.join(output) 178 assert 'Test02' in ''.join(output) 215 assert 'Old' in ''.join(output) [all …]
|
| A D | test_capsule_firmware_fit.py | 44 output = u_boot_console.run_command_list([ 59 assert 'Old' in ''.join(output) 66 assert 'Old' in ''.join(output) 73 assert 'Test05' in ''.join(output) 89 assert 'Test05' in ''.join(output) 99 assert 'u-boot:Old' in ''.join(output) 132 assert 'Old' in ''.join(output) 139 assert 'Old' in ''.join(output) 146 assert 'Test04' in ''.join(output) 164 assert 'Test04' in ''.join(output) [all …]
|
| A D | test_capsule_firmware_signed_raw.py | 56 assert 'Old' in ''.join(output) 64 assert 'Test11' in ''.join(output) 84 assert 'Test11' in ''.join(output) 93 assert 'Test11' not in ''.join(output) 99 assert 'u-boot:New' in ''.join(output) 131 assert 'Old' in ''.join(output) 139 assert 'Test12' in ''.join(output) 159 assert 'Test12' in ''.join(output) 169 assert 'Test12' not in ''.join(output) 208 assert 'Old' in ''.join(output) [all …]
|
| A D | test_capsule_firmware_signed_fit.py | 60 assert 'Old' in ''.join(output) 68 assert 'Test13' in ''.join(output) 88 assert 'Test13' in ''.join(output) 97 assert 'Test13' not in ''.join(output) 103 assert 'u-boot:New' in ''.join(output) 136 assert 'Old' in ''.join(output) 144 assert 'Test14' in ''.join(output) 164 assert 'Test14' in ''.join(output) 174 assert 'Test14' not in ''.join(output) 214 assert 'Old' in ''.join(output) [all …]
|
| /u-boot/test/py/tests/test_fs/ |
| A D | test_ext.py | 52 assert(md5val[0] in ''.join(output)) 75 assert(md5val[0] in ''.join(output)) 105 output = u_boot_console.run_command( 123 assert(md5val[1] in ''.join(output)) 138 output = u_boot_console.run_command( 156 assert(md5val[2] in ''.join(output)) 171 output = u_boot_console.run_command( 174 assert('0 bytes written' in output) 196 output = u_boot_console.run_command( 214 assert(md5val[3] in ''.join(output)) [all …]
|
| A D | test_basic.py | 26 output = u_boot_console.run_command_list([ 34 output = u_boot_console.run_command( 39 assert('' == output) 96 assert(md5val[0] in ''.join(output)) 115 assert(md5val[1] in ''.join(output)) 136 assert(md5val[2] in ''.join(output)) 157 assert(md5val[3] in ''.join(output)) 178 assert(md5val[4] in ''.join(output)) 199 assert(md5val[5] in ''.join(output)) 240 assert(md5val[0] in ''.join(output)) [all …]
|
| A D | test_mkdir.py | 27 assert('dir1/' in ''.join(output)) 29 output = u_boot_console.run_command( 31 assert('./' in output) 32 assert('../' in output) 46 assert('dir2/' in ''.join(output)) 48 output = u_boot_console.run_command( 50 assert('./' in output) 51 assert('../' in output) 102 assert('dir6/' in ''.join(output)) 114 assert('./' in output) [all …]
|
| A D | test_symlink.py | 27 output = u_boot_console.run_command_list([ 32 assert('' in ''.join(output)) 34 output = u_boot_console.run_command_list([ 43 assert(md5val[0] in ''.join(output)) 61 assert('' in ''.join(output)) 72 assert(md5val[0] in ''.join(output)) 87 assert('' in ''.join(output)) 97 assert(md5val[1] in ''.join(output)) 108 assert(md5val[1] in ''.join(output)) 122 assert('' in ''.join(output)) [all …]
|
| A D | test_unlink.py | 24 output = u_boot_console.run_command_list([ 28 assert('' == ''.join(output)) 30 output = u_boot_console.run_command( 32 assert(not 'file1' in output) 33 assert('file2' in output) 48 assert('' == ''.join(output)) 50 output = u_boot_console.run_command( 52 assert('0 file(s), 2 dir(s)' in output) 76 assert('' == ''.join(output)) 78 output = u_boot_console.run_command( [all …]
|
| /u-boot/arch/arm/dts/ |
| A D | nuvoton-npcm750-pincfg-evb.dtsi | 14 output-high; 24 output-high; 34 output-high; 39 output-low; 44 output-high; 49 output-high; 54 output-high; 59 output-high; 109 output-low; 119 output-low; [all …]
|
| A D | nuvoton-npcm845-pincfg.dtsi | 9 output-high; 34 output-high; 54 output-high; 59 output-low; 69 output-high; 74 output-low; 84 output-low; 99 output-low; 109 output-low; 124 output-low; [all …]
|
| /u-boot/arch/x86/lib/ |
| A D | div64.c | 21 union overlay64 output; in __ashldi3() local 23 output.longw = num; in __ashldi3() 25 output.words.higher = output.words.lower << (shift - 32); in __ashldi3() 30 output.words.higher = (output.words.higher << shift) | in __ashldi3() 32 output.words.lower = output.words.lower << shift; in __ashldi3() 34 return output.longw; in __ashldi3() 41 output.longw = num; in __lshrdi3() 43 output.words.lower = output.words.higher >> (shift - 32); in __lshrdi3() 48 output.words.lower = output.words.lower >> shift | in __lshrdi3() 50 output.words.higher = output.words.higher >> shift; in __lshrdi3() [all …]
|
| /u-boot/tools/dtoc/ |
| A D | test_dtoc.py | 228 with open(output) as infile: 233 with open(output) as infile: 812 with open(output) as infile: 818 with open(output) as infile: 824 with open(output) as infile: 840 with open(output) as infile: 851 with open(output) as infile: 889 with open(output) as infile: 900 with open(output) as infile: 929 with open(output) as infile: [all …]
|