Home
last modified time | relevance | path

Searched refs:mark (Results 1 – 25 of 42) sorted by relevance

12

/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_sandbox_exit.py9 @pytest.mark.boardspec('sandbox')
10 @pytest.mark.buildconfigspec('sysreset')
17 @pytest.mark.boardspec('sandbox')
H A Dtest_gpt.py17 @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 Dtest_hush_if_test.py11 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 Dtest_efi_loader.py70 @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 Dtest_net.py78 @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 Dtest_md.py9 @pytest.mark.buildconfigspec('cmd_memory')
25 @pytest.mark.buildconfigspec('cmd_memory')
H A Dtest_env.py176 @pytest.mark.buildconfigspec('cmd_echo')
192 @pytest.mark.buildconfigspec('cmd_echo')
216 @pytest.mark.buildconfigspec('cmd_echo')
H A Dtest_ofplatdata.py9 @pytest.mark.buildconfigspec('spl_of_platdata')
H A Dtest_vboot.py32 @pytest.mark.boardspec('sandbox')
33 @pytest.mark.buildconfigspec('fit_signature')
H A Dtest_ut.py8 @pytest.mark.buildconfigspec('ut_dm')
H A Dtest_shell_basics.py9 pytestmark = pytest.mark.buildconfigspec('cmd_echo')
H A Dtest_log.py16 @pytest.mark.buildconfigspec('log')
H A Dtest_fit.py112 @pytest.mark.boardspec('sandbox')
113 @pytest.mark.buildconfigspec('fit_signature')
H A Dtest_ums.py77 @pytest.mark.buildconfigspec('cmd_usb_mass_storage')
H A Dtest_dfu.py115 @pytest.mark.buildconfigspec('cmd_dfu')
/rk3399_rockchip-uboot/test/py/
H A Dconftest.py425 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 DMAINTAINERS2 M: Mark Jonas <mark.jonas@de.bosch.com>
/rk3399_rockchip-uboot/include/
H A Dbootstage.h263 int flags, ulong mark);
364 const char *name, int flags, ulong mark) in bootstage_add_record() argument
H A Dsh_pfc.h94 struct pinmux_range mark; member
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm32/
H A Dlowlevel_init.S135 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 Du-boot.lds4 * Copyright (C) 2008 Mark Jonas <mark.jonas@de.bosch.com>
/rk3399_rockchip-uboot/common/
H A Dbootstage.c98 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 Dchecks.c346 #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 Dsh_pfc.c298 if (!enum_in_range(enum_id, &gpioc->mark)) { in get_gpio_enum_id()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_bbt.c87 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()

12