| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_sandbox_exit.py | 9 @pytest.mark.boardspec('sandbox') 10 @pytest.mark.buildconfigspec('sysreset') 17 @pytest.mark.boardspec('sandbox')
|
| H A D | test_gpt.py | 17 @pytest.mark.buildconfigspec('cmd_gpt') 28 @pytest.mark.buildconfigspec('cmd_gpt') 39 @pytest.mark.buildconfigspec('cmd_gpt') 53 @pytest.mark.buildconfigspec('cmd_gpt')
|
| H A D | test_hush_if_test.py | 11 pytestmark = pytest.mark.buildconfigspec('hush_parser') 120 @pytest.mark.buildconfigspec('cmd_echo') 121 @pytest.mark.parametrize('expr,result', subtests) 134 @pytest.mark.buildconfigspec('cmd_echo') 135 @pytest.mark.boardspec('sandbox')
|
| H A D | test_efi_loader.py | 70 @pytest.mark.buildconfigspec('cmd_dhcp') 89 @pytest.mark.buildconfigspec('net') 144 @pytest.mark.buildconfigspec('cmd_bootefi_hello_compile') 158 @pytest.mark.buildconfigspec('cmd_bootefi_hello') 170 @pytest.mark.buildconfigspec('cmd_bootefi')
|
| H A D | test_net.py | 78 @pytest.mark.buildconfigspec('cmd_dhcp') 97 @pytest.mark.buildconfigspec('net') 115 @pytest.mark.buildconfigspec('cmd_ping') 130 @pytest.mark.buildconfigspec('cmd_net') 170 @pytest.mark.buildconfigspec('cmd_nfs')
|
| H A D | test_md.py | 9 @pytest.mark.buildconfigspec('cmd_memory') 25 @pytest.mark.buildconfigspec('cmd_memory')
|
| H A D | test_env.py | 176 @pytest.mark.buildconfigspec('cmd_echo') 192 @pytest.mark.buildconfigspec('cmd_echo') 216 @pytest.mark.buildconfigspec('cmd_echo')
|
| H A D | test_ofplatdata.py | 9 @pytest.mark.buildconfigspec('spl_of_platdata')
|
| H A D | test_vboot.py | 32 @pytest.mark.boardspec('sandbox') 33 @pytest.mark.buildconfigspec('fit_signature')
|
| H A D | test_ut.py | 8 @pytest.mark.buildconfigspec('ut_dm')
|
| H A D | test_shell_basics.py | 9 pytestmark = pytest.mark.buildconfigspec('cmd_echo')
|
| H A D | test_log.py | 16 @pytest.mark.buildconfigspec('log')
|
| H A D | test_fit.py | 112 @pytest.mark.boardspec('sandbox') 113 @pytest.mark.buildconfigspec('fit_signature')
|
| H A D | test_ums.py | 77 @pytest.mark.buildconfigspec('cmd_usb_mass_storage')
|
| H A D | test_dfu.py | 115 @pytest.mark.buildconfigspec('cmd_dfu')
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | conftest.py | 425 mark = item.get_marker('boardspec') 426 if not mark: 429 for board in mark.args: 453 mark = item.get_marker('buildconfigspec') 454 if not mark: 456 for option in mark.args:
|
| /rk3399_rockchip-uboot/board/mpr2/ |
| H A D | MAINTAINERS | 2 M: Mark Jonas <mark.jonas@de.bosch.com>
|
| /rk3399_rockchip-uboot/include/ |
| H A D | bootstage.h | 263 int flags, ulong mark); 364 const char *name, int flags, ulong mark) in bootstage_add_record() argument
|
| H A D | sh_pfc.h | 94 struct pinmux_range mark; member
|
| /rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm32/ |
| H A D | lowlevel_init.S | 135 str r0, [r12] @ mark the first section as Normal 137 str r0, [r12, #4] @ mark the second section as Normal
|
| /rk3399_rockchip-uboot/arch/sh/cpu/ |
| H A D | u-boot.lds | 4 * Copyright (C) 2008 Mark Jonas <mark.jonas@de.bosch.com>
|
| /rk3399_rockchip-uboot/common/ |
| H A D | bootstage.c | 98 int flags, ulong mark) in bootstage_add_record() argument 110 rec->time_us = mark; in bootstage_add_record() 119 return mark; in bootstage_add_record()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | checks.c | 346 #define DESCLABEL_ARGS(node,prop,mark) \ argument 347 ((mark) ? "value of " : ""), \ 354 struct property *prop, struct marker *mark) in check_duplicate_label() argument 372 if ((othernode != node) || (otherprop != prop) || (othermark != mark)) in check_duplicate_label() 375 label, DESCLABEL_ARGS(node, prop, mark), in check_duplicate_label()
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | sh_pfc.c | 298 if (!enum_in_range(enum_id, &gpioc->mark)) { in get_gpio_enum_id()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_bbt.c | 87 uint8_t mark) in bbt_mark_entry() argument 89 uint8_t msk = (mark & BBT_ENTRY_MASK) << ((block & BBT_ENTRY_MASK) * 2); in bbt_mark_entry()
|