Home
last modified time | relevance | path

Searched refs:cat (Results 1 – 25 of 57) sorted by relevance

123

/u-boot/arch/arm/mach-imx/
A Dmkimage_fit_atf.sh49 cat << __HEADER_EOF
70 cat << __FDT_IMAGE_EOF
81 cat << __HEADER_EOF
95 cat << __HEADER_EOF
108 cat << __CONF_HEADER_EOF
119 cat << __CONF_SECTION_EOF
128 cat << __CONF_SECTION1_EOF
140 cat << __ITS_EOF
/u-boot/fs/ubifs/
A Dlprops.c33 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/riscv/lib/
A Dmkimage_fit_opensbi.sh24 cat << __HEADER_EOF
55 cat << __FDT_IMAGE_EOF
66 cat << __CONF_HEADER_EOF
74 cat << __CONF_SECTION_EOF
85 cat << __CONF_SECTION_EOF
97 cat << __ITS_EOF
/u-boot/arch/arm/mach-zynqmp/
A Dmkimage_fit_atf.sh36 cat << __HEADER_EOF
61 cat << __ATF
82 cat << __FDT_IMAGE_EOF
101 cat << __CONF_HEADER_EOF
112 cat << __CONF_SECTION1_EOF
120 cat << __CONF_SECTION1_EOF
133 cat << __ITS_EOF
/u-boot/arch/arm/mach-socfpga/
A Dqts-filter.sh25 cat << EOF
48 cat << EOF
68 cat << EOF
84 cat << EOF
104 cat << EOF
120 cat << EOF
147 cat << EOF
193 cat << EOF
A Dqts-filter-a10.sh25 (cat << EOF
117 cat << EOF
/u-boot/tools/
A Dk3_fit_atf.sh28 cat << __HEADER_EOF
70 cat << __FDT_IMAGE_EOF
81 cat << __CONF_HEADER_EOF
90 cat << __CONF_SECTION_EOF
100 cat << __ITS_EOF
A Dimx8m_image.sh28 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
31cat 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
A Dzynqmp_psu_init_minimize.sh8 cat <<EOF
100 cat << EOF >${TMP}
111 cat ${OUT} >>${TMP}
A Dk3_gen_x509_cert.sh18 cat << 'EOF' > degen-template.txt
37 cat << 'EOF' > x509-template.txt
224 BIN_SIZE=`cat $BIN | wc -c`
246 cat $CERT $BIN > $OUTPUT
/u-boot/common/
A Dlog.c52 const char *log_get_cat_name(enum log_category_t cat) in log_get_cat_name() argument
56 if (cat < 0 || cat >= LOGC_COUNT) in log_get_cat_name()
58 if (cat >= LOGC_NONE) in log_get_cat_name()
59 return log_cat_name[cat - LOGC_NONE]; in log_get_cat_name()
62 name = uclass_get_name((enum uclass_id)cat); in log_get_cat_name()
121 if (cat_list[i] == cat) in log_has_cat()
175 !log_has_cat(filt->cat_list, rec->cat)) in log_passes_filters()
241 if (cat == LOGC_CONT) in _log()
242 cat = gd->logc_prev; in _log()
246 rec.cat = cat; in _log()
[all …]
A Dlog_console.c32 printf("%s,", log_get_cat_name(rec->cat)); in log_console_emit()
/u-boot/scripts/
A Dcheck-config.sh42 cat ${path} |sed -nr 's/^#define (CONFIG_[A-Za-z0-9_]*).*/\1/p' |sort |uniq \
47 cat `find ${srctree} -name "Kconfig*"` |sed -nr \
55 cat >&2 ${new_adhoc}
A Ddecodecode99 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 Dsetlocalversion39 cat .scmversion
156 …CONFIG_LOCALVERSION=`cat include/config/auto.conf | awk -F '=' '/^CONFIG_LOCALVERSION=/ {print $2}…
157 …CONFIG_LOCALVERSION_AUTO=`cat include/config/auto.conf | awk -F '=' '/^CONFIG_LOCALVERSION_AUTO=/ …
A Dgcc-stack-usage.sh9 cat <<END | $@ -Werror -fstack-usage -x c - -c -o $TMP >/dev/null 2>&1 \
A Dmkmakefile24 cat << EOF > $2/Makefile
A Dbuild-whitelist.sh41 cat `find . -name "Kconfig*"` |sed -n \
/u-boot/cmd/
A Dlog.c62 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()
/u-boot/include/
A Dlog.h127 int _log(enum log_category_t cat, enum log_level_t level, const char *file,
131 static inline int _log_nop(enum log_category_t cat, enum log_level_t level,
136 static inline int _log_nop(enum log_category_t cat, enum log_level_t level, in _log_nop() argument
347 enum log_category_t cat; member
463 const char *log_get_cat_name(enum log_category_t cat);
506 bool log_has_cat(enum log_category_t cat_list[], enum log_category_t cat);
/u-boot/scripts/kconfig/
A Dmerge_config.sh106 cat $INITFILE > $TMP_FILE
131 cat $MERGE_FILE >> $TMP_FILE
/u-boot/test/log/
A Dlog_test.c19 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/include/dm/
A Ddevice_compat.h46 #define dev_printk_emit(cat, level, fmt, ...) \ argument
52 log(cat, level, fmt, ##__VA_ARGS__); \
/u-boot/test/
A Dnokia_rx51_test.sh116 cat > rootfs/sbin/preinit << EOF
126 cat > ubi.ini << EOF
154 cat > bootmenu_uboot << EOF
163 cat > bootmenu_emmc << EOF
172 cat > bootmenu_nand << EOF
/u-boot/
A D.azure-pipelines.yml137 cat << EOF > build.sh
141 cat << "EOF" >> build.sh
158 cat build.sh
286 cat << EOF > test.sh
295 cat << "EOF" >> test.sh
331 cat test.sh
452 cat << EOF > build.sh
458 cat << "EOF" >> build.sh
468 cat build.sh

Completed in 20 milliseconds

123