| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | func_test.py | 306 str(e.exception)) 314 'No such file or directory'], str(e.exception)) 325 str(e.exception)) 331 self.assertIn("does not have a 'binman' node", str(e.exception)) 346 "'/binman/not-a-valid-type'", str(e.exception)) 384 "of two", str(e.exception)) 477 "of two", str(e.exception)) 484 "power of two", str(e.exception)) 491 "align 0x4 (4)", str(e.exception)) 498 "align-size 0x4 (4)", str(e.exception)) [all …]
|
| H A D | entry_test.py | 27 "'invalid-path'", str(e.exception))
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | command.py | 25 self.exception = None 28 exception=None): argument 33 self.exception = exception 89 result.exception = err
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | multiplexed_log.py | 150 exception = None 154 exception = cpe 158 exception = e 161 if exit_status and not exception and not ignore_errors: 162 exception = Exception('Exit code: ' + str(exit_status)) 163 if exception: 164 output += str(exception) + '\n' 173 if exception: 174 raise exception
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/cpu/ |
| H A D | nios2.txt | 20 - altr,exception-addr: Specifies CPU exception address 51 altr,exception-addr = <0xd0000020>;
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-parser.tab.h_shipped | 20 /* As a special exception, you may create a larger work that contains 26 special exception, which will cause the skeleton and the resulting 28 License without this special exception. 30 This special exception was added by the Free Software Foundation in
|
| /rk3399_rockchip-uboot/arch/microblaze/cpu/ |
| H A D | Makefile | 10 obj-y += interrupts.o cache.o exception.o timer.o
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | genboardscfg.py | 48 except OSError as exception: 50 if exception.errno != errno.ENOENT: 68 except OSError as exception: 69 if exception.errno == errno.ENOENT:
|
| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | LICENCE | 20 As a special exception, if other files instantiate templates or use 28 This exception does not invalidate any other reasons why a work based on
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.bedbug | 25 Added code to handle the debug exception (0x2000) on the 405. 30 Added more detailed output for the program exception to tell
|
| H A D | README.arm64 | 13 1. U-Boot can run at any exception level it is entered in, it is 17 that of a boot loader. It can drop to lower exception levels before
|
| H A D | README.mpc85xx | 9 exception vector (IVPR + IVOR15). 13 mapping to a valid opcode at the debug exception vector, even if we normally 14 don't support exception vectors being used that early, and that's not the area
|
| H A D | README.xtensa | 87 reading of meaningless data, written data being ignored or an exception, 89 invalid addresses always ends with an exception. 91 U-Boot for Xtensa provides a special memory exception handler that
|
| H A D | README.memory-test | 36 purposes, like exception code, U-Boot code and data, stack, 45 used for the exception vectors (usually at the very lower end of
|
| /rk3399_rockchip-uboot/Licenses/ |
| H A D | eCos-2.0.txt | 24 As a special exception, if other files instantiate templates or use 32 This exception does not invalidate any other reasons why a work based
|
| /rk3399_rockchip-uboot/drivers/video/fonts/ |
| H A D | Kconfig | 38 License: GPL with font exception
|
| /rk3399_rockchip-uboot/api/ |
| H A D | README | 9 text, which might evolve into a real syscall using machine exception trap
|
| /rk3399_rockchip-uboot/arch/mips/ |
| H A D | Kconfig | 216 bool "Build U-Boot image with exception vectors" 218 Enable this to include exception vectors in the U-Boot image. This is 220 CPU reset exception vector (e.g. U-Boot as ROM loader in Qemu,
|
| /rk3399_rockchip-uboot/include/ |
| H A D | ppc_asm.tmpl | 138 * exception frames. 154 * this, we leave this much untouched space on the stack on exception
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | Kconfig | 58 - The target exception level that secure monitor firmware will 81 Secure firmware exception return address is different with core's.
|
| /rk3399_rockchip-uboot/arch/mips/cpu/ |
| H A D | start.S | 50 li t9, 15 # UHI exception operation
|
| /rk3399_rockchip-uboot/scripts/dtc/pylibfdt/ |
| H A D | libfdt.i_shipped | 42 # of raising an exception. 45 # instead of raising an exception. 50 """An exception caused by an error such as one of the codes above"""
|
| /rk3399_rockchip-uboot/arch/nios2/dts/ |
| H A D | 3c120_devboard.dts | 41 altr,exception-addr = <0xd0000020>;
|
| /rk3399_rockchip-uboot/arch/xtensa/cpu/ |
| H A D | u-boot.lds | 25 * 'relocatable' exception vectors and provide a scratch memory for the
|
| /rk3399_rockchip-uboot/lib/lzma/ |
| H A D | lzma.txt | 580 7-Zip can be compiled with MSVC 6.0 that doesn't throw "exception" from "new" operator. 589 If you use MSCV that throws exception for "new" operator, you can compile without 590 "NewHandler.cpp". So standard exception will be used. Actually some code of 591 7-Zip catches any exception in internal code and converts it to HRESULT code.
|