/u-boot/test/py/tests/ |
A D | test_efi_selftest.py | 86 m = u_boot_console.p.expect( 94 m = u_boot_console.p.expect( 102 m = u_boot_console.p.expect( 110 m = u_boot_console.p.expect( 118 m = u_boot_console.p.expect( 156 m = u_boot_console.p.expect( 164 m = u_boot_console.p.expect( 172 m = u_boot_console.p.expect( 180 m = u_boot_console.p.expect( 188 m = u_boot_console.p.expect( [all …]
|
A D | test_sandbox_exit.py | 30 m = u_boot_console.p.expect(['resetting ...', 'U-Boot']) 33 m = u_boot_console.p.expect(['U-Boot', '=>'])
|
/u-boot/tools/buildman/ |
A D | test.py | 182 expect = '%10s: ' % arch 185 expect += ' ' 188 self.assertEqual(text, expect) 320 expect += ' ' 323 expect += ' ' 350 expect = [expect[0]] + expect[2:] 351 expect = '\n'.join(expect) 371 expect = [expect[0]] + expect[2:] 372 expect = '\n'.join(expect) 392 expect = '\n'.join(expect) [all …]
|
/u-boot/test/dm/ |
A D | rtc.c | 40 static int cmp_times(struct rtc_time *expect, struct rtc_time *time, bool show) in cmp_times() argument 44 same = expect->tm_sec == time->tm_sec; in cmp_times() 45 same &= expect->tm_min == time->tm_min; in cmp_times() 46 same &= expect->tm_hour == time->tm_hour; in cmp_times() 47 same &= expect->tm_mday == time->tm_mday; in cmp_times() 48 same &= expect->tm_mon == time->tm_mon; in cmp_times() 49 same &= expect->tm_year == time->tm_year; in cmp_times() 51 show_time("expected", expect); in cmp_times()
|
/u-boot/test/py/ |
A D | u_boot_console_base.py | 198 m = self.p.expect([chunk] + self.bad_patterns) 205 m = self.p.expect([self.prompt_compiled] + self.bad_patterns) 272 m = self.p.expect([text] + self.bad_patterns) 308 self.p.expect(['This should never match U-Boot output']) 361 m = self.p.expect([pattern_u_boot_spl_signon] + 367 m = self.p.expect([pattern_u_boot_spl2_signon] + 372 m = self.p.expect([pattern_u_boot_main_signon] + self.bad_patterns) 378 m = self.p.expect([self.prompt_compiled,
|
A D | u_boot_spawn.py | 115 def expect(self, patterns): member in Spawn
|
/u-boot/include/linux/ |
A D | compiler.h | 18 int expect, int is_constant); 23 #define __branch_check__(x, expect, is_constant) ({ \ argument 33 ______r = __builtin_expect(!!(x), expect); \ 35 expect, is_constant); \
|
/u-boot/lib/ |
A D | fdtdec_test.c | 105 static int run_test(const char *aliases, const char *nodes, const char *expect) in run_test() argument 118 printf("aliases=%s, nodes=%s, expect=%s: ", aliases, nodes, expect); in run_test() 122 list, ARRAY_SIZE(list)), (int)strlen(expect)); in run_test() 125 for (i = 0, s = expect; *s; s++, i++) { in run_test()
|
/u-boot/arch/arm/dts/ |
A D | tegra-u-boot.dtsi | 22 /* Same as image1 - some tools still expect the -dtb suffix */
|
A D | socfpga_agilex_socdk.dts | 41 /* We expect the bootloader to fill in the reg */
|
A D | armada-38x-solidrun-microsom.dtsi | 9 * production board. Things will change, don't expect this file to
|
A D | armada-388-clearfog.dts | 8 * production board. Things will change, don't expect this file to
|
/u-boot/board/phytec/pcm058/ |
A D | README | 50 The default bootscripts expect a kernel fit-image file named "fitImage" in the 80 The default NAND bootscripts expect a single MTD partition named "rootfs",
|
/u-boot/arch/sandbox/dts/ |
A D | test.dts | 143 ping-expect = <0>; 261 ping-expect = <3>; 301 ping-expect = <4>; 306 ping-expect = <5>; 312 ping-expect = <6>; 318 ping-expect = <7>; 325 ping-expect = <6>; 332 ping-expect = <6>;
|
/u-boot/doc/device-tree-bindings/ |
A D | config.txt | 14 Tells U-Boot not to expect an attached keyboard with a VGA console
|
/u-boot/tools/binman/ |
A D | cbfs_util_test.py | 207 expect = tools.ReadFile(cbfstool_fname) 208 if expect != data: 209 tools.WriteFile('/tmp/expect', expect)
|
A D | ftest.py | 1924 expect = (tools.GetBytes(ord('a'), 8) + U_BOOT_DATA + 1928 self.assertEqual(expect, data) 4226 expect = FILES_DATA[:15] + b'\0' + FILES_DATA[15:] 4227 self.assertEqual(expect, data)
|
/u-boot/board/buffalo/lsxl/ |
A D | README | 111 Same as hdd expect, that the files are loaded from an attached USB mass 116 Same as usb expect, that the file are loaded from the network.
|
/u-boot/drivers/misc/ |
A D | cros_ec_sandbox.c | 429 uint32_t expect = EC_FLASH_PROTECT_ALL_NOW | in process_cmd() local 433 if (req->flags == expect || req->flags == 0) { in process_cmd()
|
/u-boot/doc/driver-model/ |
A D | debugging.rst | 8 not doing what you expect.
|
/u-boot/board/cadence/xtfpga/ |
A D | README | 123 if one doesn't expect it, the linker script provides a link-time
|
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
A D | README.falcon | 146 build. For example, if Linux expect Ethernet PHY to be initialized in U-Boot
|
/u-boot/scripts/kconfig/ |
A D | zconf.y | 34 %expect 30
|
/u-boot/doc/ |
A D | README.chromium-chainload | 132 fully relocatable, or expect it to hang.
|
A D | README.unaligned-memory-access.txt | 89 not be unreasonable to expect that accessing field2 would cause an unaligned
|