| /u-boot/doc/usage/cmd/ |
| A D | exception.rst | 1 exception command 9 exception <type> 14 The exception command is used to test the handling of exceptions like undefined 18 type of exception to be generated. The available types are architecture 19 dependent. Use 'help exception' to determine which are available. 35 breakpoint exception 61 => exception undefined
|
| /u-boot/board/xilinx/microblaze-generic/ |
| A D | Kconfig | 50 bool "MicroBlaze user exception support" 53 Enable this option in order to install the user exception handler 54 (_exception_handler routine from arch/microblaze/cpu/exception.c) in 55 the exception vector table. The user exception vector is located at 59 bool "MicroBlaze delay slot exception support" 64 enabled, the hw exception handler will print a message indicating 65 whether the exception was triggered by a delay slot instruction. 71 Memory address location of the exception vector table. It is
|
| /u-boot/tools/binman/ |
| A D | image_test.py | 19 str(e.exception)) 27 str(e.exception)) 44 self.assertIn("msg: No such property 'bad", str(e.exception))
|
| A D | fip_util_test.py | 105 self.assertIn('Expected file', str(err.exception)) 112 self.assertIn('does not start with', str(err.exception)) 119 self.assertIn('No such file or directory', str(err.exception)) 127 self.assertIn('Cannot parse file', str(err.exception)) 155 self.assertIn('tbbr_config.c', str(err.exception)) 165 self.assertIn('Cannot parse file', str(err.exception)) 184 self.assertIn('Cannot parse UUID line 5', str(err.exception)) 376 self.assertIn("Cannot find FIP entry 'scp-fwu-cfg'", str(err.exception)) 382 str(err.exception)) 386 self.assertIn("Unknown FIP entry type 'blah'", str(err.exception)) [all …]
|
| A D | elf_test.py | 121 str(e.exception)) 133 'is a', str(e.exception)) 160 str(e.exception)) 257 str(e.exception)) 286 str(e.exception)) 297 self.assertIn('Magic number does not match', str(e.exception)) 323 str(e.exception)) 347 str(e.exception)) 370 self.assertIn('__image_copy_start', str(e.exception))
|
| A D | entry_test.py | 53 "'invalid-path'", str(e.exception)) 99 str(e.exception)) 129 self.assertIn("Cannot find entry for node 'u-boot'", str(e.exception)) 134 self.assertIn("Need elf-fname property 'u-boot'", str(e.exception))
|
| A D | ftest.py | 763 str(e.exception)) 782 str(e.exception)) 1628 str(e.exception)) 1647 str(e.exception)) 4984 str(e.exception), 5244 str(e.exception)) 5424 str(e.exception)) 5536 str(exc.exception)) 5887 str(exc.exception)) 6174 str(exc.exception)) [all …]
|
| A D | cbfs_util_test.py | 222 self.assertIn('cbfstool missing-file bad-command', str(exc.exception)) 246 self.assertIn('Unknown type 0xff when writing', str(e.exception)) 275 self.assertIn('Unknown type 0xff when reading', str(e.exception)) 284 self.assertIn('No space for header', str(e.exception)) 294 self.assertIn('No space for data before offset', str(e.exception)) 304 self.assertIn('No space for data before pad offset', str(e.exception)) 337 self.assertIn('Cannot find master header', str(e.exception)) 579 self.assertIn('Unknown file type 0xff', str(e.exception)) 590 self.assertIn('No space for data before pad offset', str(e.exception))
|
| /u-boot/test/py/ |
| A D | multiplexed_log.py | 159 exception = None 163 exception = cpe 167 exception = e 170 if exit_status and not exception and not ignore_errors: 171 exception = ValueError('Exit code: ' + str(exit_status)) 172 if exception: 173 output += str(exception) + '\n' 182 if exception: 183 raise exception
|
| /u-boot/tools/u_boot_pylib/ |
| A D | command.py | 21 exception=None): argument 26 self.exception = exception 97 result.exception = err
|
| /u-boot/scripts/ |
| A D | spdxcheck.py | 46 exception = None 56 exception = l.split(':')[1].strip().upper() 57 spdx.exceptions[exception] = [] 62 … raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic)) 63 spdx.exceptions[exception].append(lic) 66 if exception: 67 if not len(spdx.exceptions[exception]): 68 … raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception)
|
| /u-boot/doc/develop/ |
| A D | crash_dumps.rst | 15 with a command :doc:`exception <../usage/cmd/exception>` that comes in handy 23 => exception undefined 49 On ARMv8 a synchronous abort is an exception thrown when hitting an unallocated 50 instruction. The exception syndrome register ESR register contains information 51 describing the reason for the exception. Bit 25 set here indicates that a 32 bit 52 instruction led to the exception. 164 if the exception vector tables are set up in the Secondary Program Loader (SPL).
|
| /u-boot/doc/device-tree-bindings/cpu/ |
| A D | nios2.txt | 20 - altr,exception-addr: Specifies CPU exception address 51 altr,exception-addr = <0xd0000020>;
|
| /u-boot/tools/dtoc/ |
| A D | test_dtoc.py | 1173 str(exc.exception)) 1183 str(exc.exception)) 1454 str(exc.exception)) 1465 str(exc.exception)) 1546 str(exc.exception)) 1556 str(exc.exception)) 1565 str(exc.exception)) 1667 str(exc.exception)) 1680 str(exc.exception)) 1690 str(exc.exception)) [all …]
|
| A D | test_fdt.py | 228 str(exc.exception)) 302 str(exc.exception)) 307 str(exc.exception)) 598 str(exc.exception)) 605 str(exc.exception)) 612 str(exc.exception)) 647 'integer', str(exc.exception)) 659 str(exc.exception)) 702 str(exc.exception)) 724 str(exc.exception)) [all …]
|
| A D | test_fdt | 228 str(exc.exception)) 302 str(exc.exception)) 307 str(exc.exception)) 598 str(exc.exception)) 605 str(exc.exception)) 612 str(exc.exception)) 647 'integer', str(exc.exception)) 659 str(exc.exception)) 702 str(exc.exception)) 724 str(exc.exception)) [all …]
|
| /u-boot/cmd/sandbox/ |
| A D | Makefile | 3 obj-$(CONFIG_CMD_EXCEPTION) += exception.o
|
| /u-boot/cmd/riscv/ |
| A D | Makefile | 3 obj-$(CONFIG_CMD_EXCEPTION) += exception.o
|
| /u-boot/cmd/arm/ |
| A D | Makefile | 6 obj-$(CONFIG_CMD_EXCEPTION) += exception.o
|
| /u-boot/cmd/x86/ |
| A D | Makefile | 5 obj-$(CONFIG_CMD_EXCEPTION) += exception.o
|
| /u-boot/arch/microblaze/cpu/ |
| A D | Makefile | 8 obj-y += interrupts.o cache.o exception.o cpuinfo.o relocate.o
|
| /u-boot/test/py/tests/test_efi_capsule/ |
| A D | conftest.py | 133 except CalledProcessError as exception: 134 pytest.skip('Setup failed: %s' % exception.cmd)
|
| /u-boot/arch/arm/cpu/armv8/ |
| A D | Kconfig | 8 bool "Install crash dump exception vectors" 11 The default exception vector table is only used for the crash 78 - The target exception level that secure monitor firmware will 110 Secure firmware exception return address is different with core's. 189 bool "External aborts and SError interrupt exception are taken in EL3" 191 Exception handling at all exception levels for External Abort and 192 SError interrupt exception are taken in EL3.
|
| /u-boot/.github/ |
| A D | pull_request_template.md | 5 The only exception to this is in order to trigger a CI loop on Azure prior
|
| /u-boot/arch/mips/ |
| A D | Kconfig | 245 bool "Build U-Boot image with exception vectors" 247 Enable this to include exception vectors in the U-Boot image. This is 249 CPU reset exception vector (e.g. U-Boot as ROM loader in Qemu, 335 bool "Restore exception vector base before booting linux kernel" 337 In U-Boot the exception vector base will be moved to top of memory, 338 to be used to display register dump when exception occurs. 340 A modified exception vector base will cause kernel crash. 342 This option will restore the exception vector base to its previous 348 bool "Override the exception vector base to be restored" 351 Enable this option if you want to use a different exception vector [all …]
|