Lines Matching full:sed
37 sed -i 's/^CONFIG_BOOTDELAY=5/CONFIG_BOOTDELAY=0/g' .config
41 sed -i 's/\<debug\>/printf/g' lib/initcall.c
42 sed -i 's/ifdef DEBUG/if 1/g' lib/initcall.c
46 sed -i 's/\<debug\>/printf/g' ./common/board_f.c
47 sed -i 's/\<debug\>/printf/g' ./common/board_r.c
51 sed -i '$i \#define DEBUG\' include/configs/rockchip-common.h
55 sed -i 's/\# CONFIG_ROCKCHIP_DEBUGGER is not set/CONFIG_ROCKCHIP_DEBUGGER=y/g' .config
59 sed -i 's/^CONFIG_BOOTDELAY=0/CONFIG_BOOTDELAY=5/g' .config
63 …sed -i 's/\# CONFIG_BOOTSTAGE_PRINTF_TIMESTAMP is not set/CONFIG_BOOTSTAGE_PRINTF_TIMESTAMP=y/g' .…
67 …sed -i '/save_boot_params_ret:/a\ldr r0, =CONFIG_DEBUG_UART_BASE\nmov r1, #100\nloop:\nmov r2, #0x…
72 …sed -i '/save_boot_params_ret:/a\ldr x0, =CONFIG_DEBUG_UART_BASE\nmov x1, #100\nloop:\nmov x2, #0x…
77 sed -i 's/\# CONFIG_ROCKCHIP_CRASH_DUMP is not set/CONFIG_ROCKCHIP_CRASH_DUMP=y/g' .config
81 sed -i 's/\# CONFIG_ROCKCHIP_CRC is not set/CONFIG_ROCKCHIP_CRC=y/g' .config
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
96 sed -i '$a\CONFIG_BOOTSTAGE=y\' .config
97 sed -i '$a\CONFIG_BOOTSTAGE_REPORT=y\' .config
98 sed -i '$a\CONFIG_CMD_BOOTSTAGE=y\' .config
102 sed -i 's/\# CONFIG_ROCKCHIP_DEBUGGER is not set/CONFIG_ROCKCHIP_DEBUGGER=y/g' .config
103 sed -i '/br x4/i\b .' arch/arm/cpu/armv8/transition.S
104 sed -i 's/announce_and_cleanup(fake);/if (0)announce_and_cleanup(fake);/g' arch/arm/lib/bootm.c
105 sed -i '/announce_and_cleanup(fake)/a\enable_interrupts()\;' arch/arm/lib/bootm.c
106 sed -i '/kernel_entry(0, machid, r2)/i\printf("#### Jump to kernel!!")\;' arch/arm/lib/bootm.c
107 sed -i '/kernel_entry(0, machid, r2)/i\__asm("b .")\;' arch/arm/lib/bootm.c
108 sed -i 's/\<debug\>/printf/g' arch/arm/lib/bootm.c