| /u-boot/arch/arm/mach-zynqmp/ |
| A D | mkimage_fit_atf.sh | 54 cat << __HEADER_EOF 79 cat << __ATF 97 cat << __TEE 117 cat << __FDT_IMAGE_EOF 135 cat << __CONF_SECTION1_EOF 144 cat << __CONF_SECTION1_EOF 152 cat << __CONF_SECTION1_EOF 162 cat << __ITS_EOF 173 cat << __FDT_IMAGE_EOF 192 cat << __CONF_HEADER_EOF [all …]
|
| /u-boot/fs/ubifs/ |
| A D | lprops.c | 33 switch (cat) { in get_heap_comp_val() 133 cat); in adjust_lpt_heap() 172 int cat) in add_to_lpt_heap() argument 269 int cat) in ubifs_add_to_cat() argument 271 switch (cat) { in ubifs_add_to_cat() 314 switch (cat) { in ubifs_remove_from_cat() 351 int cat; in ubifs_replace_cat() local 354 switch (cat) { in ubifs_replace_cat() 862 int i, cat; in dbg_check_cats() local 934 for (cat = 1; cat <= LPROPS_HEAP_CNT; cat++) { in dbg_check_cats() [all …]
|
| /u-boot/arch/arm/mach-socfpga/ |
| A D | qts-filter.sh | 25 cat << EOF 48 cat << EOF 68 cat << EOF 84 cat << EOF 104 cat << EOF 120 cat << EOF 147 cat << EOF 193 cat << EOF
|
| A D | qts-filter-a10.sh | 25 (cat << EOF 117 cat << EOF
|
| /u-boot/doc/usage/cmd/ |
| A D | cat.rst | 3 cat command 11 cat <interface> <dev[:part]> <file> 16 The cat command prints the file content to standard out. 37 => cat mmc 0:1 hello 44 The cat command is only available if CONFIG_CMD_CAT=y.
|
| A D | loads.rst | 46 $ cat script.srec 57 The terminal emulation program picocom is invoked with *cat* as the send 62 picocom --send-cmd 'cat' --baud 115200 /dev/ttyUSB0 65 let picocom prompt for the file name. Picocom invokes the program *cat* for the 74 $ cat script.srec
|
| /u-boot/common/ |
| A D | log.c | 55 const char *log_get_cat_name(enum log_category_t cat) in log_get_cat_name() argument 59 if (cat < 0 || cat >= LOGC_COUNT) in log_get_cat_name() 61 if (cat >= LOGC_NONE) in log_get_cat_name() 62 return log_cat_name[cat - LOGC_NONE]; in log_get_cat_name() 65 name = uclass_get_name((enum uclass_id)cat); in log_get_cat_name() 124 if (cat_list[i] == cat) in log_has_cat() 178 !log_has_cat(filt->cat_list, rec->cat)) in log_passes_filters() 247 if (cat == LOGC_CONT) in _log() 248 cat = gd->logc_prev; in _log() 252 rec.cat = cat; in _log() [all …]
|
| A D | log_console.c | 35 printf("%s,", log_get_cat_name(rec->cat)); in log_console_emit()
|
| /u-boot/tools/ |
| A D | k3_fit_atf.sh | 35 cat << __HEADER_EOF 90 cat << __FDT_IMAGE_EOF 101 cat << __CONF_HEADER_EOF 110 cat << __CONF_SECTION_EOF 120 cat << __ITS_EOF
|
| A D | imx8m_image.sh | 28 cat lpddr4_pmu_train_1d_imem_pad.bin lpddr4_pmu_train_1d_dmem_pad.bin > lpddr4_pmu_train_1d_fw.bin 29 cat lpddr4_pmu_train_2d_imem_pad.bin lpddr4_pmu_train_2d_dmem.bin > lpddr4_pmu_train_2d_fw.bin 31 …cat spl/u-boot-spl-pad.bin lpddr4_pmu_train_1d_fw.bin lpddr4_pmu_train_2d_fw.bin > spl/u-boot-spl-… 38 cat ddr4_imem_1d_pad.bin ddr4_dmem_1d_pad.bin > ddr4_1d_fw.bin 39 cat ddr4_imem_2d_pad.bin ddr4_dmem_2d.bin > ddr4_2d_fw.bin 41 cat spl/u-boot-spl-pad.bin ddr4_1d_fw.bin ddr4_2d_fw.bin > spl/u-boot-spl-ddr.bin 46 cat ddr3_imem_1d_pad.bin ddr3_dmem_1d.bin > ddr3_1d_fw.bin 48 cat spl/u-boot-spl-pad.bin ddr3_1d_fw.bin > spl/u-boot-spl-ddr.bin
|
| A D | zynqmp_psu_init_minimize.sh | 10 cat <<EOF 102 cat << EOF >${TMP} 113 cat ${OUT} >>${TMP}
|
| A D | iot2050-sign-fw.sh | 14 cat <<EOF >$TEMP_X509 41 cat $CERT_X509 tispl.bin > tispl.bin_signed
|
| A D | k3_gen_x509_cert.sh | 19 cat << 'EOF' > degen-template.txt 38 cat << 'EOF' > x509-template.txt 232 BIN_SIZE=`cat $BIN | wc -c` 256 cat $CERT $BIN > $OUTPUT
|
| /u-boot/cmd/ |
| A D | log.c | 62 enum log_category_t cat; in do_log_categories() local 65 for (cat = LOGC_FIRST; cat < LOGC_COUNT; cat++) { in do_log_categories() 66 name = log_get_cat_name(cat); in do_log_categories() 177 enum log_category_t cat; in do_log_filter_add() local 184 cat = log_get_cat_by_name(gs.arg); in do_log_filter_add() 185 if (cat == LOGC_NONE) { in do_log_filter_add() 190 cat_list[cat_count++] = cat; in do_log_filter_add() 344 enum log_category_t cat; in do_log_rec() local 354 cat = log_get_cat_by_name(argv[1]); in do_log_rec() 372 if (_log(cat, level, file, line, func, "%s\n", msg)) in do_log_rec()
|
| A D | cat.c | 82 U_BOOT_CMD(cat, 4, 1, do_cat,
|
| /u-boot/scripts/ |
| A D | decodecode | 99 cat $T.dis >> $T.oo 111 cat $T.dis >> $T.aa 119 faultline=`cat $T.dis | head -1 | cut -d":" -f2-` 122 cat $T.oo | sed -e "${faultlinenum}s/^\(.*:\)\(.*\)/\1\*\2\t\t<-- trapping instruction/" 124 cat $T.aa
|
| A D | setlocalversion | 39 cat .scmversion 157 …CONFIG_LOCALVERSION=`cat include/config/auto.conf | awk -F '=' '/^CONFIG_LOCALVERSION=/ {print $2}… 158 …CONFIG_LOCALVERSION_AUTO=`cat include/config/auto.conf | awk -F '=' '/^CONFIG_LOCALVERSION_AUTO=/ …
|
| A D | gcc-stack-usage.sh | 9 cat <<END | $@ -Werror -fstack-usage -x c - -c -o $TMP >/dev/null 2>&1 \
|
| A D | mkmakefile | 20 cat << EOF > Makefile
|
| /u-boot/test/ |
| A D | nokia_rx51_test.sh | 39 cat >> .config << EOF 141 cat > rootfs/sbin/preinit << EOF 165 cat > ubi.ini << EOF 180 cat >> ubi_with_kernel.ini << EOF 193 cat > bootmenu_uboot << EOF 202 cat > bootmenu_emmc << EOF 211 cat > bootmenu_emmc2 << EOF 220 cat > bootmenu_nand << EOF 229 cat > bootmenu_ubi << EOF 238 cat > bootmenu_default << EOF
|
| /u-boot/include/ |
| A D | log.h | 131 int _log(enum log_category_t cat, enum log_level_t level, const char *file, 149 int _log_buffer(enum log_category_t cat, enum log_level_t level, 401 enum log_category_t cat; member 517 const char *log_get_cat_name(enum log_category_t cat); 560 bool log_has_cat(enum log_category_t cat_list[], enum log_category_t cat);
|
| /u-boot/scripts/kconfig/ |
| A D | merge_config.sh | 111 cat $INITFILE > $TMP_FILE 136 cat $MERGE_FILE >> $TMP_FILE
|
| /u-boot/include/dm/ |
| A D | device_compat.h | 46 #define dev_printk_emit(cat, level, fmt, ...) \ argument 52 log(cat, level, fmt, ##__VA_ARGS__); \
|
| /u-boot/test/log/ |
| A D | log_test.c | 19 static int do_log_run(struct unit_test_state *uts, int cat, const char *file) in do_log_run() argument 32 log(cat, i, "log %d\n", i); in do_log_run() 33 ret = _log(log_uc_cat(cat), i, file, 100 + i, in do_log_run() 39 ret = _log(log_uc_cat(cat), i | LOGL_FORCE_DEBUG, file, 100 + i, in do_log_run() 48 #define log_run_cat(cat) do_log_run(uts, cat, "file") argument
|
| /u-boot/arch/arm/mach-k3/ |
| A D | config.mk | 14 IMAGE_SIZE= $(shell cat $(obj)/u-boot-spl.bin | wc -c) 36 SWRV= $(shell cat $(TI_SECURE_DEV_PKG)/keys/swrv.txt)
|