| /rk3399_rockchip-uboot/scripts/ |
| H A D | stacktrace.sh | 24 echo 26 echo "Usage: " 27 echo " ./scripts/stacktrace.sh <file> <type>" 28 echo 29 echo "Param:" 30 echo " <file>: stacktrace info file" 31 echo " <type>: none, spl, tpl" 32 echo 33 echo "Example:" 34 echo " ./scripts/stacktrace.sh ./dump.txt" [all …]
|
| H A D | rkpatch.sh | 10 echo 11 echo " 0. set CONFIG_BOOTDELAY=0" 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" 15 echo " 4. enable CONFIG_ROCKCHIP_DEBUGGER" 16 echo " 5. set CONFIG_BOOTDELAY=5" 17 echo " 6. enable CONFIG_BOOTSTAGE_PRINTF_TIMESTAMP" 18 echo " 7. armv7 start.S: print entry warning" 19 echo " 8. armv8 start.S: print entry warning" [all …]
|
| H A D | sync-fragment.sh | 12 echo 13 echo "Usage: a script to sync/add config fragment." 14 echo 15 echo "Command:" 16 echo " $0 [config fragment]" 17 echo "Example:" 18 echo " $0 ./configs/rv1109.config -- add or sync rv1109.config" 19 echo 24 echo "ERROR: No .config" 30 echo "ERROR: No base defconfig assigned by BASE_DEFCONFIG1=..." [all …]
|
| H A D | unpack_resource.sh | 15 echo "Usage:" 16 echo " $0 <resource.img> <output dir> " 21 echo 26 echo "Can't find '../rkbin/' Responsity, please download it before pack image!" 27 echo "How to obtain? 3 ways:" 28 …echo " 1. Login your Rockchip gerrit account: \"Projects\" -> \"List\" -> search \"rk/rkbin\" Resp… 29 echo " 2. Github Responsity: https://github.com/rockchip-linux/rkbin" 30 echo " 3. Download full release SDK Responsity" 36 echo "Can't find file: $IMAGE_FILE" 40 echo "Missing: <output dir>" [all …]
|
| H A D | fit-sign.sh | 56 echo 57 echo "Usage:" 58 echo " $0 [args]" 59 echo 60 echo "Args:" 61 echo " --key-dir <dir> | Mandatory" 62 echo " --src-dir <dir> | Mandatory" 63 echo " --out-dir <dir> | Mandatory" 64 echo " --burn-key-hash | Optional" 65 echo " --rollback-index <image1 n1> <image2 n2> ... | Optional" [all …]
|
| H A D | build-tftp-firmware.sh | 24 echo 25 echo "Usage:" 26 echo " $0 --image <dir> --size-MB <size> [optional args]" 27 echo 28 echo " Mandory args:" 29 echo " --image <dir>: directory of image to upgrade" 30 …echo " --size-MB <size>: MB size unit for image to split into pieces. In Decimal integer: 1… 31 echo 32 echo " Optional args:" 33 echo " --sign: sign firmware with RSA key-pair in \"./keys\" directory" [all …]
|
| H A D | android2distro.sh | 12 echo 13 echo "usage:" 14 echo " $0 -f [Android boot.img] -o [Distro(ext2) boot.img]" 15 echo 43 echo "ERROR: No ${ITB}" 62 echo "label rockchip-linux-kernel" >> boot/extlinux/extlinux.conf 63 echo " kernel /kernel" >> boot/extlinux/extlinux.conf 64 echo " fdt /rk-kernel.dtb" >> boot/extlinux/extlinux.conf 65 echo " initrd /ramdisk" >> boot/extlinux/extlinux.conf 66 echo " append ${BOOTARGS}" >> boot/extlinux/extlinux.conf [all …]
|
| H A D | mkenv.sh | 14 echo "Usage:" 15 echo " $0 [intput txt] [output img] [size in KB]" 16 echo "Example:" 17 echo " $0 env.txt env.img 32k" 18 echo 22 KB=`echo ${KB} | tr -d 'k' | tr -d 'K'` 24 BS=$(echo "obase=16;${BS}"|bc) 26 echo "${IMG} is ready."
|
| H A D | fit-repack.sh | 16 echo 17 echo "usage:" 18 echo " $0 -f [image] -d [data dir]" 19 echo 47 echo "ERROR: No ${IMAGE}" 50 echo "ERROR: ${IMAGE} is not FIT image" 53 echo "ERROR: No input directory ${DATA}" 59 echo "ERROR: Invalid fit image" 69 echo "ERROR: No fit-unpack.sh script" 77 echo "ERROR: No mkimage tool" [all …]
|
| H A D | fit-core.sh | 55 echo 56 echo "usage:" 57 echo " $0 [args]" 58 echo 59 echo "args:" 60 echo " --rollback-index-recovery <decimal integer>" 61 echo " --rollback-index-boot <decimal integer>" 62 echo " --rollback-index-uboot <decimal integer>" 63 echo " --version-recovery <decimal integer>" 64 echo " --version-boot <decimal integer>" [all …]
|
| H A D | pack_resource.sh | 21 echo "Usage:" 22 echo " ./pack_resource <input resource.img>" 27 echo 32 echo "ERROR: No ${RESOURCE}" 38 echo "ERROR: No ${RSCE_OLD}" 47 echo "Pack ${IMAGES} & ${RSCE_OLD} to ${RSCE_NEW} ..." 49 echo "Unpacking old image(${RSCE_OLD}):" 50 …} --unpack --verbose --image=${RSCE_OLD} ${TMP_DIR} 2>&1 | grep entry | sed "s/^.*://" | xargs echo 62 echo 63 echo "Packed resources:" [all …]
|
| H A D | fit-resign.sh | 23 echo 24 echo "usage:" 25 echo " $0 -f [itb] -s [sig] -n [num of U-Boot copies] -k [KB of each U-Boot copy]" 26 echo 36 decimal=`echo $1 |sed 's/[0-9]//g'` 38 echo "ERROR: $1 is not decimal integer" 79 echo "ERROR: No ${ITB}" 82 echo "ERROR: ${ITB} is not FIT image" 85 echo "ERROR: No ${SIG}" 91 echo "ERROR: ${ITB} seems not a itb but a image, ${copies}" [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit_args.sh | 12 echo 13 echo "Description:" 14 …echo " Process args for all rockchip fit generator script, and providing variables for it's cal… 15 echo 16 echo "Usage:" 17 echo " $0 [args]" 18 echo 19 echo "[args]:" 20 echo "--------------------------------------------------------------------------------------------" 21 echo " arg type output variable description" [all …]
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | 6x_upgrade.txt | 2 echo "check U-Boot" ; 5 echo "read $filesize bytes from SD card" ; 8 echo "probed SPI ROM" ; 11 echo "------- U-Boot versions match" ; 13 echo "Need U-Boot upgrade" ; 14 echo "Program in 5 seconds" ; 16 echo $n ; 19 echo "erasing" ; 22 echo "programming" ; 24 echo "verifying" ; [all …]
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | merge_config.sh | 30 echo "Usage: $0 [OPTIONS] [CONFIG [...]]" 31 echo " -h display this help text" 32 echo " -m only merge the fragments, do not execute the make command" 33 echo " -n use allnoconfig instead of alldefconfig" 34 echo " -r list redundant entries when merging fragments" 35 echo " -O dir to put generated output files. Consider setting \$KCONFIG_CONFIG instead." 66 OUTPUT=$(echo $2 | sed 's/\/*$//') 68 echo "output directory $2 does not exist" 1>&2 97 echo "The base file '$INITFILE' does not exist. Exit." >&2 105 echo "Using $INITFILE as base" [all …]
|
| H A D | Makefile | 148 @echo ' config - Update current config utilising a line-oriented program' 149 @echo ' nconfig - Update current config utilising a ncurses menu based' 150 @echo ' program' 151 @echo ' menuconfig - Update current config utilising a menu based program' 152 @echo ' xconfig - Update current config utilising a Qt based front-end' 153 @echo ' gconfig - Update current config utilising a GTK+ based front-end' 154 @echo ' oldconfig - Update current config utilising a provided .config as base' 155 @echo ' localmodconfig - Update current config disabling modules not loaded' 156 @echo ' localyesconfig - Update current config converting local mods to core' 157 @echo ' silentoldconfig - Same as oldconfig, but quietly, additionally update deps' [all …]
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | check-lxdialog.sh | 13 echo "-l${lib}" 25 echo '-DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1' 27 echo '-DCURSES_LOC="<ncurses.h>"' 29 echo '-I/usr/include/ncursesw -DCURSES_LOC="<curses.h>"' 30 echo ' -DNCURSES_WIDECHAR=1' 32 echo '-I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>"' 34 echo '-I/usr/include/ncurses -DCURSES_LOC="<curses.h>"' 36 echo '-DCURSES_LOC="<ncurses.h>"' 38 echo '-DCURSES_LOC="<curses.h>"' 53 echo " *** Unable to find the ncurses libraries or the" 1>&2 [all …]
|
| /rk3399_rockchip-uboot/ |
| H A D | make.sh | 57 echo 58 echo "Usage:" 59 echo " ./make.sh [board|sub-command]" 60 echo 61 echo " - board: board name of defconfig" 62 echo " - sub-command: elf*|loader|trust|uboot|--spl|--tpl|itb|map|sym|<addr>" 63 echo " - ini: ini file to pack trust/loader" 64 echo 65 echo "Output:" 66 echo " When board built okay, there are uboot/trust/loader images in current directory" [all …]
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | jtagconsole | 5 echo "Usage: $0 [board IP] [board port]" 6 echo "" 7 echo "If IP is not specified, 'localhost' will be used" 8 echo "If port is not specified, '2001' will be used" 10 echo "" 11 echo "ERROR: $*" 34 trap "stty icanon echo opost intr ^C" 0 2 3 5 10 13 15 35 echo "NOTE: the interrupt signal (normally ^C) has been remapped to ^T" 37 stty -icanon -echo -opost intr ^T
|
| H A D | netconsole | 5 echo "Usage: $0 <board-IP> [board-port [board-in-port]]" 6 echo "" 7 echo "If port is not specified, '6666' will be used" 9 echo "" 10 echo "ERROR: $*" 30 echo Board out port: ${board_out_port} 31 echo Board in port: ${board_in_port} 41 trap "stty icanon echo intr ^C" 0 2 3 5 10 13 15 42 echo "NOTE: the interrupt signal (normally ^C) has been remapped to ^T" 44 stty -icanon -echo intr ^T
|
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | am335x_shc.h | 111 "echo Loaded environment from ${bootenv}; " \ 114 "importbootenv=echo Importing environment variables from uEnv.txt ...; " \ 121 "mmcboot=echo Booting Linux from ${mmcdevice} ...; " \ 124 "echo device tree detected; " \ 129 "netboot=echo Booting from network ...; " \ 134 "echo NFS path: ${serverip}:${rootpath};" \ 136 "echo device tree detected; " \ 141 …"emmc_erase=if test ${harakiri} = 1 ; then echo erase emmc ...; setenv mmcdev 1; mmc erase 0 200; … 148 …"fusecmd=mmc dev 1; if mmcpart iscommitted; then echo HW Partitioning already committed; mmcpart l… 150 "echo Running uenvcmd ...; " \ [all …]
|
| H A D | mx53cx9020.h | 83 "loadfdt=echo loading ${fdt_path} ...;" \ 87 "echo SD/MMC found on device ${mmcdev};" \ 88 "echo Checking for: ${uenv} ...;" \ 93 "echo Loaded environment from ${uenv};" \ 96 "echo Using: dtb=${fdt_file} ...;" \ 98 "echo Checking for uname_r in ${uenv}...;" \ 100 "echo Running uname_boot ...;" \ 109 "echo loading CCAT firmware from ${ccatfile}; " \ 113 "echo loading ${bootdir}/${bootfile} ...; " \ 119 "echo; echo unable to find ${fdt_file} ...;" \ [all …]
|
| /rk3399_rockchip-uboot/board/hisilicon/hikey/ |
| H A D | build-tf.mak | 13 @echo "**** Common Makefile ****" 14 @echo "example:" 15 @echo "make -f build-tf.mak build" 19 @echo -n "Check that $(CROSS_COMPILE)gcc is available..." 22 echo "ERROR: cross-compiler $(CROSS_COMPILE)gcc not in PATH=$$PATH!" ; \ 23 echo "ABORTING." ; \ 26 echo "OK" ;\ 30 @echo "Build TF for Hikey..." 38 @echo "Copy resulting binaries..."
|
| /rk3399_rockchip-uboot/doc/DocBook/ |
| H A D | Makefile | 76 $(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))';) \ 79 echo 'cmd_$@ := $(cmd_$(1))'; \ 80 echo $@: `SRCTREE=$(srctree) $(DOCPROC) depend $<`; \ 90 notfoundtemplate = echo "*** You have to install docbook-utils or xmlto ***"; \ 96 ifeq ($(shell which db2ps >/dev/null 2>&1 && echo found),found) 103 ifeq ($(shell which xmlto >/dev/null 2>&1 && echo found),found) 126 echo '<h1>U-Boot Bootloader HTML Documentation</h1>' >> $(main_idx) && \ 127 echo '<h2>U-Boot Version: $(UBOOTVERSION)</h2>' >> $(main_idx) && \ 132 echo '<a HREF="$(patsubst %.html,%,$(notdir $@))/index.html"> \ 137 (echo "*** You need to install xmlto ***"; \ [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-socfpga/ |
| H A D | qts-filter.sh | 42 echo "" 162 echo "/* SDRAM configuration */" 170 echo "" 171 echo "/* Sequencer auto configuration */" 177 echo "" 178 echo "/* Sequencer defines configuration */" 184 echo "" 185 echo "/* Sequencer ac_rom_init configuration */" 190 echo "" 191 echo "/* Sequencer inst_rom_init configuration */" [all …]
|