Lines Matching +full:runs +full:- +full:on
9 * SPDX-License-Identifier: GPL-2.0+
66 #define POST_POWERON 0x01 /* test runs on power-on booting */
67 #define POST_NORMAL 0x02 /* test runs on normal booting */
69 #define POST_POWERTEST 0x08 /* test runs after watchdog reset */
71 #define POST_COLDBOOT 0x80 /* first boot after power-on */
73 #define POST_ROM 0x0100 /* test runs in ROM */
74 #define POST_RAM 0x0200 /* test runs in RAM */
75 #define POST_MANUAL 0x0400 /* test runs on diag command */
77 #define POST_PREREL 0x1000 /* test runs before relocation */
80 #define POST_STOP 0x4000 /* Interrupt POST sequence on fail */
133 /* Tag_GNU_Power_ABI_FP/soft-float */