Lines Matching full:debug

9 --help|-help|help|--h|-h|debug|'')
12 echo " 1. lib/initcall.c debug() -> printf()"
13 echo " 2. common/board_r.c and common/board_f.c debug() -> printf()"
14 echo " 3. global #define DEBUG"
22 echo " 11. firmware bootflow debug() -> printf()"
38 echo "DEBUG [0]: CONFIG_BOOTDELAY is 0s"
41 sed -i 's/\<debug\>/printf/g' lib/initcall.c
42 sed -i 's/ifdef DEBUG/if 1/g' lib/initcall.c
43 echo "DEBUG [1]: lib/initcall.c debug() -> printf()"
46 sed -i 's/\<debug\>/printf/g' ./common/board_f.c
47 sed -i 's/\<debug\>/printf/g' ./common/board_r.c
48 echo "DEBUG [2]: common/board_r.c and common/board_f.c debug() -> printf()"
51 sed -i '$i \#define DEBUG\' include/configs/rockchip-common.h
52 echo "DEBUG [3]: global #define DEBUG"
56 echo "DEBUG [4]: CONFIG_ROCKCHIP_DEBUGGER is enabled"
60 echo "DEBUG [5]: CONFIG_BOOTDELAY is 5s"
64 echo "DEBUG [6]: CONFIG_BOOTSTAGE_PRINTF_TIMESTAMP is enabled"
69 echo "DEBUG [7]: armv7 start.S entry warning 'UUUU...'"
74 echo "DEBUG [8]: armv8 start.S entry warning 'UUUU...'"
78 echo "DEBUG [9]: CONFIG_ROCKCHIP_CRASH_DUMP is enabled"
82 echo "DEBUG [10]: CONFIG_ROCKCHIP_CRC is enabled"
85 sed -i 's/\<debug\>/printf/g' common/fdt_support.c
86 sed -i 's/\<debug\>/printf/g' common/image-fdt.c
87 sed -i 's/\<debug\>/printf/g' common/image.c
88 sed -i 's/\<debug\>/printf/g' arch/arm/lib/bootm.c
89 sed -i 's/\<debug\>/printf/g' common/bootm.c
90 sed -i 's/\<debug\>/printf/g' common/image.c
91 sed -i 's/\<debug\>/printf/g' common/image-android.c
92 sed -i 's/\<debug\>/printf/g' common/android_bootloader.c
93 echo "DEBUG [11]: firmware bootflow debug() -> printf()"
99 echo "DEBUG [12]: bootstage timing report"
108 sed -i 's/\<debug\>/printf/g' arch/arm/lib/bootm.c
109 echo "DEBUG [13]: starting kernel halt dump"