| /u-boot/test/py/tests/test_efi_secboot/ |
| A D | test_authvar.py | 26 with u_boot_console.log.section('Test Case 1a'): 37 with u_boot_console.log.section('Test Case 1b'): 44 with u_boot_console.log.section('Test Case 1c'): 59 with u_boot_console.log.section('Test Case 1d'): 71 with u_boot_console.log.section('Test Case 1e'): 88 with u_boot_console.log.section('Test Case 1f'): 106 with u_boot_console.log.section('Test Case 1g'): 130 with u_boot_console.log.section('Test Case 2a'): 149 with u_boot_console.log.section('Test Case 2b'): 156 with u_boot_console.log.section('Test Case 2c'): [all …]
|
| A D | test_signed.py | 27 with u_boot_console.log.section('Test Case 1a'): 36 with u_boot_console.log.section('Test Case 1b'): 51 with u_boot_console.log.section('Test Case 2a'): 73 with u_boot_console.log.section('Test Case 2b'): 95 with u_boot_console.log.section('Test Case 3a'): 113 with u_boot_console.log.section('Test Case 3b'): 131 with u_boot_console.log.section('Test Case 4'): 159 with u_boot_console.log.section('Test Case 5a'): 177 with u_boot_console.log.section('Test Case 5b'): 188 with u_boot_console.log.section('Test Case 5c'): [all …]
|
| A D | test_signed_intca.py | 29 with u_boot_console.log.section('Test Case 1a'): 48 with u_boot_console.log.section('Test Case 1b'): 62 with u_boot_console.log.section('Test Case 2a'): 79 with u_boot_console.log.section('Test Case 2b'): 89 with u_boot_console.log.section('Test Case 2c'): 104 with u_boot_console.log.section('Test Case 3a'): 127 with u_boot_console.log.section('Test Case 3b'):
|
| A D | test_unsigned.py | 27 with u_boot_console.log.section('Test Case 1'): 54 with u_boot_console.log.section('Test Case 2'): 78 with u_boot_console.log.section('Test Case 3a'): 101 with u_boot_console.log.section('Test Case 3b'):
|
| /u-boot/test/py/ |
| A D | u_boot_console_exec_attach.py | 22 def __init__(self, log, config): argument 37 super(ConsoleExecAttach, self).__init__(log, config, max_fifo_fill=16) 39 with self.log.section('flash'): 40 self.log.action('Flashing U-Boot') 42 runner = self.log.get_runner(cmd[0], sys.stdout) 45 self.log.status_pass('OK') 63 self.log.action('Resetting board') 65 runner = self.log.get_runner(cmd[0], sys.stdout)
|
| A D | conftest.py | 29 log = None variable 111 with log.section(name): 116 log.status_pass('OK') 160 global log 383 return console.log 452 if log: 485 log.close() 615 log.get_and_reset_warning() 634 msg_log = log.status_pass 638 msg_log = log.status_warning [all …]
|
| A D | u_boot_utils.py | 82 u_boot_console.log.action('Persistent data file ' + self.abs_fn + 86 u_boot_console.log.action('Generating ' + self.abs_fn + 180 runner = u_boot_console.log.get_runner(cmd[0], sys.stdout) 198 runner = u_boot_console.log.get_runner(cmd[0], sys.stdout) 235 with u_boot_console.log.section('find_ram_base'): 262 def __init__(self, log, filename): argument 273 self.log = log 285 self.log.action('Removing stale generated file ' + 302 self.log.action(
|
| A D | u_boot_console_base.py | 82 def __init__(self, log, config, max_fifo_fill): argument 102 self.log = log 191 self.log.error(str(ex)) 195 self.log.timestamp() 277 self.log.error(str(ex)) 281 self.log.timestamp() 313 self.log.action('Sending Ctrl-C') 409 self.log.start_section('Starting U-Boot') 427 self.log.error(str(ex)) 431 self.log.timestamp() [all …]
|
| /u-boot/test/py/tests/test_android/ |
| A D | test_abootimg.py | 124 u_boot_console.log.action('persistent is ' + persistent) 130 u_boot_console.log.action('Generating ' + persistent) 191 u_boot_console.log.action('Loading disk image to RAM...') 196 u_boot_console.log.action('Testing \'abootimg get ver\'...') 207 u_boot_console.log.action('Testing \'abootimg dump dtb\'...') 216 u_boot_console.log.action('Testing \'abootimg get dtb --index\'...') 236 cons.log.action('Loading disk image to RAM...') 244 cons.log.action('Testing \'abootimg get ver\'...') 251 cons.log.action('Testing \'abootimg get recovery_dtbo\'...') 255 cons.log.action('Testing \'abootimg get dtb_load_addr\'...') [all …]
|
| /u-boot/test/py/tests/ |
| A D | test_dfu.py | 154 u_boot_console.log.action( 166 u_boot_console.log.action('Waiting for DFU USB device to appear') 188 u_boot_console.log.action( 191 u_boot_console.log.action( 268 u_boot_console.log.action('Writing test data to DFU primary ' + 272 u_boot_console.log.action('Writing dummy data to DFU secondary ' + 276 u_boot_console.log.action('Reading DFU primary altsetting for ' + 280 u_boot_console.log.action('Comparing written and read data') 308 u_boot_console.log.action( 313 with u_boot_console.log.section('Data size %d' % size): [all …]
|
| A D | test_ums.py | 99 u_boot_console.log.warning( 136 u_boot_console.log.action( 142 u_boot_console.log.action('Reading raw data from UMS device') 156 u_boot_console.log.action('Mounting exported UMS device') 173 u_boot_console.log.action('Unmounting UMS device') 193 u_boot_console.log.action( 207 u_boot_console.log.action('Writing test file via UMS') 225 u_boot_console.log.action('Reading test file back via UMS')
|
| /u-boot/test/py/tests/test_fs/ |
| A D | test_basic.py | 24 with u_boot_console.log.section('Test Case 1a - ls'): 32 with u_boot_console.log.section('Test Case 1b - ls (invalid dir)'): 46 with u_boot_console.log.section('Test Case 2a - size (small)'): 56 with u_boot_console.log.section('Test Case 2b - size (/../<file>)'): 69 with u_boot_console.log.section('Test Case 3 - size (large)'): 84 with u_boot_console.log.section('Test Case 4 - load (small)'): 103 with u_boot_console.log.section('Test Case 5 - load (first 1MB)'): 122 with u_boot_console.log.section('Test Case 6 - load (last 1MB)'): 223 with u_boot_console.log.section('Test Case 11 - write'): 248 with u_boot_console.log.section('Test Case 12 - write (".")'): [all …]
|
| A D | test_unlink.py | 23 with u_boot_console.log.section('Test Case 1 - unlink (file)'): 41 with u_boot_console.log.section('Test Case 2 - unlink (many)'): 60 with u_boot_console.log.section('Test Case 3 - unlink (non-existing)'): 72 with u_boot_console.log.section('Test Case 4 - unlink (directory)'): 89 with u_boot_console.log.section('Test Case 5 - unlink ("non-empty directory")'): 101 with u_boot_console.log.section('Test Case 6 - unlink (".")'): 113 with u_boot_console.log.section('Test Case 7 - unlink ("..")'):
|
| A D | test_mkdir.py | 22 with u_boot_console.log.section('Test Case 1 - mkdir'): 41 with u_boot_console.log.section('Test Case 2 - mkdir (sub-sub directory)'): 60 with u_boot_console.log.section('Test Case 3 - mkdir (non-existing path)'): 72 with u_boot_console.log.section('Test Case 4 - mkdir (".")'): 84 with u_boot_console.log.section('Test Case 5 - mkdir ("..")'): 97 with u_boot_console.log.section('Test Case 6 - mkdir (create many)'):
|
| A D | test_ext.py | 37 with u_boot_console.log.section('Test Case 1 - write with abs path'): 60 with u_boot_console.log.section('Test Case 2 - write with rel path'): 83 with u_boot_console.log.section('Test Case 3 - write with invalid path'): 98 … with u_boot_console.log.section('Test Case 4 - write at non-zero offset, enlarging file size'): 131 … with u_boot_console.log.section('Test Case 5 - write at non-zero offset, shrinking file size'): 164 … with u_boot_console.log.section('Test Case 6 - write nothing at the start, truncating to zero'): 189 with u_boot_console.log.section('Test Case 7 - write at the end (append)'): 222 with u_boot_console.log.section('Test Case 8 - write beyond the end'): 256 with u_boot_console.log.section('Test Case 10 - create/delete (many)'): 298 with u_boot_console.log.section('Test Case 11 - create/delete (many)'): [all …]
|
| A D | test_symlink.py | 26 with u_boot_console.log.section('Test Case 1 - create link and read'): 51 with u_boot_console.log.section('Test Case 2 - create chained links'): 80 with u_boot_console.log.section('Test Case 1 - create link and read'): 116 with u_boot_console.log.section('Test Case 1 - create link and read'):
|
| /u-boot/test/ |
| A D | nokia_rx51_test.sh | 315 rm -f qemu_uboot.log 327 rm -f qemu_ram.log 330 tail -F qemu_ram.log & 339 rm -f qemu_ram2.log 342 tail -F qemu_ram2.log & 351 rm -f qemu_emmc.log 363 rm -f qemu_emmc2.log 375 rm -f qemu_nand.log 387 rm -f qemu_ubi.log 390 tail -F qemu_ubi.log & [all …]
|
| /u-boot/doc/develop/ |
| A D | logging.rst | 188 * minimum or maximum log level 200 * level - list log levels or set the default log level 202 * drivers - list log drivers 207 * rec - output a log record 209 Type 'help log' for details. 214 You can control the log format using the 'log format' command. The basic 235 log filter-add -A -l info 246 => log filter-list 256 information, consult the usage of the 'log' command, by running 'help log'. 297 Add a way to browse log records [all …]
|
| /u-boot/include/ |
| A D | log.h | 173 #define log_emer(_fmt...) log(LOG_CATEGORY, LOGL_EMERG, ##_fmt) 174 #define log_alert(_fmt...) log(LOG_CATEGORY, LOGL_ALERT, ##_fmt) 175 #define log_crit(_fmt...) log(LOG_CATEGORY, LOGL_CRIT, ##_fmt) 176 #define log_err(_fmt...) log(LOG_CATEGORY, LOGL_ERR, ##_fmt) 179 #define log_info(_fmt...) log(LOG_CATEGORY, LOGL_INFO, ##_fmt) 183 #define log_cont(_fmt...) log(LOGC_CONT, LOGL_CONT, ##_fmt) 197 #define log(_cat, _level, _fmt, _args...) ({ \ macro 218 #define log(_cat, _level, _fmt, _args...) ({ \ macro 250 log(LOG_CATEGORY, \ 335 log(LOG_CATEGORY, LOGL_ERR, "returning err=%d\n", __ret); \ [all …]
|
| /u-boot/test/log/ |
| A D | cont_test.c | 30 log(LOGC_ARCH, LOGL_ERR, "ea%d\n", 1); in log_test_cont() 31 log(LOGC_CONT, LOGL_CONT, "cc%d\n", 2); in log_test_cont() 43 log(LOGC_EFI, LOGL_INFO, "ie%d\n", 3); in log_test_cont() 54 log(LOGC_ARCH, LOGL_ERR, "ea%d ", 1); in log_test_cont() 55 log(LOGC_CONT, LOGL_CONT, "cc%d\n", 2); in log_test_cont()
|
| /u-boot/drivers/tpm/ |
| A D | tpm2_tis_spi.c | 74 log(LOGC_NONE, LOGL_ERR, "%s: can't do full duplex\n", in tpm_tis_spi_xfer() 81 log(LOGC_NONE, LOGL_ERR, "%s: could not claim bus\n", __func__); in tpm_tis_spi_xfer() 95 log(LOGC_NONE, LOGL_ERR, in tpm_tis_spi_xfer() 108 log(LOGC_NONE, LOGL_ERR, in tpm_tis_spi_xfer() 119 log(LOGC_NONE, LOGL_ERR, in tpm_tis_spi_xfer() 137 log(LOGC_NONE, LOGL_ERR, in tpm_tis_spi_xfer() 241 log(LOGC_NONE, LOGL_NOTICE, in tpm_tis_spi_probe() 245 log(LOGC_NONE, LOGL_NOTICE, in tpm_tis_spi_probe() 258 log(LOGC_DM, LOGL_ERR, "%s: no device found\n", __func__); in tpm_tis_spi_probe()
|
| /u-boot/test/py/tests/test_efi_capsule/ |
| A D | test_capsule_firmware_signed_raw.py | 37 with u_boot_console.log.section('Test Case 1-a, before reboot'): 74 with u_boot_console.log.section('Test Case 1-b, after reboot'): 111 with u_boot_console.log.section('Test Case 2-a, before reboot'): 149 with u_boot_console.log.section('Test Case 2-b, after reboot'): 188 with u_boot_console.log.section('Test Case 3-a, before reboot'): 226 with u_boot_console.log.section('Test Case 3-b, after reboot'):
|
| A D | test_capsule_firmware_signed_fit.py | 40 with u_boot_console.log.section('Test Case 1-a, before reboot'): 78 with u_boot_console.log.section('Test Case 1-b, after reboot'): 116 with u_boot_console.log.section('Test Case 2-a, before reboot'): 154 with u_boot_console.log.section('Test Case 2-b, after reboot'): 194 with u_boot_console.log.section('Test Case 3-a, before reboot'): 232 with u_boot_console.log.section('Test Case 3-b, after reboot'):
|
| A D | test_capsule_firmware_raw.py | 43 with u_boot_console.log.section('Test Case 1-a, before reboot'): 81 with u_boot_console.log.section('Test Case 1-b, after reboot'): 115 with u_boot_console.log.section('Test Case 2-a, before reboot'): 159 with u_boot_console.log.section('Test Case 2-b, after reboot'): 198 with u_boot_console.log.section('Test Case 3-a, before reboot'): 246 with u_boot_console.log.section('Test Case 3-b, after reboot'):
|
| A D | test_capsule_firmware_fit.py | 43 with u_boot_console.log.section('Test Case 1-a, before reboot'): 81 with u_boot_console.log.section('Test Case 1-b, after reboot'): 115 with u_boot_console.log.section('Test Case 2-a, before reboot'): 156 with u_boot_console.log.section('Test Case 2-b, after reboot'):
|