Searched refs:bootstage_error (Results 1 - 12 of 12) sorted by relevance

/u-boot/lib/
H A Dhang.c20 * the user one needs to catch the bootstage_error (see show_boot_progress())
30 bootstage_error(BOOTSTAGE_ID_NEED_RESET);
/u-boot/cmd/
H A Ddisk.c32 bootstage_error(BOOTSTAGE_ID_IDE_ADDR);
45 bootstage_error(BOOTSTAGE_ID_IDE_TYPE);
62 bootstage_error(BOOTSTAGE_ID_IDE_PART_READ);
76 bootstage_error(BOOTSTAGE_ID_IDE_CHECKSUM);
95 bootstage_error(BOOTSTAGE_ID_IDE_FORMAT);
107 bootstage_error(BOOTSTAGE_ID_IDE_READ);
117 bootstage_error(BOOTSTAGE_ID_IDE_FIT_READ);
H A Dnet.c411 bootstage_error(BOOTSTAGE_ID_NET_START);
432 bootstage_error(BOOTSTAGE_ID_NET_NETLOOP_OK);
442 bootstage_error(BOOTSTAGE_ID_NET_LOADED);
453 bootstage_error(BOOTSTAGE_ID_NET_DONE_ERR);
H A Dnand.c994 bootstage_error(BOOTSTAGE_ID_NAND_SUFFIX);
1005 bootstage_error(BOOTSTAGE_ID_NAND_HDR_READ);
1030 bootstage_error(BOOTSTAGE_ID_NAND_TYPE);
1040 bootstage_error(BOOTSTAGE_ID_NAND_READ);
1049 bootstage_error(BOOTSTAGE_ID_NAND_FIT_READ);
1122 bootstage_error(BOOTSTAGE_ID_NAND_SUFFIX);
1129 bootstage_error(BOOTSTAGE_ID_NAND_BOOT_DEVICE);
1139 bootstage_error(BOOTSTAGE_ID_NAND_AVAILABLE);
/u-boot/boot/
H A Dbootm.c70 bootstage_error(BOOTSTAGE_ID_CHECK_MAGIC);
77 bootstage_error(BOOTSTAGE_ID_CHECK_HEADER);
88 bootstage_error(BOOTSTAGE_ID_CHECK_CHECKSUM);
97 bootstage_error(BOOTSTAGE_ID_CHECK_ARCH);
173 bootstage_error(BOOTSTAGE_ID_CHECK_IMAGETYPE);
230 bootstage_error(BOOTSTAGE_ID_CHECK_IMAGETYPE);
354 bootstage_error(BOOTSTAGE_ID_FIT_TYPE);
362 bootstage_error(BOOTSTAGE_ID_FIT_COMPRESSION);
369 bootstage_error(BOOTSTAGE_ID_FIT_OS);
385 bootstage_error(BOOTSTAGE_ID_FIT_LOADADD
[all...]
H A Dimage-board.c50 bootstage_error(BOOTSTAGE_ID_RD_MAGIC);
56 bootstage_error(BOOTSTAGE_ID_RD_HDR_CHECKSUM);
67 bootstage_error(BOOTSTAGE_ID_RD_CHECKSUM);
80 bootstage_error(BOOTSTAGE_ID_RAMDISK);
H A Dimage-fit.c2086 bootstage_error(bootstage_id + BOOTSTAGE_SUB_FORMAT);
2108 bootstage_error(bootstage_id +
2123 bootstage_error(bootstage_id +
2138 bootstage_error(bootstage_id + BOOTSTAGE_SUB_SUBNODE);
2146 bootstage_error(bootstage_id + BOOTSTAGE_SUB_HASH);
2154 bootstage_error(bootstage_id + BOOTSTAGE_SUB_CHECK_ARCH);
2195 bootstage_error(bootstage_id + BOOTSTAGE_SUB_CHECK_ALL);
2205 bootstage_error(bootstage_id + BOOTSTAGE_SUB_GET_DATA);
2235 bootstage_error(bootstage_id + BOOTSTAGE_SUB_LOAD);
H A Dbootm_os.c564 bootstage_error(BOOTSTAGE_ID_BOOT_OS_RETURNED);
/u-boot/include/
H A Dbootstage.h278 #define bootstage_error(id) bootstage_error_name(id, __func__) macro
409 static inline ulong bootstage_error(enum bootstage_id id) function
/u-boot/post/
H A Dpost.c143 bootstage_error(BOOTSTAGE_ID_POST_FAIL_R);
280 bootstage_error(BOOTSTAGE_ID_POST_FAIL_R);
/u-boot/env/
H A Dcommon.c551 bootstage_error(BOOTSTAGE_ID_NET_CHECKSUM);
/u-boot/net/
H A Deth-uclass.c454 bootstage_error(BOOTSTAGE_ID_NET_ETH_START);

Completed in 182 milliseconds